Uses of Class
com.ibm.aglet.NotHandledException

Packages that use NotHandledException
com.ibm.aglet   
com.ibm.aglets   
 

Uses of NotHandledException in com.ibm.aglet
 

Methods in com.ibm.aglet that throw NotHandledException
 java.lang.Object AgletProxy.sendMessage(Message msg)
          Sends a message in synchronous way.
 boolean FutureReply.getBooleanReply()
          Gets the reply as a primitive boolean.
 char FutureReply.getCharReply()
          Gets the reply as a primitive char.
 double FutureReply.getDoubleReply()
          Gets the reply as a primitive double.
 float FutureReply.getFloatReply()
          Gets the reply as a primitive float.
 int FutureReply.getIntReply()
          Gets the reply as a primitive integer.
 long FutureReply.getLongReply()
          Gets the reply as a primitive long.
abstract  java.lang.Object FutureReply.getReply()
          If the message was not handled the receiver, MessageNotHandled exception is raised.
 

Uses of NotHandledException in com.ibm.aglets
 

Methods in com.ibm.aglets that throw NotHandledException
 java.lang.Object RemoteAgletRef.sendMessage(Message msg)
          Sends a message in synchronous way.
 java.lang.Object LocalAgletRef.sendMessage(Message msg)
           
 java.lang.Object AgletRef.sendMessage(Message msg)
          Sends a message in synchronous way.