|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Marshaller in org.jboss.cache |
---|
Methods in org.jboss.cache that return Marshaller | |
---|---|
Marshaller |
CacheSPI.getMarshaller()
Retrieves an instance of a Marshaller , which is capable of
converting Java objects to bytestreams and back in an efficient manner, which is
also interoperable with bytestreams produced/consumed by other versions of JBoss
Cache. |
Methods in org.jboss.cache with parameters of type Marshaller | |
---|---|
void |
RPCManagerImpl.setupDependencies(ChannelMessageListener messageListener,
Configuration configuration,
Notifier notifier,
CacheSPI spi,
Marshaller marshaller,
TransactionTable txTable,
javax.transaction.TransactionManager txManager,
InvocationContextContainer container,
InterceptorChain interceptorChain,
ComponentRegistry componentRegistry,
LockManager lockManager)
|
Uses of Marshaller in org.jboss.cache.config |
---|
Methods in org.jboss.cache.config that return Marshaller | |
---|---|
Marshaller |
Configuration.getMarshaller()
|
Methods in org.jboss.cache.config with parameters of type Marshaller | |
---|---|
void |
Configuration.setCacheMarshaller(Marshaller instance)
|
Uses of Marshaller in org.jboss.cache.invocation |
---|
Methods in org.jboss.cache.invocation that return Marshaller | |
---|---|
Marshaller |
CacheInvocationDelegate.getMarshaller()
|
Methods in org.jboss.cache.invocation with parameters of type Marshaller | |
---|---|
void |
CacheInvocationDelegate.initialize(StateTransferManager stateTransferManager,
CacheLoaderManager cacheLoaderManager,
Notifier notifier,
javax.transaction.TransactionManager transactionManager,
BuddyManager buddyManager,
TransactionTable transactionTable,
RPCManager rpcManager,
RegionManager regionManager,
Marshaller marshaller,
CommandsFactory commandsFactory,
DataContainer dataContainer,
MVCCNodeHelper mvccHelper,
BatchContainer batchContainer)
|
Uses of Marshaller in org.jboss.cache.loader |
---|
Methods in org.jboss.cache.loader that return Marshaller | |
---|---|
protected Marshaller |
AbstractCacheLoader.getMarshaller()
|
Uses of Marshaller in org.jboss.cache.marshall |
---|
Classes in org.jboss.cache.marshall that implement Marshaller | |
---|---|
class |
AbstractMarshaller
Abstract AbstractMarshaller for JBoss Cache. |
class |
CacheMarshaller200
An enhanced marshaller for RPC calls between CacheImpl instances. |
class |
CacheMarshaller210
An evolution of CacheMarshaller200 , created to fix JBCACHE-1211. |
class |
CacheMarshaller300
Adds special treatment of arrays over and above the superclass. |
class |
VersionAwareMarshaller
A delegate to various other marshallers like CacheMarshaller200 . |
Uses of Marshaller in org.jboss.cache.statetransfer |
---|
Fields in org.jboss.cache.statetransfer declared as Marshaller | |
---|---|
protected Marshaller |
DefaultStateTransferManager.marshaller
|
Methods in org.jboss.cache.statetransfer with parameters of type Marshaller | |
---|---|
void |
DefaultStateTransferManager.injectDependencies(CacheSPI cache,
Marshaller marshaller,
RegionManager regionManager,
Configuration configuration,
CacheLoaderManager cacheLoaderManager,
StateTransferIntegrator integrator,
StateTransferGenerator generator)
|
Uses of Marshaller in org.jboss.cache.transaction |
---|
Methods in org.jboss.cache.transaction with parameters of type Marshaller | |
---|---|
void |
TransactionLog.writeCommitLog(Marshaller marshaller,
java.io.ObjectOutputStream out)
|
void |
TransactionLog.writePendingPrepares(Marshaller marshaller,
java.io.ObjectOutputStream out)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |