org.infinispan.statetransfer
Class StateTransferManagerImpl

java.lang.Object
  extended by org.infinispan.statetransfer.StateTransferManagerImpl
All Implemented Interfaces:
StateTransferManager

public class StateTransferManagerImpl
extends Object
implements StateTransferManager


Constructor Summary
StateTransferManagerImpl()
           
 
Method Summary
 void applyState(InputStream in)
           
 void generateState(OutputStream out)
           
 void injectDependencies(RpcManager rpcManager, AdvancedCache cache, Configuration configuration, DataContainer dataContainer, CacheLoaderManager clm, StreamingMarshaller 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
 

Constructor Detail

StateTransferManagerImpl

public StateTransferManagerImpl()
Method Detail

injectDependencies

public void injectDependencies(RpcManager rpcManager,
                               AdvancedCache cache,
                               Configuration configuration,
                               DataContainer dataContainer,
                               CacheLoaderManager clm,
                               StreamingMarshaller 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

Google Analytics

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