Uses of Class
com.sun.jini.example.cancellation.NoSuchCallException

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

Methods in com.sun.jini.example.cancellation that throw NoSuchCallException
 void CallCancellation.cancelCall(java.lang.Thread t)
          Attempts to cancel the call executing in the given thread t.
static boolean CancelILFactory.getCancellationStatus()
          Returns the cancellation status for the current thread: true if the call associated with the current thread should be cancelled and false otherwise.
 



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