Uses of Class
com.ibm.aglet.InvalidAgletException

Packages that use InvalidAgletException
com.ibm.aglet   
com.ibm.aglet.system   
com.ibm.aglets   
 

Uses of InvalidAgletException in com.ibm.aglet
 

Methods in com.ibm.aglet that throw InvalidAgletException
protected abstract  void AgletStub.suspend(long duration)
           
 void AgletProxy.deactivate(long duration)
          Deactivates the aglet.
 void AgletProxy.delegateMessage(Message msg)
          Delegates a message to the aglet.
 void AgletProxy.dispose()
          Disposes the aglet.
 java.lang.String AgletProxy.getAddress()
          Gets the current address of the target aglet.
 Aglet AgletProxy.getAglet()
          Gets the aglet that the proxy manages.
 java.lang.String AgletProxy.getAgletClassName()
          Gets the aglet's class name.
 AgletID AgletProxy.getAgletID()
          Gets the aglet's id.
 AgletInfo AgletProxy.getAgletInfo()
          Gets the AgletInfo object of the aglet.
 boolean AgletProxy.isActive()
          Checks if the aglet is active or deactivated.
 FutureReply AgletProxy.sendAsyncMessage(Message msg)
          Sends a message in asynchronous way.
 FutureReply AgletProxy.sendFutureMessage(Message msg)
          Sends a future message to the aglet.
 java.lang.Object AgletProxy.sendMessage(Message msg)
          Sends a message in synchronous way.
 void AgletProxy.sendOnewayMessage(Message msg)
          Sends a oneway message to the aglet.
 void AgletProxy.suspend(long duration)
          This is an experimental feature.
 

Uses of InvalidAgletException in com.ibm.aglet.system
 

Methods in com.ibm.aglet.system that throw InvalidAgletException
abstract  void AgletRuntime.killAglet(AgletProxy proxy)
          Kill the specified aglet.
 

Uses of InvalidAgletException in com.ibm.aglets
 

Methods in com.ibm.aglets that throw InvalidAgletException
 void RemoteAgletRef.checkValidation()
           
 void RemoteAgletRef.delegateMessage(Message msg)
          Delegates a message
 java.lang.String RemoteAgletRef.getAddress()
          Gets the address of the target aglet
 Aglet RemoteAgletRef.getAglet()
          Gets the aglet.
 FutureReply RemoteAgletRef.sendFutureMessage(Message msg)
          Sends a message in asynchronous way.
 java.lang.Object RemoteAgletRef.sendMessage(Message msg)
          Sends a message in synchronous way.
 void RemoteAgletRef.sendOnewayMessage(Message msg)
          Sends a oneway message
 void LocalAgletRef.activate()
           
 void LocalAgletRef.checkValidation()
           
 void LocalAgletRef.delegateMessage(Message msg)
          Delegates a message to the ref.
 java.lang.String LocalAgletRef.getAddress()
          Gets the address.
 Aglet LocalAgletRef.getAglet()
          Gets the aglet.
 java.security.cert.Certificate LocalAgletRef.getCertificate()
          Gets the Certificate of the aglet's class.
 void LocalAgletRef.resume()
           
 FutureReply LocalAgletRef.sendFutureMessage(Message msg)
           
 java.lang.Object LocalAgletRef.sendMessage(Message msg)
           
 void LocalAgletRef.sendOnewayMessage(Message msg)
           
protected  void LocalAgletRef.suspend(long duration)
          Suspend aglet for the specified amount of time.
 void AgletRuntime.killAglet(AgletProxy proxy)
          Kill the specified aglet.
 void AgletRef.checkValidation()
           
 void AgletRef.delegateMessage(Message msg)
          Delegates a message
 java.lang.String AgletRef.getAddress()
          Gets the address of the target aglet.
 Aglet AgletRef.getAglet()
          Gets the aglet.
 FutureReply AgletRef.sendFutureMessage(Message msg)
          Sends a future message in asynchronous way.
 java.lang.Object AgletRef.sendMessage(Message msg)
          Sends a message in synchronous way.
 void AgletRef.sendOnewayMessage(Message msg)
          Sends an oneway message