Uses of Interface
com.sun.jini.example.cancellation.ReceiveReady

Uses of ReceiveReady in com.sun.jini.example.cancellation
 

Classes in com.sun.jini.example.cancellation that implement ReceiveReady
 class Client
          Defines a client application that spawns a thread to invoke the Ping.ping remote method on a server and then cancels the remote call in progress in that thread.
 

Methods in com.sun.jini.example.cancellation with parameters of type ReceiveReady
 void Ping.ping(ReceiveReady obj)
          Notifies the supplied obj by invoking its ready method, then polls for a call cancellation request.
 void Server.ping(ReceiveReady receiver)
          Notifies the given receiver callback object by invoking its ready method and polls for call cancellation status.
 



Copyright © 2003 Sun Microsystems, Inc. All Rights Reserved.