Uses of Interface
org.infinispan.marshall.Marshaller

Packages that use Marshaller
org.infinispan   
org.infinispan.loader   
org.infinispan.loader.cluster   
org.infinispan.loader.decorators   
org.infinispan.loader.file   
org.infinispan.marshall   
org.infinispan.marshall.jboss   
org.infinispan.remoting   
org.infinispan.remoting.transport   
org.infinispan.remoting.transport.jgroups   
org.infinispan.statetransfer   
org.infinispan.transaction   
 

Uses of Marshaller in org.infinispan
 

Fields in org.infinispan declared as Marshaller
protected  Marshaller CacheDelegate.marshaller
           
 

Methods in org.infinispan with parameters of type Marshaller
 void CacheDelegate.injectDependencies(EvictionManager evictionManager, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, Marshaller marshaller, ResponseGenerator responseGenerator, CacheManager cacheManager, StateTransferManager stateTransferManager)
           
 

Uses of Marshaller in org.infinispan.loader
 

Methods in org.infinispan.loader that return Marshaller
protected  Marshaller AbstractCacheStore.getMarshaller()
           
 

Methods in org.infinispan.loader with parameters of type Marshaller
 void LockSupportCacheStore.init(CacheLoaderConfig config, Cache cache, Marshaller m)
           
 void CacheLoader.init(CacheLoaderConfig config, Cache cache, Marshaller m)
          Used to initialize a cache loader.
 void AbstractCacheStore.init(CacheLoaderConfig config, Cache cache, Marshaller m)
           
 void CacheLoaderManagerImpl.inject(Cache cache, Marshaller marshaller, Configuration configuration)
           
 

Uses of Marshaller in org.infinispan.loader.cluster
 

Methods in org.infinispan.loader.cluster with parameters of type Marshaller
 void ClusterCacheLoader.init(CacheLoaderConfig config, Cache cache, Marshaller m)
           
 

Uses of Marshaller in org.infinispan.loader.decorators
 

Methods in org.infinispan.loader.decorators with parameters of type Marshaller
 void ChainingCacheStore.init(CacheLoaderConfig config, Cache cache, Marshaller m)
           
 void AbstractDelegatingStore.init(CacheLoaderConfig config, Cache cache, Marshaller m)
           
 

Uses of Marshaller in org.infinispan.loader.file
 

Methods in org.infinispan.loader.file with parameters of type Marshaller
 void FileCacheStore.init(CacheLoaderConfig config, Cache cache, Marshaller m)
           
 

Uses of Marshaller in org.infinispan.marshall
 

Classes in org.infinispan.marshall that implement Marshaller
 class MarshallerImpl
          Abstract marshaller
 class VersionAwareMarshaller
          A delegate to various other marshallers like MarshallerImpl.
 

Uses of Marshaller in org.infinispan.marshall.jboss
 

Classes in org.infinispan.marshall.jboss that implement Marshaller
 class JBossMarshaller
          JBossMarshaller.
 

Uses of Marshaller in org.infinispan.remoting
 

Methods in org.infinispan.remoting with parameters of type Marshaller
 void RpcManagerImpl.injectDependencies(GlobalConfiguration globalConfiguration, Transport t, InboundInvocationHandler handler, Marshaller marshaller, ExecutorService e, CacheManagerNotifier notifier)
           
 

Uses of Marshaller in org.infinispan.remoting.transport
 

Methods in org.infinispan.remoting.transport with parameters of type Marshaller
 void Transport.initialize(GlobalConfiguration c, Properties p, Marshaller marshaller, ExecutorService asyncExecutor, InboundInvocationHandler handler, CacheManagerNotifier notifier, long distributedSyncTimeout)
          Initializes the transport with global cache configuration and transport-specific properties.
 

Uses of Marshaller in org.infinispan.remoting.transport.jgroups
 

Methods in org.infinispan.remoting.transport.jgroups with parameters of type Marshaller
 void JGroupsTransport.initialize(GlobalConfiguration c, Properties p, Marshaller marshaller, ExecutorService asyncExecutor, InboundInvocationHandler inboundInvocationHandler, CacheManagerNotifier notifier, long distributedSyncTimeout)
           
 

Constructors in org.infinispan.remoting.transport.jgroups with parameters of type Marshaller
MarshallerAdapter(Marshaller m)
           
 

Uses of Marshaller in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type Marshaller
 void StateTransferManagerImpl.injectDependencies(RpcManager rpcManager, AdvancedCache cache, Configuration configuration, DataContainer dataContainer, CacheLoaderManager clm, Marshaller marshaller, TransactionLog transactionLog, InterceptorChain interceptorChain, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory)
           
 

Uses of Marshaller in org.infinispan.transaction
 

Methods in org.infinispan.transaction with parameters of type Marshaller
 void TransactionLog.writeCommitLog(Marshaller marshaller, ObjectOutput out)
           
 void TransactionLog.writePendingPrepares(Marshaller marshaller, ObjectOutput out)
           
 



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