Uses of Class
org.infinispan.statetransfer.StateTransferException

Packages that use StateTransferException
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. 
org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components. 
org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
 

Uses of StateTransferException in org.infinispan.remoting
 

Methods in org.infinispan.remoting that throw StateTransferException
 void InboundInvocationHandlerImpl.applyState(String cacheName, InputStream i)
           
 void InboundInvocationHandler.applyState(String cacheName, InputStream i)
          Applies state onto a named cache.
 void InboundInvocationHandlerImpl.generateState(String cacheName, OutputStream o)
           
 void InboundInvocationHandler.generateState(String cacheName, OutputStream o)
          Generates state from a named cache.
 

Uses of StateTransferException in org.infinispan.remoting.rpc
 

Methods in org.infinispan.remoting.rpc that throw StateTransferException
 void RpcManagerImpl.retrieveState(String cacheName, long timeout)
           
 void RpcManager.retrieveState(String cacheName, long timeout)
          Initiates a state retrieval process from neighbouring caches.
 

Uses of StateTransferException in org.infinispan.remoting.transport
 

Methods in org.infinispan.remoting.transport that throw StateTransferException
 boolean Transport.retrieveState(String cacheName, Address address, long timeout)
          Initiates a state retrieval from a specific cache (by typically invoking InboundInvocationHandler.generateState(String, java.io.OutputStream)), and applies this state to the current cache via the InboundInvocationHandler.applyState(String, java.io.InputStream) callback.
 

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

Fields in org.infinispan.remoting.transport.jgroups declared as StateTransferException
protected  StateTransferException StateTransferMonitor.setStateException
          Reference to an exception that was raised during state installation on this cache.
 

Methods in org.infinispan.remoting.transport.jgroups that return StateTransferException
 StateTransferException StateTransferMonitor.getSetStateException()
           
 

Methods in org.infinispan.remoting.transport.jgroups with parameters of type StateTransferException
 void StateTransferMonitor.notifyStateReceiptFailed(StateTransferException setStateException)
           
 

Methods in org.infinispan.remoting.transport.jgroups that throw StateTransferException
 boolean JGroupsTransport.retrieveState(String cacheName, Address address, long timeout)
           
 

Uses of StateTransferException in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer that throw StateTransferException
 void StateTransferManagerImpl.applyState(InputStream in)
           
 void StateTransferManager.applyState(InputStream in)
           
 void StateTransferManagerImpl.generateState(OutputStream out)
           
 void StateTransferManager.generateState(OutputStream out)
           
 void StateTransferManagerImpl.start()
           
 


Google Analytics

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