dermi
Class Naming.NamingCommand
java.lang.Object
dermi.Naming.NamingCommand
- All Implemented Interfaces:
- rice.Continuation
- Enclosing class:
- Naming
- protected class Naming.NamingCommand
- extends java.lang.Object
- implements rice.Continuation
Common superclass for data reception commands.
Nested classes inherited from class rice.Continuation |
rice.Continuation.ExternalContinuation, rice.Continuation.ListenerContinuation, rice.Continuation.StandardContinuation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Naming.NamingCommand
public Naming.NamingCommand(boolean received,
java.util.Properties eref)
receiveResult
public void receiveResult(java.lang.Object result)
- Specified by:
receiveResult
in interface rice.Continuation
receive
public void receive(java.lang.Object result)
throws java.lang.Exception
- Throws:
java.lang.Exception
receiveException
public void receiveException(java.lang.Exception e)
- Specified by:
receiveException
in interface rice.Continuation