org.infinispan.remoting.transport.jgroups
Class StateTransferMonitor

java.lang.Object
  extended by org.infinispan.remoting.transport.jgroups.StateTransferMonitor

public class StateTransferMonitor
extends Object


Field Summary
protected  StateTransferException setStateException
          Reference to an exception that was raised during state installation on this cache.
 
Constructor Summary
StateTransferMonitor()
           
 
Method Summary
 StateTransferException getSetStateException()
           
 void notifyStateReceiptFailed(StateTransferException setStateException)
           
 void notifyStateReceiptSucceeded()
           
 void waitForState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

setStateException

protected volatile StateTransferException setStateException
Reference to an exception that was raised during state installation on this cache.

Constructor Detail

StateTransferMonitor

public StateTransferMonitor()
Method Detail

getSetStateException

public StateTransferException getSetStateException()

waitForState

public void waitForState()
                  throws Exception
Throws:
Exception

notifyStateReceiptSucceeded

public void notifyStateReceiptSucceeded()

notifyStateReceiptFailed

public void notifyStateReceiptFailed(StateTransferException setStateException)

Google Analytics

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