com.sun.sgs.protocol
Interface RequestCompletionHandler<V>

Type Parameters:
V - the type of the request's result

public interface RequestCompletionHandler<V>

A completion handler for a request carried out by a SessionProtocolHandler.


Method Summary
 void completed(Future<V> result)
          Notifies this handler that the request associated with this handler is complete with the specified result.
 

Method Detail

completed

void completed(Future<V> result)
Notifies this handler that the request associated with this handler is complete with the specified result.

Parameters:
result - a future containing the result of the request

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