|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Identifiable | |
|---|---|
| org.jboss.ejb3.cache | |
| org.jboss.ejb3.cache.grouped | |
| org.jboss.ejb3.cache.impl | |
| Uses of Identifiable in org.jboss.ejb3.cache |
|---|
| Classes in org.jboss.ejb3.cache with type parameters of type Identifiable | |
|---|---|
interface |
Cache<T extends Identifiable>
Cache a stateful object and make sure any life cycle callbacks are called at the appropriate time. |
interface |
LongevityCache<T extends Identifiable>
An longevity cache keeps hold over an object for use with multiple operations. |
interface |
ObjectStore<T extends Identifiable>
Stores an indentifiable object on a persistence store. |
interface |
PassivatingCache<T extends Identifiable>
A cache which passivates unused objects. |
| Uses of Identifiable in org.jboss.ejb3.cache.grouped |
|---|
| Classes in org.jboss.ejb3.cache.grouped with type parameters of type Identifiable | |
|---|---|
interface |
GroupedPassivatingCache<T extends Identifiable>
Allows objects to the members of a PassivationGroup. |
| Subinterfaces of Identifiable in org.jboss.ejb3.cache.grouped | |
|---|---|
interface |
PassivationGroup
Defines a group of passivatable objects which must be passivated in one unit of work. |
| Uses of Identifiable in org.jboss.ejb3.cache.impl |
|---|
| Classes in org.jboss.ejb3.cache.impl with type parameters of type Identifiable | |
|---|---|
class |
EntryStateCache<T extends Identifiable>
Comment |
class |
FileObjectStore<T extends Identifiable>
Stores objects in a directory via serialization. |
class |
GroupedPassivatingCacheImpl<T extends Identifiable & Serializable>
Comment |
class |
SimpleCache<T extends Identifiable>
Comment |
class |
SimpleLongevityCache<T extends Identifiable>
Comment |
class |
SimplePassivatingCache<T extends Identifiable & Serializable>
Comment |
| Classes in org.jboss.ejb3.cache.impl that implement Identifiable | |
|---|---|
protected class |
GroupedPassivatingCacheImpl.Entry
|
class |
PassivationGroupImpl
Comment |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||