org.infinispan.statetransfer
Class StateTransferManagerImpl
java.lang.Object
org.infinispan.statetransfer.StateTransferManagerImpl
- All Implemented Interfaces:
- StateTransferManager
public class StateTransferManagerImpl
- extends Object
- implements StateTransferManager
Method Summary |
void |
applyState(InputStream in)
|
void |
generateState(OutputStream out)
|
void |
injectDependencies(RpcManager rpcManager,
AdvancedCache cache,
Configuration configuration,
DataContainer dataContainer,
CacheLoaderManager clm,
Marshaller marshaller,
TransactionLog transactionLog,
InterceptorChain interceptorChain,
InvocationContextContainer invocationContextContainer,
CommandsFactory commandsFactory,
TransactionTable txTable)
|
void |
releaseRPCBlock()
|
void |
start()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StateTransferManagerImpl
public StateTransferManagerImpl()
injectDependencies
public void injectDependencies(RpcManager rpcManager,
AdvancedCache cache,
Configuration configuration,
DataContainer dataContainer,
CacheLoaderManager clm,
Marshaller marshaller,
TransactionLog transactionLog,
InterceptorChain interceptorChain,
InvocationContextContainer invocationContextContainer,
CommandsFactory commandsFactory,
TransactionTable txTable)
start
public void start()
throws StateTransferException
- Throws:
StateTransferException
releaseRPCBlock
public void releaseRPCBlock()
throws Exception
- Throws:
Exception
generateState
public void generateState(OutputStream out)
throws StateTransferException
- Specified by:
generateState
in interface StateTransferManager
- Throws:
StateTransferException
applyState
public void applyState(InputStream in)
throws StateTransferException
- Specified by:
applyState
in interface StateTransferManager
- Throws:
StateTransferException
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.