A B C D E F G H I J K L M N O P R S T U V

A

AbstractCollectionInterceptor - Class in org.jboss.cache.pojo.interceptors.dynamic
Abstract base class for collection interceptor.
AbstractInterceptor - Class in org.jboss.cache.pojo.interceptors
Base interceptor class for PojoCache interceptor stack.
AbstractInterceptor() - Constructor for class org.jboss.cache.pojo.interceptors.AbstractInterceptor
 
add(int, Object) - Method in class org.jboss.cache.pojo.collection.CachedListImpl
 
add(int, Object) - Method in class org.jboss.cache.pojo.collection.CachedListImpl.MyCachedSubListImpl
 
add(Object) - Method in class org.jboss.cache.pojo.collection.CachedSetImpl
 
addListener(Object) - Method in class org.jboss.cache.pojo.impl.CacheListenerAdaptor
 
addListener(Object, Pattern) - Method in class org.jboss.cache.pojo.impl.CacheListenerAdaptor
 
addListener(Object) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
addListener(Object, Pattern) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
addListener(Object) - Method in interface org.jboss.cache.pojo.PojoCache
Add a PojoCache listener.
addListener(Object, Pattern) - Method in interface org.jboss.cache.pojo.PojoCache
Add a PojoCache listener that will only monitor a specific ID(FQN) pattern.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
addXFqnIntoList(Fqn) - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
AopEvictionPolicy - Interface in org.jboss.cache.pojo.eviction
Just a maker interface for PojoCache-specific eviction algorithm.
AopUtil - Class in org.jboss.cache.pojo.util
Unitlity methods for put, get and remove Collection classes object.
AopUtil() - Constructor for class org.jboss.cache.pojo.util.AopUtil
 
args - Variable in class org.jboss.cache.pojo.util.MethodCall
The arguments of the method.
ArgumentPersistentReference - Class in org.jboss.cache.pojo.memory
Abstract class used where reflection operations with arguments are used (like Methods and Constructors)
ArrayModified - Annotation Type in org.jboss.cache.pojo.notification.annotation
Indicates that the marked method should be called when an Array is modified.
ArrayModifiedEvent - Class in org.jboss.cache.pojo.notification.event
A notification that indicates an array was modified.
ArrayModifiedEvent(NotificationContext, Object, int, Object, boolean) - Constructor for class org.jboss.cache.pojo.notification.event.ArrayModifiedEvent
 
Attach - Annotation Type in org.jboss.cache.pojo.annotation
Annotation for PojoCache interceptor stack.
attach(String, Object) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
attach(Fqn<?>, Object) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
attach(Fqn<?>, Object, String) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
attach(Fqn, boolean) - Method in class org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor
Attaching the Collection to PojoCache.
attach(Fqn, boolean) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedListInterceptor
When we want to associate this proxy with the cache again.
attach(Fqn, boolean) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedMapInterceptor
When we want to associate this proxy with the cache again.
attach(Fqn, boolean) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedSetInterceptor
When we want to associate this proxy with the cache again.
attach(String, Object) - Method in interface org.jboss.cache.pojo.PojoCache
Attach a POJO into PojoCache.
attach(Fqn<?>, Object) - Method in interface org.jboss.cache.pojo.PojoCache
Attach a POJO into PojoCache.
Attached - Annotation Type in org.jboss.cache.pojo.notification.annotation
Indicates that the marked method should be called when an object is attached to the POJO Cache instance.
AttachedEvent - Class in org.jboss.cache.pojo.notification.event
A notification that indicates an object was attached to the cache instance.
AttachedEvent(NotificationContext, Object, boolean) - Constructor for class org.jboss.cache.pojo.notification.event.AttachedEvent
 
attachInterceptor - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
attachInterceptor(Object, InstanceAdvisor, Interceptor) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
attributeName(String) - Static method in class org.jboss.cache.pojo.impl.CachedType
 

B

BaseInterceptor - Interface in org.jboss.cache.pojo.interceptors.dynamic
Base cache interceptor

C

CacheApiUtil - Class in org.jboss.cache.pojo.util
Utility for the 2.0 Cache API
CacheApiUtil() - Constructor for class org.jboss.cache.pojo.util.CacheApiUtil
 
CachedListImpl - Class in org.jboss.cache.pojo.collection
List implementation that uses cache as a backend store.
CachedListImpl(PojoCacheImpl, AbstractCollectionInterceptor) - Constructor for class org.jboss.cache.pojo.collection.CachedListImpl
 
CachedListImpl.MyCachedSubListImpl - Class in org.jboss.cache.pojo.collection
 
CachedListInterceptor - Class in org.jboss.cache.pojo.interceptors.dynamic
List ineterceptor that delegates to underlying implementation.
CachedListInterceptor(PojoCacheImpl, Fqn, Class, List) - Constructor for class org.jboss.cache.pojo.interceptors.dynamic.CachedListInterceptor
 
CachedMapImpl - Class in org.jboss.cache.pojo.collection
Map that uses cache as a backend store.
CachedMapImpl(PojoCacheImpl, AbstractCollectionInterceptor) - Constructor for class org.jboss.cache.pojo.collection.CachedMapImpl
 
CachedMapInterceptor - Class in org.jboss.cache.pojo.interceptors.dynamic
Map interceptor that delegates to the underlying impl.
CachedMapInterceptor(PojoCacheImpl, Fqn, Class, Map) - Constructor for class org.jboss.cache.pojo.interceptors.dynamic.CachedMapInterceptor
 
CachedSetImpl - Class in org.jboss.cache.pojo.collection
Set implementation that uses a cache as an underlying backend store.
CachedSetImpl(PojoCacheImpl, AbstractCollectionInterceptor) - Constructor for class org.jboss.cache.pojo.collection.CachedSetImpl
 
CachedSetInterceptor - Class in org.jboss.cache.pojo.interceptors.dynamic
Set interceptor that delegates underlying impl.
CachedSetInterceptor(PojoCacheImpl, Fqn, Class, Set) - Constructor for class org.jboss.cache.pojo.interceptors.dynamic.CachedSetInterceptor
 
CachedType - Class in org.jboss.cache.pojo.impl
Represent a cached object type, e.g., whether it is primitive or not.
CachedType() - Constructor for class org.jboss.cache.pojo.impl.CachedType
 
CachedType(Class) - Constructor for class org.jboss.cache.pojo.impl.CachedType
 
CacheFieldInterceptor - Class in org.jboss.cache.pojo.interceptors.dynamic
Main dynamic interceptor to intercept for field replication.
CacheFieldInterceptor(PojoCacheImpl, Fqn, CachedType) - Constructor for class org.jboss.cache.pojo.interceptors.dynamic.CacheFieldInterceptor
 
CacheFieldInterceptor() - Constructor for class org.jboss.cache.pojo.interceptors.dynamic.CacheFieldInterceptor
 
CacheListenerAdaptor - Class in org.jboss.cache.pojo.impl
Adapts the core cache listener API into the POJO listener API.
CacheListenerAdaptor(PojoCacheImpl) - Constructor for class org.jboss.cache.pojo.impl.CacheListenerAdaptor
 
CheckIdInterceptor - Class in org.jboss.cache.pojo.interceptors
Interceptor (done via aop advice) to check the validity of the id specified by the user.
CheckIdInterceptor() - Constructor for class org.jboss.cache.pojo.interceptors.CheckIdInterceptor
 
CheckIdValidity - Annotation Type in org.jboss.cache.pojo.annotation
Annotation for PojoCache interceptor stack.
CheckNonSerializableInterceptor - Class in org.jboss.cache.pojo.interceptors
Interceptor (done via aop advice) to check the validity of the id specified by the user.
CheckNonSerializableInterceptor() - Constructor for class org.jboss.cache.pojo.interceptors.CheckNonSerializableInterceptor
 
checkObjectType(Object) - Static method in class org.jboss.cache.pojo.util.AopUtil
Check whether the object type is valid.
CLASS_INTERNAL - Static variable in class org.jboss.cache.pojo.impl.InternalConstant
 
clear() - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
clear() - Method in class org.jboss.cache.pojo.collection.CachedSetImpl
 
clear() - Method in class org.jboss.cache.pojo.impl.PojoCacheThreadContextImpl
 
clear() - Method in interface org.jboss.cache.pojo.PojoCacheThreadContext
Clears all thread settings stored on this context.
clone() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedListInterceptor
 
clone() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedMapInterceptor
 
clone() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedSetInterceptor
 
clone() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CacheFieldInterceptor
 
CollectionInterceptorUtil - Class in org.jboss.cache.pojo.collection
CollectionInterceptorUtil contains helper methods for the interceptors of the different collection types.
CollectionInterceptorUtil() - Constructor for class org.jboss.cache.pojo.collection.CollectionInterceptorUtil
 
constructFqn(Fqn, Object) - Static method in class org.jboss.cache.pojo.util.AopUtil
 
ConstructorPersistentReference - Class in org.jboss.cache.pojo.memory
This class is not used by JBossSerialization itself, as the constructor used is slightly different (GhostConstructor), but I kept the implementation here as a reference for others.
ConstructorPersistentReference(Class, Object, int) - Constructor for class org.jboss.cache.pojo.memory.ConstructorPersistentReference
 
contains(Object) - Method in class org.jboss.cache.pojo.collection.CachedSetImpl
 
containsKey(Object) - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
containsValue(Object) - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
create() - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
create() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
create() - Method in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
Lifecycle method to start PojoCache.
create() - Method in interface org.jboss.cache.pojo.PojoCache
Lifecycle method to start PojoCache.
createCache(String) - Static method in class org.jboss.cache.pojo.PojoCacheFactory
Create a PojoCache instance.
createCache(String, boolean) - Static method in class org.jboss.cache.pojo.PojoCacheFactory
Create a PojoCache instance.
createCache(Configuration, boolean) - Static method in class org.jboss.cache.pojo.PojoCacheFactory
Create a PojoCache instance.
CREATED - Static variable in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
The lifecycle method create has completed
createInternalFqn(Fqn, Cache) - Static method in class org.jboss.cache.pojo.util.AopUtil
Internal fqn is now structured as: a) If no region -- /__JBossInternal__/trueId/__ID__/xxxx b) If there is region -- /region/__JBossInternal__/xxx
createListProxy(PojoCacheImpl, Fqn, Class, List) - Static method in class org.jboss.cache.pojo.collection.CollectionInterceptorUtil
 
createMapProxy(PojoCacheImpl, Fqn, Class, Map) - Static method in class org.jboss.cache.pojo.collection.CollectionInterceptorUtil
 
createSetProxy(PojoCacheImpl, Fqn, Class, Set) - Static method in class org.jboss.cache.pojo.collection.CollectionInterceptorUtil
 

D

decrementRefCount(Fqn) - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
decrementReferenceCount - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
decrementReferenceCount(Fqn, int, List) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
destroy() - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
destroy() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
destroy() - Method in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
Lifecycle method to destroy PojoCache.
destroy() - Method in interface org.jboss.cache.pojo.PojoCache
Lifecycle method to destroy PojoCache.
DESTROYED - Static variable in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
The lifecycle method destroy has completed
Detach - Annotation Type in org.jboss.cache.pojo.annotation
Annotation for PojoCache interceptor stack.
detach(String) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
detach(Fqn<?>, String) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
detach(Fqn<?>) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
detach(boolean) - Method in class org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor
 
detach(boolean) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedListInterceptor
When we want to separate this proxy from the cache.
detach(boolean) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedMapInterceptor
When we want to separate this proxy from the cache.
detach(boolean) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedSetInterceptor
When we want to separate this proxy from the cache.
detach(String) - Method in interface org.jboss.cache.pojo.PojoCache
Remove POJO object from the cache.
detach(Fqn<?>) - Method in interface org.jboss.cache.pojo.PojoCache
Remove POJO object from the cache.
Detached - Annotation Type in org.jboss.cache.pojo.notification.annotation
Indicates that the marked method should be called when an object is detached from the POJO Cache instance.
DetachedEvent - Class in org.jboss.cache.pojo.notification.event
A notification that indicates an object was detached from the cache instance.
DetachedEvent(NotificationContext, Object, boolean) - Constructor for class org.jboss.cache.pojo.notification.event.DetachedEvent
 
detachInterceptor - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
detachInterceptor(InstanceAdvisor, Interceptor) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 

E

EmptyReference - Class in org.jboss.cache.pojo.memory
 
EmptyReference() - Constructor for class org.jboss.cache.pojo.memory.EmptyReference
 
entrySet() - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
equals(Object) - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
equals(Object) - Method in class org.jboss.cache.pojo.collection.CachedSetImpl
 
equals(Object) - Method in class org.jboss.cache.pojo.util.Null
Check if the given object is a Null instance or null.
Event - Class in org.jboss.cache.pojo.notification.event
Base class for all POJO Cache events.
Event(NotificationContext, Object, boolean) - Constructor for class org.jboss.cache.pojo.notification.event.Event
 
exists(Fqn<?>) - Method in class org.jboss.cache.pojo.impl.PojoCacheDelegate
 
exists(Fqn<?>) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
exists(Fqn<?>) - Method in interface org.jboss.cache.pojo.PojoCache
Determines if an object is attached at a particular location.

F

FAILED - Static variable in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
There has been an error during some operation
FieldModified - Annotation Type in org.jboss.cache.pojo.notification.annotation
Indicates that the marked method should be called when a field on an attached object is modified.
FieldModifiedEvent - Class in org.jboss.cache.pojo.notification.event
A notification that indicates a field was changed on an attached object.
FieldModifiedEvent(NotificationContext, Object, Field, Object, boolean) - Constructor for class org.jboss.cache.pojo.notification.event.FieldModifiedEvent
 
FieldPersistentReference - Class in org.jboss.cache.pojo.memory
Creates a persistentReference for Fields
FieldPersistentReference(Field, int) - Constructor for class org.jboss.cache.pojo.memory.FieldPersistentReference
 
Find - Annotation Type in org.jboss.cache.pojo.annotation
Annotation for PojoCache interceptor stack.
find(String) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
find(Fqn<?>) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
find(String) - Method in interface org.jboss.cache.pojo.PojoCache
Retrieve POJO from the cache system.
find(Fqn<?>) - Method in interface org.jboss.cache.pojo.PojoCache
Retrieve POJO from the cache system.
findAll(String) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
findAll(Fqn<?>) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
findAll(String) - Method in interface org.jboss.cache.pojo.PojoCache
Query all managed POJO objects under the id recursively.
findAll(Fqn<?>) - Method in interface org.jboss.cache.pojo.PojoCache
Query all managed POJO objects under the id recursively.
findCacheInterceptor(InstanceAdvisor, Fqn) - Static method in class org.jboss.cache.pojo.util.AopUtil
Find cache interceptor with exact fqn.
findCacheInterceptor(InstanceAdvisor) - Static method in class org.jboss.cache.pojo.util.AopUtil
Find existing cache interceptor.
findCollectionInterceptor(InstanceAdvisor) - Static method in class org.jboss.cache.pojo.util.AopUtil
Find existing Collection interceptor.
findObjects(Fqn) - Method in class org.jboss.cache.pojo.impl.PojoCacheDelegate
 

G

get(int) - Method in class org.jboss.cache.pojo.collection.CachedListImpl
 
get(int) - Method in class org.jboss.cache.pojo.collection.CachedListImpl.MyCachedSubListImpl
 
get(Object) - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
get() - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
get() - Method in class org.jboss.cache.pojo.memory.PersistentReference
 
getAndRemoveFirstFqnInList() - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
getAopInstance() - Method in class org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor
 
getAopInstance() - Method in interface org.jboss.cache.pojo.interceptors.dynamic.BaseInterceptor
 
getAopInstance() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CacheFieldInterceptor
 
getArgs() - Method in class org.jboss.cache.pojo.util.MethodCall
 
getBuddyReplicationConfig() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getCache() - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
getCache(MethodInvocation) - Method in class org.jboss.cache.pojo.interceptors.AbstractInterceptor
 
getCache() - Method in interface org.jboss.cache.pojo.PojoCache
Obtain the underlying generic cache system.
getCachedType(Class) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
Obtain a cache aop type for user to traverse the defined "primitive" types in aop.
getCacheLoaderConfig() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getCacheLoaderConfiguration() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getCacheMode() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getCacheSPI() - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
getCacheStatus() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getCacheStatus() - Method in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
Gets where this object is in its lifecycle transitions.
getClusterConfig() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getClusterName() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getClusterProperties() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getConfiguration() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getConfiguration() - Method in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
Retrieves an immutable configuration.
getContext() - Method in class org.jboss.cache.pojo.notification.event.Event
Obtain the context associated with this notification.
getCurrentCopy() - Method in class org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor
 
getCurrentCopy() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedListInterceptor
 
getCurrentCopy() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedMapInterceptor
 
getCurrentCopy() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedSetInterceptor
 
getEvictionPolicyConfig() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getExposeManagementStatistics() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getFetchInMemoryState() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getField(String) - Method in class org.jboss.cache.pojo.impl.CachedType
 
getField() - Method in class org.jboss.cache.pojo.memory.FieldPersistentReference
 
getField() - Method in class org.jboss.cache.pojo.notification.event.FieldModifiedEvent
Gets the field that was or is being modified (depending on the notification phase).
getFields() - Method in class org.jboss.cache.pojo.impl.CachedType
 
getFinalFields() - Method in class org.jboss.cache.pojo.impl.CachedType
 
getFqn() - Method in class org.jboss.cache.pojo.impl.PojoReference
 
getFqn() - Method in class org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor
 
getFqn() - Method in interface org.jboss.cache.pojo.interceptors.dynamic.BaseInterceptor
Get the original fqn that is associated with this interceptor (or advisor).
getFqn() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CacheFieldInterceptor
 
getFqn() - Method in class org.jboss.cache.pojo.interceptors.StaticFieldInterceptor
 
getIndex() - Method in class org.jboss.cache.pojo.notification.event.ArrayModifiedEvent
Gets the index of the change.
getIndex() - Method in class org.jboss.cache.pojo.notification.event.ListModifiedEvent
Gets the index of the change.
getIndirectFqn(Fqn) - Static method in class org.jboss.cache.pojo.util.ObjectUtil
 
getIndirectFqn(String) - Static method in class org.jboss.cache.pojo.util.ObjectUtil
 
getInitialStateRetrievalTimeout() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
Deprecated. 
getInterceptor(ClassProxy) - Static method in class org.jboss.cache.pojo.collection.CollectionInterceptorUtil
 
getInternalFqn() - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
getInternalLocation(Object) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getInternalLocation(Object) - Method in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
Obtain the internal location of this pojo stored under PojoCache.
getInvocationContext(MethodInvocation) - Method in class org.jboss.cache.pojo.interceptors.AbstractInterceptor
 
getIsolationLevel() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getKey() - Method in class org.jboss.cache.pojo.notification.event.MapModifiedEvent
Gets the key for the modified entry.
getListeners() - Method in class org.jboss.cache.pojo.impl.CacheListenerAdaptor
 
getListeners() - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
getListeners() - Method in interface org.jboss.cache.pojo.PojoCache
Retrieve a read-only list of listeners.
getLockAcquisitionTimeout() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getManagedMethods(Class) - Static method in class org.jboss.cache.pojo.collection.CollectionInterceptorUtil
 
getMBeanServer() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getMethod() - Method in class org.jboss.cache.pojo.memory.MethodPersistentReference
 
getMethod() - Method in class org.jboss.cache.pojo.util.MethodCall
 
getMethodMap(Class) - Static method in class org.jboss.cache.pojo.collection.CollectionInterceptorUtil
 
getMultiplexerService() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getMultiplexerStack() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getMuxChannelFactory() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getName() - Method in class org.jboss.cache.pojo.interceptors.AbstractInterceptor
 
getName() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedListInterceptor
 
getName() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedMapInterceptor
 
getName() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedSetInterceptor
 
getName() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CacheFieldInterceptor
 
getName() - Method in class org.jboss.cache.pojo.interceptors.MethodReentrancyStopperInterceptor
 
getName() - Method in class org.jboss.cache.pojo.interceptors.StaticFieldInterceptor
 
getName() - Method in class org.jboss.cache.pojo.util.MethodCall
 
getNodeChildren(Cache<Object, Object>, Fqn) - Static method in class org.jboss.cache.pojo.util.CacheApiUtil
 
getNodeLockingScheme() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getNotificationInfo() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getObject(Fqn, String) - Method in class org.jboss.cache.pojo.impl.PojoCacheDelegate
 
getObject(Fqn<?>) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
getObject(Fqn<?>, String) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
getOperation() - Method in class org.jboss.cache.pojo.notification.event.ListModifiedEvent
Gets the operation of this change.
getOperation() - Method in class org.jboss.cache.pojo.notification.event.MapModifiedEvent
Gets the operation of this change.
getOperation() - Method in class org.jboss.cache.pojo.notification.event.SetModifiedEvent
Gets the operation of this change.
getPlainCacheObjectName(ObjectName) - Static method in class org.jboss.cache.pojo.jmx.JmxUtil
 
getPojoCache() - Method in class org.jboss.cache.pojo.impl.CacheListenerAdaptor
 
getPojoCache() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getPojoCache() - Method in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
Returns the PojoCache.
getPojoCache() - Method in interface org.jboss.cache.pojo.notification.NotificationContext
Obtains the cache instance that triggered this notification.
getPojoCacheConfig() - Method in interface org.jboss.cache.pojo.PojoCacheMBean
 
getPojoClass() - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
getPojoClass() - Method in class org.jboss.cache.pojo.impl.PojoReference
 
getPojoID(Object) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
getPojoID(Object) - Method in interface org.jboss.cache.pojo.PojoCache
Return the POJO id that is associated with PojoCache.
getRefCount() - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
getReferences() - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
getRegisterInterceptors() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getRegisterInterceptors() - Method in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
Gets whether this object should register the cache's interceptors with JMX.
getRegisterPlainCache() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getRegisterPlainCache() - Method in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
Gets whether this object should register a PojoCacheJmxWrapperMBean for the underlying PojoCache with JMX.
getReplicationVersion() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getReplQueueInterval() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getReplQueueMaxElements() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getSource() - Method in class org.jboss.cache.pojo.notification.event.ListModifiedEvent
 
getSource() - Method in class org.jboss.cache.pojo.notification.event.MapModifiedEvent
 
getSource() - Method in class org.jboss.cache.pojo.notification.event.SetModifiedEvent
 
getSource() - Method in class org.jboss.cache.pojo.notification.event.TransactionCompletedEvent
 
getSource() - Method in class org.jboss.cache.pojo.notification.event.TransactionRegisteredEvent
 
getState() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getState() - Method in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
Legacy attribute to expose the cache status in terms of the JBoss AS ServiceMBean values.
getStateRetrievalTimeout() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getSyncCommitPhase() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getSynchronizationHandler() - Static method in class org.jboss.cache.pojo.interceptors.PojoTxUndoSynchronizationInterceptor
 
getSyncReplTimeout() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getSyncRollbackPhase() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getThreadContext() - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
getThreadContext() - Method in interface org.jboss.cache.pojo.PojoCache
Get's the thread context for all POJO Cache operations.
getTransaction() - Method in interface org.jboss.cache.pojo.notification.NotificationContext
 
getTransactionManager() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getTransactionManagerLookupClass() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getType() - Method in class org.jboss.cache.pojo.impl.CachedType
 
getUnderlyingCacheObjectName() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getUnderlyingCacheObjectName() - Method in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
Get the MBean object name that the underlying replicated cache is using.
getUseInterceptorMbeans() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getUseRegionBasedMarshalling() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getUseReplQueue() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
getValue() - Method in class org.jboss.cache.pojo.notification.event.ArrayModifiedEvent
Gets the new value for this change.
getValue() - Method in class org.jboss.cache.pojo.notification.event.FieldModifiedEvent
Gets the new value that this field is being set to.
getValue() - Method in class org.jboss.cache.pojo.notification.event.ListModifiedEvent
Gets the new value for this change.
getValue() - Method in class org.jboss.cache.pojo.notification.event.MapModifiedEvent
Gets the new value for this change.
getValue() - Method in class org.jboss.cache.pojo.notification.event.SetModifiedEvent
Gets the new value for this change.
getVersion() - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 

H

handleTransaction(TransactionalEvent) - Method in class org.jboss.cache.pojo.impl.CacheListenerAdaptor
 
hashCode() - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
hashCode() - Method in class org.jboss.cache.pojo.collection.CachedSetImpl
 
hashCode() - Method in class org.jboss.cache.pojo.util.Null
Hashcode of unknown (null) value will be zero.

I

identityString(Object) - Static method in class org.jboss.cache.pojo.util.ObjectUtil
 
incrementRefCount(Fqn) - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
incrementReferenceCount - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
incrementReferenceCount(Fqn, int, List) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
indexOf(Object) - Method in class org.jboss.cache.pojo.collection.CachedListImpl
 
indexOf(Object) - Method in class org.jboss.cache.pojo.collection.CachedListImpl.MyCachedSubListImpl
 
INITIAL_COUNTER_VALUE - Static variable in class org.jboss.cache.pojo.impl.PojoInstance
 
inMemorySubstitution - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
inMemorySubstitution(Object, Field, Object) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
Instantiator - Class in org.jboss.cache.pojo.util
 
Instantiator() - Constructor for class org.jboss.cache.pojo.util.Instantiator
 
IntegerCache - Class in org.jboss.cache.pojo.collection
Cache of integers in String format from 0-99.
InternalConstant - Class in org.jboss.cache.pojo.impl
Internal helper class to handle internal cache sotre, that is, the portion that is not part of user's data.
InternalConstant() - Constructor for class org.jboss.cache.pojo.impl.InternalConstant
 
InternalHelper - Class in org.jboss.cache.pojo.impl
Internal helper class to handle internal cache sotre, that is, the portion that is not part of user's data.
invoke(Invocation, AbstractCollectionInterceptor, Object, Map, Map) - Static method in class org.jboss.cache.pojo.collection.CollectionInterceptorUtil
 
invoke(Invocation) - Method in class org.jboss.cache.pojo.interceptors.CheckIdInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.pojo.interceptors.CheckNonSerializableInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedListInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedMapInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedSetInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CacheFieldInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.pojo.interceptors.MethodReentrancyStopperInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.pojo.interceptors.PojoBeginInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.pojo.interceptors.PojoEventInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.pojo.interceptors.PojoFailedTxMockupInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.pojo.interceptors.PojoTxInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.pojo.interceptors.PojoTxLockInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.pojo.interceptors.PojoTxUndoInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.pojo.interceptors.PojoTxUndoSynchronizationInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.pojo.interceptors.StaticFieldInterceptor
 
invoke() - Method in class org.jboss.cache.pojo.util.MethodCall
 
invoke(Object) - Method in class org.jboss.cache.pojo.util.MethodCall
Invokes the method with the supplied arguments against the target object.
invoke(Object, Object[]) - Method in class org.jboss.cache.pojo.util.MethodCall
 
isAttached() - Method in class org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor
 
isEmpty() - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
isEmpty() - Method in class org.jboss.cache.pojo.impl.CacheListenerAdaptor
 
isGet(Method) - Static method in class org.jboss.cache.pojo.impl.CachedType
 
isGravitationEnabled() - Method in class org.jboss.cache.pojo.impl.PojoCacheThreadContextImpl
Returns whether or not this thread should trigger gravitation when a cache-miss occurs.
isGravitationEnabled() - Method in interface org.jboss.cache.pojo.PojoCacheThreadContext
Returns whether or not this thread should trigger gravitation when a cache-miss occurs.
isImmediate() - Method in class org.jboss.cache.pojo.impl.CachedType
 
isImmutable() - Method in class org.jboss.cache.pojo.impl.CachedType
 
isInactiveOnStartup() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
isInternalNode(Fqn) - Static method in class org.jboss.cache.pojo.impl.InternalHelper
Test if this internal node.
isLocal() - Method in class org.jboss.cache.pojo.notification.event.Event
Determines if this event originated locally.
isNonReplicable(Field) - Static method in class org.jboss.cache.pojo.impl.CachedType
 
isReachable(PojoCacheImpl, Object, Object) - Static method in class org.jboss.cache.pojo.util.ObjectUtil
Static methos to check if thisObject is reachable from originalObject.
isSet(Method) - Static method in class org.jboss.cache.pojo.impl.CachedType
 
isSimpleAttribute(Field) - Static method in class org.jboss.cache.pojo.impl.CachedType
 
isSuccessful() - Method in class org.jboss.cache.pojo.notification.event.TransactionCompletedEvent
Whether or not the transaction was successful.
iterator() - Method in class org.jboss.cache.pojo.collection.CachedListImpl
 
iterator() - Method in class org.jboss.cache.pojo.collection.CachedListImpl.MyCachedSubListImpl
 
iterator() - Method in class org.jboss.cache.pojo.collection.CachedSetImpl
 

J

JBOSS_INTERNAL - Static variable in class org.jboss.cache.pojo.impl.InternalConstant
 
JBOSS_INTERNAL_ID_SEP - Static variable in class org.jboss.cache.pojo.impl.InternalConstant
 
JBOSS_INTERNAL_ID_SEP_STRING - Static variable in class org.jboss.cache.pojo.impl.InternalConstant
 
JBOSS_INTERNAL_MAP - Static variable in class org.jboss.cache.pojo.impl.InternalConstant
 
JBOSS_INTERNAL_STATIC - Static variable in class org.jboss.cache.pojo.impl.InternalConstant
 
JBOSS_INTERNAL_STRING - Static variable in class org.jboss.cache.pojo.impl.InternalConstant
 
JmxUtil - Class in org.jboss.cache.pojo.jmx
Various JMX related utilities
JmxUtil() - Constructor for class org.jboss.cache.pojo.jmx.JmxUtil
 

K

KEY - Static variable in class org.jboss.cache.pojo.impl.PojoInstance
 
KEY - Static variable in class org.jboss.cache.pojo.impl.PojoReference
 
keySet() - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 

L

lastIndexOf(Object) - Method in class org.jboss.cache.pojo.collection.CachedListImpl
 
lastIndexOf(Object) - Method in class org.jboss.cache.pojo.collection.CachedListImpl.MyCachedSubListImpl
 
listIterator() - Method in class org.jboss.cache.pojo.collection.CachedListImpl
 
listIterator(int) - Method in class org.jboss.cache.pojo.collection.CachedListImpl
 
listIterator() - Method in class org.jboss.cache.pojo.collection.CachedListImpl.MyCachedSubListImpl
 
listIterator(int) - Method in class org.jboss.cache.pojo.collection.CachedListImpl.MyCachedSubListImpl
 
ListModified - Annotation Type in org.jboss.cache.pojo.notification.annotation
Indicates that the marked method should be called when an attached list is modified.
ListModifiedEvent - Class in org.jboss.cache.pojo.notification.event
A notification that indicates an attached List was modified.
ListModifiedEvent(NotificationContext, List, ListModifiedEvent.Operation, int, Object, boolean) - Constructor for class org.jboss.cache.pojo.notification.event.ListModifiedEvent
 
ListModifiedEvent.Operation - Enum in org.jboss.cache.pojo.notification.event
 
LOCK_KEY - Static variable in class org.jboss.cache.pojo.interceptors.PojoTxLockInterceptor
 
log - Variable in class org.jboss.cache.pojo.interceptors.AbstractInterceptor
 
log - Static variable in class org.jboss.cache.pojo.util.MethodCall
 
log_ - Variable in class org.jboss.cache.pojo.impl.PojoCacheImpl
 

M

MapModified - Annotation Type in org.jboss.cache.pojo.notification.annotation
Indicates that the marked method should be called when an attached map is modified.
MapModifiedEvent - Class in org.jboss.cache.pojo.notification.event
A notification that indicates an attached Map was modified.
MapModifiedEvent(NotificationContext, Map, MapModifiedEvent.Operation, Object, Object, boolean) - Constructor for class org.jboss.cache.pojo.notification.event.MapModifiedEvent
 
MapModifiedEvent.Operation - Enum in org.jboss.cache.pojo.notification.event
 
method - Variable in class org.jboss.cache.pojo.util.MethodCall
The Method of the call.
method_name - Variable in class org.jboss.cache.pojo.util.MethodCall
The name of the method, case sensitive.
MethodCall - Class in org.jboss.cache.pojo.util
A special MethodCall object to wrap around the rollback method call.
MethodCall(Method, Object[], Object) - Constructor for class org.jboss.cache.pojo.util.MethodCall
 
MethodDeclarations - Class in org.jboss.cache.pojo.impl
Method declarations for rollback method mostly.
MethodDeclarations() - Constructor for class org.jboss.cache.pojo.impl.MethodDeclarations
 
MethodPersistentReference - Class in org.jboss.cache.pojo.memory
A reference to a field.
MethodPersistentReference(Method, int) - Constructor for class org.jboss.cache.pojo.memory.MethodPersistentReference
 
MethodReentrancyStopperInterceptor - Class in org.jboss.cache.pojo.interceptors
 
MethodReentrancyStopperInterceptor() - Constructor for class org.jboss.cache.pojo.interceptors.MethodReentrancyStopperInterceptor
 

N

newInstance(Class<?>) - Static method in class org.jboss.cache.pojo.util.Instantiator
 
nodeModified(NodeModifiedEvent) - Method in class org.jboss.cache.pojo.impl.CacheListenerAdaptor
 
NotificationContext - Interface in org.jboss.cache.pojo.notification
The context currently associated with a Notification.
Null - Class in org.jboss.cache.pojo.util
Represent null values (based on org.jboss.util.Null)

O

ObjectUtil - Class in org.jboss.cache.pojo.util
Unitlity methods for pojo object.
ObjectUtil() - Constructor for class org.jboss.cache.pojo.util.ObjectUtil
 
org.jboss.cache.pojo - package org.jboss.cache.pojo
 
org.jboss.cache.pojo.annotation - package org.jboss.cache.pojo.annotation
 
org.jboss.cache.pojo.collection - package org.jboss.cache.pojo.collection
 
org.jboss.cache.pojo.eviction - package org.jboss.cache.pojo.eviction
 
org.jboss.cache.pojo.impl - package org.jboss.cache.pojo.impl
 
org.jboss.cache.pojo.interceptors - package org.jboss.cache.pojo.interceptors
 
org.jboss.cache.pojo.interceptors.dynamic - package org.jboss.cache.pojo.interceptors.dynamic
 
org.jboss.cache.pojo.jmx - package org.jboss.cache.pojo.jmx
 
org.jboss.cache.pojo.memory - package org.jboss.cache.pojo.memory
 
org.jboss.cache.pojo.notification - package org.jboss.cache.pojo.notification
 
org.jboss.cache.pojo.notification.annotation - package org.jboss.cache.pojo.notification.annotation
 
org.jboss.cache.pojo.notification.event - package org.jboss.cache.pojo.notification.event
 
org.jboss.cache.pojo.util - package org.jboss.cache.pojo.util
 

P

PersistentReference - Class in org.jboss.cache.pojo.memory
Base class for persistent references.
PersistentReference(Class, Object, int) - Constructor for class org.jboss.cache.pojo.memory.PersistentReference
 
POJO_CACHE_DOMAIN - Static variable in class org.jboss.cache.pojo.jmx.JmxUtil
 
POJO_CACHE_TYPE - Static variable in class org.jboss.cache.pojo.jmx.JmxUtil
 
PojoBeginInterceptor - Class in org.jboss.cache.pojo.interceptors
The first interceptor that deals initialization.
PojoBeginInterceptor() - Constructor for class org.jboss.cache.pojo.interceptors.PojoBeginInterceptor
 
PojoCache - Interface in org.jboss.cache.pojo
Main PojoCache APIs.
POJOCACHE_KEY_PREFIX - Static variable in class org.jboss.cache.pojo.impl.InternalConstant
 
POJOCACHE_OPERATION - Static variable in class org.jboss.cache.pojo.impl.InternalConstant
 
POJOCACHE_STATUS - Static variable in class org.jboss.cache.pojo.impl.InternalConstant
 
PojoCacheAlreadyDetachedException - Exception in org.jboss.cache.pojo
Thrown when the POJO has already detached from the cache store by the remote side, but user is still trying to access it via the cache interceptor.
PojoCacheAlreadyDetachedException() - Constructor for exception org.jboss.cache.pojo.PojoCacheAlreadyDetachedException
 
PojoCacheAlreadyDetachedException(String, Throwable) - Constructor for exception org.jboss.cache.pojo.PojoCacheAlreadyDetachedException
 
PojoCacheAlreadyDetachedException(String) - Constructor for exception org.jboss.cache.pojo.PojoCacheAlreadyDetachedException
 
PojoCacheAlreadyDetachedException(Throwable) - Constructor for exception org.jboss.cache.pojo.PojoCacheAlreadyDetachedException
 
PojoCacheDelegate - Class in org.jboss.cache.pojo.impl
Delegate class for PojoCache, the real implementation code happens here.
PojoCacheDelegate(PojoCacheImpl) - Constructor for class org.jboss.cache.pojo.impl.PojoCacheDelegate
 
PojoCacheException - Exception in org.jboss.cache.pojo
Generic PojoCacheException.
PojoCacheException() - Constructor for exception org.jboss.cache.pojo.PojoCacheException
 
PojoCacheException(String, Throwable) - Constructor for exception org.jboss.cache.pojo.PojoCacheException
 
PojoCacheException(String) - Constructor for exception org.jboss.cache.pojo.PojoCacheException
 
PojoCacheException(Throwable) - Constructor for exception org.jboss.cache.pojo.PojoCacheException
 
PojoCacheFactory - Class in org.jboss.cache.pojo
Factory method to create a PojoCache instance.
PojoCacheFactory() - Constructor for class org.jboss.cache.pojo.PojoCacheFactory
 
PojoCacheImpl - Class in org.jboss.cache.pojo.impl
Implementation class for PojoCache interface
PojoCacheImpl(String, boolean) - Constructor for class org.jboss.cache.pojo.impl.PojoCacheImpl
 
PojoCacheImpl(Configuration, boolean) - Constructor for class org.jboss.cache.pojo.impl.PojoCacheImpl
 
PojoCacheJmxWrapper - Class in org.jboss.cache.pojo.jmx
 
PojoCacheJmxWrapper() - Constructor for class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
Default constructor.
PojoCacheJmxWrapper(PojoCache) - Constructor for class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
Creates a PojoCacheJmxWrapper that wraps the given PojoCache.
PojoCacheJmxWrapperMBean - Interface in org.jboss.cache.pojo.jmx
StandardMBean interface for PojoCacheJmxWrapperMBean.
PojoCacheListener - Annotation Type in org.jboss.cache.pojo.notification.annotation
Indicates that a class should receive POJO notification events.
PojoCacheMBean - Interface in org.jboss.cache.pojo
MBean interface for PojoCache.
PojoCacheThreadContext - Interface in org.jboss.cache.pojo
Represents the thread specific context for POJO Cache operations against a particular cache instance.
PojoCacheThreadContextImpl - Class in org.jboss.cache.pojo.impl
 
PojoEventInterceptor - Class in org.jboss.cache.pojo.interceptors
Handles the POJO event notification.
PojoEventInterceptor() - Constructor for class org.jboss.cache.pojo.interceptors.PojoEventInterceptor
 
PojoFailedTxMockupInterceptor - Class in org.jboss.cache.pojo.interceptors
Interceptor to mockup tx failure that resulting in rollback.
PojoFailedTxMockupInterceptor() - Constructor for class org.jboss.cache.pojo.interceptors.PojoFailedTxMockupInterceptor
 
PojoInstance - Class in org.jboss.cache.pojo.impl
POJO class metadata information.
PojoInstance() - Constructor for class org.jboss.cache.pojo.impl.PojoInstance
 
PojoInstance(Object) - Constructor for class org.jboss.cache.pojo.impl.PojoInstance
 
PojoReference - Class in org.jboss.cache.pojo.impl
POJO reference that contains the information to point to the real POJO storage.
PojoReference() - Constructor for class org.jboss.cache.pojo.impl.PojoReference
 
PojoTxInterceptor - Class in org.jboss.cache.pojo.interceptors
Interceptor (done via aop advice) for transaction
PojoTxInterceptor() - Constructor for class org.jboss.cache.pojo.interceptors.PojoTxInterceptor
 
PojoTxLockInterceptor - Class in org.jboss.cache.pojo.interceptors
Interceptor that handles the parent node lock associated with transaction.
PojoTxLockInterceptor() - Constructor for class org.jboss.cache.pojo.interceptors.PojoTxLockInterceptor
 
PojoTxUndoInterceptor - Class in org.jboss.cache.pojo.interceptors
Interceptor (done via aop advice) for transaction rollback.
PojoTxUndoInterceptor() - Constructor for class org.jboss.cache.pojo.interceptors.PojoTxUndoInterceptor
 
PojoTxUndoSynchronizationInterceptor - Class in org.jboss.cache.pojo.interceptors
Interceptor that handles registration of tx synchronization for rollback operations.
PojoTxUndoSynchronizationInterceptor() - Constructor for class org.jboss.cache.pojo.interceptors.PojoTxUndoSynchronizationInterceptor
 
PojoUtil - Class in org.jboss.cache.pojo.impl
Utility class for method wrappers that we are interested to rollback (i.e., rollback).
PojoUtil() - Constructor for class org.jboss.cache.pojo.impl.PojoUtil
 
postDeregister() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
Unregisters the CacheJmxWrapper, if PojoCacheJmxWrapper.getRegisterPlainCache() is true.
postRegister(Boolean) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
Registers the CacheJmxWrapperMBean, if PojoCacheJmxWrapper.getRegisterPlainCache() is true.
preDeregister() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
No-op.
preRegister(MBeanServer, ObjectName) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
Caches the provided server and objName.
PrivilegedCode - Class in org.jboss.cache.pojo.util
Performs privileged actions
PrivilegedCode() - Constructor for class org.jboss.cache.pojo.util.PrivilegedCode
 
put(Object, Object) - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
putAll(Map) - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
putObject(Fqn<?>, Object, String) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
This public API is called from internal package only.
putObjectI(Fqn, Object, String) - Method in class org.jboss.cache.pojo.impl.PojoCacheDelegate
 
putObjectII(Fqn, Object, String) - Method in class org.jboss.cache.pojo.impl.PojoCacheDelegate
Note that caller of this method will take care of synchronization within the fqn sub-tree.

R

rebuildReference() - Method in class org.jboss.cache.pojo.memory.ConstructorPersistentReference
 
rebuildReference() - Method in class org.jboss.cache.pojo.memory.EmptyReference
 
rebuildReference() - Method in class org.jboss.cache.pojo.memory.FieldPersistentReference
 
rebuildReference() - Method in class org.jboss.cache.pojo.memory.MethodPersistentReference
 
rebuildReference() - Method in class org.jboss.cache.pojo.memory.PersistentReference
 
Reentrant - Annotation Type in org.jboss.cache.pojo.annotation
Annoataion that wraps the Prepare annotation of JBossAop.
REFERENCE_SOFT - Static variable in class org.jboss.cache.pojo.memory.PersistentReference
 
REGISTERED - Static variable in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
The MBean has been instantiated and has completed MBeanRegistration.postRegister
registerPojoCache(MBeanServer, PojoCacheJmxWrapperMBean, String) - Static method in class org.jboss.cache.pojo.jmx.JmxUtil
 
remove(int) - Method in class org.jboss.cache.pojo.collection.CachedListImpl.MyCachedSubListImpl
 
remove(int) - Method in class org.jboss.cache.pojo.collection.CachedListImpl
 
remove(Object) - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
remove(Object) - Method in class org.jboss.cache.pojo.collection.CachedSetImpl
 
removeInternalFqn() - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
removeListener(Object) - Method in class org.jboss.cache.pojo.impl.CacheListenerAdaptor
 
removeListener(Object) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
removeListener(Object) - Method in interface org.jboss.cache.pojo.PojoCache
Remove the specific listener.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
removeNotificationListener(NotificationListener) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
removeObject(Fqn, String) - Method in class org.jboss.cache.pojo.impl.PojoCacheDelegate
Note that caller of this method will take care of synchronization within the fqn sub-tree.
removeObject(Fqn<?>, String) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
Replicable - Annotation Type in org.jboss.cache.pojo.annotation
Annoataion that wraps the Prepare annotation of JBossAop.
reset() - Static method in class org.jboss.cache.pojo.interceptors.PojoTxUndoSynchronizationInterceptor
 

S

SEPARATOR - Static variable in class org.jboss.cache.pojo.util.AopUtil
 
Serializable - Annotation Type in org.jboss.cache.pojo.annotation
Annoataion that declares a field is Serializable, i.e., use pure serialization for replication.
SERIALIZED - Static variable in class org.jboss.cache.pojo.impl.InternalConstant
 
set(int, Object) - Method in class org.jboss.cache.pojo.collection.CachedListImpl.MyCachedSubListImpl
 
set(int, Object) - Method in class org.jboss.cache.pojo.collection.CachedListImpl
 
set(Object) - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
setAccessible(AccessibleObject) - Static method in class org.jboss.cache.pojo.util.PrivilegedCode
 
setAopInstance(PojoInstance) - Method in class org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor
 
setAopInstance(PojoInstance) - Method in interface org.jboss.cache.pojo.interceptors.dynamic.BaseInterceptor
 
setAopInstance(PojoInstance) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CacheFieldInterceptor
 
setArgs(Object[]) - Method in class org.jboss.cache.pojo.util.MethodCall
 
setBuddyReplicationConfig(Element) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setBulkRemove(boolean) - Method in class org.jboss.cache.pojo.impl.PojoCacheDelegate
 
setCacheLoaderConfig(Element) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setCacheLoaderConfiguration(Element) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setCacheMode(String) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setClusterConfig(Element) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setClusterName(String) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setClusterProperties(String) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setConfiguration(Configuration) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
Sets the configuration that the underlying cache should use.
setEvictionPolicyConfig(Element) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setExposeManagementStatistics(boolean) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setFetchInMemoryState(boolean) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setFqn(Fqn) - Method in class org.jboss.cache.pojo.impl.PojoReference
 
setFqn(Fqn) - Method in class org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor
 
setFqn(Fqn) - Method in interface org.jboss.cache.pojo.interceptors.dynamic.BaseInterceptor
 
setFqn(Fqn) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CacheFieldInterceptor
 
setFqn(Fqn) - Method in class org.jboss.cache.pojo.interceptors.StaticFieldInterceptor
 
setGravitationEnabled(boolean) - Method in class org.jboss.cache.pojo.impl.PojoCacheThreadContextImpl
Enables or disables gravitation on cache-miss
setGravitationEnabled(boolean) - Method in interface org.jboss.cache.pojo.PojoCacheThreadContext
Enables or disables gravitation on cache-miss
setInactiveOnStartup(boolean) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setInitialStateRetrievalTimeout(long) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
Deprecated. 
setInterceptor(Interceptor) - Method in interface org.jboss.cache.pojo.interceptors.dynamic.BaseInterceptor
 
setInterceptor(Interceptor) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedListInterceptor
 
setInterceptor(Interceptor) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedMapInterceptor
 
setInterceptor(Interceptor) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedSetInterceptor
 
setInterceptor(Interceptor) - Method in class org.jboss.cache.pojo.interceptors.dynamic.CacheFieldInterceptor
 
setInternalFqn(String) - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
setIsolationLevel(String) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setLockAcquisitionTimeout(long) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setMarshallNonSerializable(boolean) - Method in class org.jboss.cache.pojo.interceptors.CheckNonSerializableInterceptor
 
setMethod(Method) - Method in class org.jboss.cache.pojo.util.MethodCall
 
setMethodName(String) - Method in class org.jboss.cache.pojo.interceptors.MethodReentrancyStopperInterceptor
 
SetModified - Annotation Type in org.jboss.cache.pojo.notification.annotation
Indicates that the marked method should be called when an attached set is modified.
SetModifiedEvent - Class in org.jboss.cache.pojo.notification.event
A notification that indicates an attached Set was modified.
SetModifiedEvent(NotificationContext, Set, SetModifiedEvent.Operation, Object, boolean) - Constructor for class org.jboss.cache.pojo.notification.event.SetModifiedEvent
 
SetModifiedEvent.Operation - Enum in org.jboss.cache.pojo.notification.event
 
setMultiplexerService(JChannelFactoryMBean) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setMultiplexerStack(String) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setMuxChannelFactory(ChannelFactory) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setName(String) - Method in class org.jboss.cache.pojo.util.MethodCall
 
setNodeLockingScheme(String) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setPojoCache(PojoCache) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setPojoCacheConfig(Element) - Method in interface org.jboss.cache.pojo.PojoCacheMBean
Inject the config element that is specific to PojoCache.
setPojoClass(Class) - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
setPojoClass(Class) - Method in class org.jboss.cache.pojo.impl.PojoReference
 
setRegisterInterceptors(boolean) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setRegisterInterceptors(boolean) - Method in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
Sets whether this object should register the cache's interceptors with JMX.
setRegisterPlainCache(boolean) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setRegisterPlainCache(boolean) - Method in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
Sets whether this object should register a PojoCacheJmxWrapperMBean for the underlying PojoCache with JMX.
setReplicationVersion(String) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setReplQueueInterval(long) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setReplQueueMaxElements(int) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setStateRetrievalTimeout(long) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setSyncCommitPhase(boolean) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setSyncReplTimeout(long) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setSyncRollbackPhase(boolean) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setTransactionManager(TransactionManager) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setTransactionManagerLookupClass(String) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setTxRollback(boolean) - Static method in class org.jboss.cache.pojo.interceptors.PojoFailedTxMockupInterceptor
 
setUseInterceptorMbeans(boolean) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setUseRegionBasedMarshalling(boolean) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setUseReplQueue(boolean) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
signature - Variable in class org.jboss.cache.pojo.util.MethodCall
The signature, e.g., new String[]{String.class.getLastElementAsString(), int.class.getLastElementAsString()}.
size() - Method in class org.jboss.cache.pojo.collection.CachedListImpl.MyCachedSubListImpl
 
size() - Method in class org.jboss.cache.pojo.collection.CachedListImpl
 
size() - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
size() - Method in class org.jboss.cache.pojo.collection.CachedSetImpl
 
start() - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
start() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
start() - Method in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
Lifecycle method to start PojoCache.
start() - Method in interface org.jboss.cache.pojo.PojoCache
Lifecycle method to start PojoCache.
STARTED - Static variable in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
The lifecycle method start has completed
STARTING - Static variable in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
The lifecycle method start has been invoked
StaticFieldInterceptor - Class in org.jboss.cache.pojo.interceptors
interceptor to intercept for static field replication.
StaticFieldInterceptor() - Constructor for class org.jboss.cache.pojo.interceptors.StaticFieldInterceptor
 
stop() - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
stop() - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
stop() - Method in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
Lifecycle method to stop PojoCache.
stop() - Method in interface org.jboss.cache.pojo.PojoCache
Lifecycle method to stop PojoCache.
STOPPED - Static variable in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
The lifecycle method stop has completed
STOPPING - Static variable in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
The lifecycle method stop has been invoked
subList(int, int) - Method in class org.jboss.cache.pojo.collection.CachedListImpl.MyCachedSubListImpl
 
subList(int, int) - Method in class org.jboss.cache.pojo.collection.CachedListImpl
 

T

TAG - Static variable in class org.jboss.cache.pojo.interceptors.PojoTxInterceptor
 
TAG - Static variable in class org.jboss.cache.pojo.interceptors.PojoTxUndoInterceptor
 
target - Variable in class org.jboss.cache.pojo.util.MethodCall
 
toNullKeyObject(Object) - Static method in class org.jboss.cache.pojo.util.Null
Represents null key as a special string value.
toNullKeyValue(Object) - Static method in class org.jboss.cache.pojo.util.Null
Converts Null string representation back to null value.
toNullObject(Object) - Static method in class org.jboss.cache.pojo.util.Null
Represents null as a special Null object marker.
toNullValue(Object) - Static method in class org.jboss.cache.pojo.util.Null
If the passed object represents null (instance of Null.NULL_OBJECT_MARKER), will replace with null value.
toString() - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
toString() - Method in class org.jboss.cache.pojo.collection.CachedSetImpl
 
toString(int) - Static method in class org.jboss.cache.pojo.collection.IntegerCache
 
toString() - Method in class org.jboss.cache.pojo.impl.CachedType
 
toString() - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
toString() - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
toString() - Method in class org.jboss.cache.pojo.impl.PojoReference
 
toString() - Method in class org.jboss.cache.pojo.util.MethodCall
 
toString() - Method in class org.jboss.cache.pojo.util.Null
Return a string representation of null value.
toStringDetails() - Method in class org.jboss.cache.pojo.util.MethodCall
 
TransactionCompleted - Annotation Type in org.jboss.cache.pojo.notification.annotation
Indicates that the marked method should be called when a transaction has completed.
TransactionCompletedEvent - Class in org.jboss.cache.pojo.notification.event
A notification that indicates a transaction completed.
TransactionCompletedEvent(NotificationContext, boolean, boolean) - Constructor for class org.jboss.cache.pojo.notification.event.TransactionCompletedEvent
 
TransactionRegistered - Annotation Type in org.jboss.cache.pojo.notification.annotation
Indicates that the marked method should be called when a transaction has registered.
TransactionRegisteredEvent - Class in org.jboss.cache.pojo.notification.event
A notification that indicates a transaction has been registered.
TransactionRegisteredEvent(NotificationContext, boolean) - Constructor for class org.jboss.cache.pojo.notification.event.TransactionRegisteredEvent
 
Transient - Annotation Type in org.jboss.cache.pojo.annotation
Annoataion that declares a field is transient (i.e., no-replicatable).
Tx - Annotation Type in org.jboss.cache.pojo.annotation
Annotation for PojoCache interceptor stack.
TX - Static variable in class org.jboss.cache.pojo.interceptors.PojoTxInterceptor
 
TX_ROLLBACK - Static variable in class org.jboss.cache.pojo.interceptors.PojoFailedTxMockupInterceptor
 
TxUndo - Annotation Type in org.jboss.cache.pojo.annotation
Annotation for PojoCache interceptor stack.
types - Variable in class org.jboss.cache.pojo.util.MethodCall
The class types, e.g., new Class[]{String.class, int.class}.

U

undoAttachInterceptor - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
undoAttachInterceptor(Object, InstanceAdvisor, Interceptor) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
undoDecrementReferenceCount - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
undoDecrementReferenceCount(Fqn, int, List) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
undoDetachInterceptor - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
undoDetachInterceptor(InstanceAdvisor, Interceptor) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
undoIncrementReferenceCount - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
undoIncrementReferenceCount(Fqn, int, List) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
undoInMemorySubstitution - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
undoInMemorySubstitution(Object, Field, Object) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
UNREGISTERED - Static variable in interface org.jboss.cache.pojo.jmx.PojoCacheJmxWrapperMBean
The MBean has been instantiated but has not completed MBeanRegistration.postRegister
unregisterPojoCache(MBeanServer, String) - Static method in class org.jboss.cache.pojo.jmx.JmxUtil
 

V

valueOf(String) - Static method in enum org.jboss.cache.pojo.notification.event.ListModifiedEvent.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.pojo.notification.event.MapModifiedEvent.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.pojo.notification.event.SetModifiedEvent.Operation
Returns the enum constant of this type with the specified name.
values() - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
values() - Static method in enum org.jboss.cache.pojo.notification.event.ListModifiedEvent.Operation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.cache.pojo.notification.event.MapModifiedEvent.Operation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.cache.pojo.notification.event.SetModifiedEvent.Operation
Returns an array containing the constants of this enum type, in the order they're declared.
verifyAttached(Object) - Method in class org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor
 

A B C D E F G H I J K L M N O P R S T U V

Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.