Uses of Package
org.jboss.cache.marshall

Packages that use org.jboss.cache.marshall
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.config   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.loader   
org.jboss.cache.marshall   
org.jboss.cache.statetransfer   
org.jboss.cache.transaction   
 

Classes in org.jboss.cache.marshall used by org.jboss.cache
Marshaller
          A marshaller is a class that is able to marshall and unmarshall objects efficiently.
MethodCall
          Deprecated. - in favour of ReplicableCommand instances. Will be removed in 3.X.
NodeData
          Serializable representation of the data of a node (FQN and attributes)
 

Classes in org.jboss.cache.marshall used by org.jboss.cache.buddyreplication
NodeData
          Serializable representation of the data of a node (FQN and attributes)
 

Classes in org.jboss.cache.marshall used by org.jboss.cache.config
Marshaller
          A marshaller is a class that is able to marshall and unmarshall objects efficiently.
 

Classes in org.jboss.cache.marshall used by org.jboss.cache.interceptors
MarshalledValue
          Wrapper that wraps cached data, providing lazy deserialization using the calling thread's context class loader.
 

Classes in org.jboss.cache.marshall used by org.jboss.cache.invocation
Marshaller
          A marshaller is a class that is able to marshall and unmarshall objects efficiently.
 

Classes in org.jboss.cache.marshall used by org.jboss.cache.loader
Marshaller
          A marshaller is a class that is able to marshall and unmarshall objects efficiently.
NodeData
          Serializable representation of the data of a node (FQN and attributes)
 

Classes in org.jboss.cache.marshall used by org.jboss.cache.marshall
AbstractMarshaller
          Abstract AbstractMarshaller for JBoss Cache.
CacheMarshaller200
          An enhanced marshaller for RPC calls between CacheImpl instances.
CacheMarshaller210
          An evolution of CacheMarshaller200, created to fix JBCACHE-1211.
CommandAwareRpcDispatcher
          A JGroups RPC dispatcher that knows how to deal with ReplicableCommands.
InactiveRegionException
          Thrown by a AbstractMarshaller instance when attempting to perform an operation on an inactive region.
Marshaller
          A marshaller is a class that is able to marshall and unmarshall objects efficiently.
NodeData
          Serializable representation of the data of a node (FQN and attributes)
RegionalizedMethodCall
          A regionalized MethodCall object, created when Marshaller.regionalizedMethodCallFromByteBuffer(byte[]) or Marshaller.regionalizedMethodCallFromObjectStream(java.io.ObjectInputStream) is called.
ReplicationObserver
          This is a hook for observing remotely replicated commands on this instance.
UnmarshalledReferences
          An efficient array-based list of referenced objects, using the reference id as a subscript for the array.
 

Classes in org.jboss.cache.marshall used by org.jboss.cache.statetransfer
Marshaller
          A marshaller is a class that is able to marshall and unmarshall objects efficiently.
NodeData
          Serializable representation of the data of a node (FQN and attributes)
 

Classes in org.jboss.cache.marshall used by org.jboss.cache.transaction
Marshaller
          A marshaller is a class that is able to marshall and unmarshall objects efficiently.
 



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