com.sun.sgs.service
Interface SimpleCompletionHandler

All Known Implementing Classes:
ClientSessionHandler.MoveAction

public interface SimpleCompletionHandler

A handler to be notified when operations for an associated request are complete.

See Also:
ClientSessionStatusListener.prepareToRelocate( BigInteger,long,SimpleCompletionHandler), IdentityRelocationListener.prepareToRelocate( Identity,long,SimpleCompletionHandler), RecoveryListener.recover(Node,SimpleCompletionHandler)

Method Summary
 void completed()
          Notifies this handler that the operations initiated by the request associated with this future are complete.
 

Method Detail

completed

void completed()
Notifies this handler that the operations initiated by the request associated with this future are complete. This method is idempotent and can be called multiple times.


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved