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

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
 
addToList(MethodCall) - Method in class org.jboss.cache.pojo.interceptors.PojoTxSynchronizationHandler
 
afterCompletion(int) - Method in class org.jboss.cache.pojo.interceptors.PojoTxSynchronizationHandler
 
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)
ArrayHandler - Class in org.jboss.cache.pojo.impl
Handles array types.
ArrayInterceptable - Interface in org.jboss.cache.pojo.impl
Internal interface that indicates that a type's fields can be included for array interception.
ArrayInterceptor - Class in org.jboss.cache.pojo.interceptors.dynamic
AOP interceptor which delegates to POJO Cache.
ArrayInterceptor() - Constructor for class org.jboss.cache.pojo.interceptors.dynamic.ArrayInterceptor
 
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(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, Object) - 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.
attachArray - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
attachArray(Object, CachedArray) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
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
beforeCompletion() - Method in class org.jboss.cache.pojo.interceptors.PojoTxSynchronizationHandler
 

C

cache - Variable in class org.jboss.cache.pojo.collection.CachedArray
 
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
 
CachedArray - Class in org.jboss.cache.pojo.collection
A CachedArray is the base class for cache backed array access.
CachedArray(Fqn<?>, Class<?>, PojoCacheImpl) - Constructor for class org.jboss.cache.pojo.collection.CachedArray
 
CachedArrayRegistry - Class in org.jboss.cache.pojo.collection
An internal registry which is responsible for mapping a Java array instance to a CachedArray.
CachedArrayRegistry() - Constructor for class org.jboss.cache.pojo.collection.CachedArrayRegistry
 
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
 
CachedObjectArray - Class in org.jboss.cache.pojo.collection
A CachedObjectArray is used to back arrays with a component type that extends Object.
CachedObjectArray(Fqn<?>, Class<?>, PojoCacheImpl) - Constructor for class org.jboss.cache.pojo.collection.CachedObjectArray
 
CachedPrimitiveArray - Class in org.jboss.cache.pojo.collection
A CachedPrimitiveArray is used to back arrays which have primitive component types.
CachedPrimitiveArray(Fqn<?>, Class<?>, PojoCacheImpl) - Constructor for class org.jboss.cache.pojo.collection.CachedPrimitiveArray
 
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
 
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
 
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.
clear() - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Removes all of the mappings from this map.
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
 
ConcurrentReferenceHashMap<K,V> - Class in org.jboss.cache.pojo.util
An advanced hash table supporting configurable garbage collection semantics of keys and values, optional referential-equality, full concurrency of retrievals, and adjustable expected concurrency for updates.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float) - Constructor for class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types (weak keys, strong values), and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types and with default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types and with default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int) - Constructor for class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong values), load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap() - Constructor for class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values), default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(Map<? extends K, ? extends V>) - Constructor for class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Creates a new map with the same mappings as the given map.
ConcurrentReferenceHashMap.Option - Enum in org.jboss.cache.pojo.util
 
ConcurrentReferenceHashMap.ReferenceType - Enum in org.jboss.cache.pojo.util
An option specifying which Java reference type should be used to refer to a key and/or value.
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
 
contains(Object) - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Legacy method testing if some key maps into the specified value in this table.
containsKey(Object) - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
containsKey(Object) - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Tests if the specified object is a key in this table.
containsValue(Object) - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
containsValue(Object) - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Returns true if this map maps one or more keys to the specified value.
create(Fqn<?>, PojoCacheImpl, Object) - Static method in class org.jboss.cache.pojo.collection.CachedArray
 
create() - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
create() - Static method in class org.jboss.cache.pojo.interceptors.PojoTxSynchronizationHandler
 
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
 
current() - Static method in class org.jboss.cache.pojo.interceptors.PojoTxSynchronizationHandler
 

D

decrementRefCount(Reference) - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
decrementReferenceCount - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
decrementReferenceCount(Reference, int, Set<Reference>) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
destroy() - Method in class org.jboss.cache.pojo.collection.CachedArray
 
destroy() - Method in class org.jboss.cache.pojo.collection.CachedObjectArray
 
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(Fqn<?>, String, Object) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
detach(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.
detachArray - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
detachArray(Object, CachedArray) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
detachCollectionInterceptor - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
detachCollectionInterceptor(AbstractCollectionInterceptor) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
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

elements() - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Returns an enumeration of the values in this table.
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
 
entrySet() - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Returns a Set view of the mappings contained in this map.
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.impl.ReferenceImpl
 
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(String) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
find(Fqn<?>) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
find(Fqn<?>, String, Object) - 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
 
fqn - Variable in class org.jboss.cache.pojo.collection.CachedArray
 

G

get(int) - Method in class org.jboss.cache.pojo.collection.CachedArray
 
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(int) - Method in class org.jboss.cache.pojo.collection.CachedObjectArray
 
get(int) - Method in class org.jboss.cache.pojo.collection.CachedPrimitiveArray
 
get(Fqn<?>, Class<?>, PojoInstance) - Method in class org.jboss.cache.pojo.impl.ArrayHandler
 
get() - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
get() - Method in class org.jboss.cache.pojo.memory.PersistentReference
 
get(Object) - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
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
 
getBoundProxy() - Method in class org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor
 
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.collection.CachedArray
 
getFqn(Object) - Method in class org.jboss.cache.pojo.impl.ArrayHandler
 
getFqn() - Method in class org.jboss.cache.pojo.impl.PojoReference
 
getFqn() - Method in class org.jboss.cache.pojo.impl.ReferenceImpl
 
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 interface org.jboss.cache.pojo.Reference
Returns the Fqn of the referring node.
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(Object) - Method in class org.jboss.cache.pojo.impl.PojoCacheDelegate
 
getInternalFqn(Object) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
getInternalFqn(Object) - Method in interface org.jboss.cache.pojo.PojoCache
Return the Fqn of the internal node containing the data of this attached object.
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.impl.ReferenceImpl
 
getKey() - Method in class org.jboss.cache.pojo.notification.event.MapModifiedEvent
Gets the key for the modified entry.
getKey() - Method in interface org.jboss.cache.pojo.Reference
Returns the name of the node key which references the attached object, or null if the Fqn is a normal alias to the internal node.
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.ArrayInterceptor
 
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.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, Object) - Method in class org.jboss.cache.pojo.impl.PojoCacheDelegate
 
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
 
getRefCount() - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
getReferences(Object) - Method in class org.jboss.cache.pojo.impl.PojoCacheDelegate
 
getReferences(Object) - Method in class org.jboss.cache.pojo.impl.PojoCacheImpl
 
getReferences() - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
getReferences(Object) - Method in interface org.jboss.cache.pojo.PojoCache
Return a list of the references from attached objects to this object.
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
 
getSerializationCopy() - Method in class org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor
 
getSerializationCopy() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedListInterceptor
 
getSerializationCopy() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedMapInterceptor
 
getSerializationCopy() - Method in class org.jboss.cache.pojo.interceptors.dynamic.CachedSetInterceptor
 
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
 
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

handles(Class<?>) - Method in class org.jboss.cache.pojo.impl.ArrayHandler
 
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.impl.ReferenceImpl
 
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(Reference) - Method in class org.jboss.cache.pojo.impl.PojoInstance
 
incrementReferenceCount - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
incrementReferenceCount(Reference, int, Set<Reference>) - 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.dynamic.ArrayInterceptor
 
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() - 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
 
isEmpty() - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Returns true if this map contains no key-value mappings.
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
 
isImmediate(Class) - Static 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
 
keys() - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Returns an enumeration of the keys in this table.
keySet() - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
keySet() - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Returns a Set view of the keys contained in this map.

L

lastIndexOf(Object) - Method in class org.jboss.cache.pojo.collection.CachedListImpl
 
lastIndexOf(Object) - Method in class org.jboss.cache.pojo.collection.CachedListImpl.MyCachedSubListImpl
 
length() - Method in class org.jboss.cache.pojo.collection.CachedArray
 
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
 
load(Fqn<?>, PojoCacheImpl, Class<?>) - Static method in class org.jboss.cache.pojo.collection.CachedArray
 
lockPojo(Fqn) - Method in class org.jboss.cache.pojo.impl.InternalHelper
 
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
 
lookup(Object) - Static method in class org.jboss.cache.pojo.collection.CachedArrayRegistry
 

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
 

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
 
PojoCache - Interface in org.jboss.cache.pojo
Main PojoCache APIs.
POJOCACHE_KEY_PREFIX - Static variable in class org.jboss.cache.pojo.impl.InternalConstant
 
POJOCACHE_LOCK - 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
 
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
 
PojoTxSynchronizationHandler - Class in org.jboss.cache.pojo.interceptors
Handling the rollback operation for PojoCache level, specifically interceptor add/remove, etc.
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
 
purgeStaleEntries() - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Removes any stale entries whose keys have been finalized.
put(Object, Object) - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
put(Fqn<?>, Reference, Object) - Method in class org.jboss.cache.pojo.impl.ArrayHandler
 
put(K, V) - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Maps the specified key to the specified value in this table.
putAll(Map) - Method in class org.jboss.cache.pojo.collection.CachedMapImpl
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Copies all of the mappings from the specified map to this one.
putIfAbsent(K, V) - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
putObject(Fqn, Object, String, Object) - 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
 
Reference - Interface in org.jboss.cache.pojo
A reference to an attached object.
REFERENCE_SOFT - Static variable in class org.jboss.cache.pojo.memory.PersistentReference
 
ReferenceImpl - Class in org.jboss.cache.pojo.impl
A reference from an attached object to another attached object.
ReferenceImpl(Fqn<?>) - Constructor for class org.jboss.cache.pojo.impl.ReferenceImpl
 
ReferenceImpl(Fqn<?>, String) - Constructor for class org.jboss.cache.pojo.impl.ReferenceImpl
 
register(Object, CachedArray) - Static method in class org.jboss.cache.pojo.collection.CachedArrayRegistry
 
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
 
remove(Fqn<?>, Reference, Object) - Method in class org.jboss.cache.pojo.impl.ArrayHandler
 
remove(Object) - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
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, Object) - 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.
replace(K, V, V) - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
replace(K, V) - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Replicable - Annotation Type in org.jboss.cache.pojo.annotation
Annoataion that wraps the Prepare annotation of JBossAop.
resetUndoOp() - Method in class org.jboss.cache.pojo.interceptors.PojoTxSynchronizationHandler
 

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.CachedArray
 
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(int, Object) - Method in class org.jboss.cache.pojo.collection.CachedObjectArray
 
set(int, Object) - Method in class org.jboss.cache.pojo.collection.CachedPrimitiveArray
 
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
 
setBoundProxy(ClassProxy) - Method in class org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor
 
setBuddyReplicationConfig(Element) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
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
 
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
 
setIsolationLevel(String) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setLockAcquisitionTimeout(long) - Method in class org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper
 
setMethod(Method) - Method in class org.jboss.cache.pojo.util.MethodCall
 
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
 
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
 
size() - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Returns the number of key-value mappings in this map.
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
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

target - Variable in class org.jboss.cache.pojo.util.MethodCall
 
toArray() - Method in class org.jboss.cache.pojo.collection.CachedArray
 
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.CachedListImpl
 
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.impl.ReferenceImpl
 
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).
types - Variable in class org.jboss.cache.pojo.util.MethodCall
The class types, e.g., new Class[]{String.class, int.class}.

U

undoAttachArray - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
undoAttachArray(Object, CachedArray) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
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(Reference, int, Set<Reference>) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
undoDetachArray - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
undoDetachArray(Object, CachedArray) - Method in class org.jboss.cache.pojo.impl.PojoUtil
 
undoDetachCollectionInterceptor - Static variable in class org.jboss.cache.pojo.impl.MethodDeclarations
 
undoDetachCollectionInterceptor(AbstractCollectionInterceptor) - 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(Reference, int, Set<Reference>) - 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
 
unregister(Object) - Static method in class org.jboss.cache.pojo.collection.CachedArrayRegistry
 
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.
valueOf(String) - Static method in enum org.jboss.cache.pojo.util.ConcurrentReferenceHashMap.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.pojo.util.ConcurrentReferenceHashMap.ReferenceType
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.
values() - Static method in enum org.jboss.cache.pojo.util.ConcurrentReferenceHashMap.Option
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.util.ConcurrentReferenceHashMap.ReferenceType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.jboss.cache.pojo.util.ConcurrentReferenceHashMap
Returns a Collection view of the values contained in this map.
verifyAttached(Object) - Method in class org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor
 

W

writeInfo() - Method in class org.jboss.cache.pojo.collection.CachedArray
 

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

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