com.sun.jini.example.cancellation
Interface Ping
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Server
- public interface Ping
- extends java.rmi.Remote
Simple Ping remote interface.
- Author:
- Sun Microsystems, Inc.
|
Method Summary |
void |
ping(ReceiveReady obj)
Notifies the supplied obj by invoking its
ready method, then polls for a call cancellation
request. |
ping
public void ping(ReceiveReady obj)
throws java.rmi.RemoteException
- Notifies the supplied
obj by invoking its
ready method, then polls for a call cancellation
request.
- Parameters:
obj - the object to notify
- Throws:
java.rmi.RemoteException - if a failure occurs during remote communication
Copyright © 2003 Sun Microsystems, Inc. All Rights Reserved.