| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AgletException | |
| com.ibm.aglet | |
| com.ibm.aglets | |
| com.ibm.agletx.patterns | |
| com.ibm.agletx.util | |
| Uses of AgletException in com.ibm.aglet | 
| Subclasses of AgletException in com.ibm.aglet | |
|  class | AgletNotFoundExceptionSignals that the aglet could not be found. | 
|  class | InvalidAgletExceptionSignals that the aglet proxy is not valid any longer. | 
|  class | MessageExceptionSignals that the exception occured while processsing the message. | 
|  class | NotHandledExceptionSignals that the message was not handled by an aglet | 
|  class | RequestRefusedExceptionSignals that the request sent was refused. | 
| Methods in com.ibm.aglet that throw AgletException | |
|  AgletProxy | AgletContext.createAglet(java.net.URL codeBase,
            java.lang.String code,
            java.lang.Object init)Creates an instance of the specified aglet class. | 
|  AgletProxy | AgletContext.retractAglet(java.net.URL url)Deprecated. | 
|  AgletProxy | AgletContext.retractAglet(java.net.URL url,
             AgletID aid)Retracts the aglet specified by its url and id | 
|  void | Aglet.suspend(long duration)This is an experimental feature. | 
|  void | AgletProxy.activate()Activates the aglet. | 
|  AgletProxy | AgletProxy.dispatch(Ticket ticket)Dispatches the aglet to the location specified by the ticket as the argument. | 
|  AgletProxy | AgletProxy.dispatch(java.net.URL address)Dispatches the aglet to the location specified by the argument address. | 
| Uses of AgletException in com.ibm.aglets | 
| Subclasses of AgletException in com.ibm.aglets | |
|  class | ShuttingDownException | 
| Methods in com.ibm.aglets that throw AgletException | |
|  void | RemoteAgletRef.activate() | 
|  void | RemoteAgletRef.resume() | 
|  AgletProxy | AgletContextImpl.createAglet(java.net.URL url,
            java.lang.String classname,
            java.lang.Object init)Creates an instance of the specified aglet located at the specified URL. | 
|  void | AgletContextImpl.receiveAglet(Name agent_name,
             ClassName[] classnames,
             java.lang.String codebase,
             byte[] agent,
             java.lang.String sender)Receives an aglet. | 
|  AgletProxy | AgletContextImpl.retractAglet(Ticket ticket,
             AgletID aid) | 
|  AgletProxy | AgletContextImpl.retractAglet(java.net.URL url)Deprecated. | 
|  AgletProxy | AgletContextImpl.retractAglet(java.net.URL url,
             AgletID aid)Retracts the Aglet specified by its url: scheme://host-domain-name/[user-name]#aglet-identity. | 
|  void | AgletContextImpl.setPersistence(Persistence p) | 
|  void | AgletRef.activate()Activate the aglet | 
|  void | AgletRef.resume()Resume the aglet | 
| Uses of AgletException in com.ibm.agletx.patterns | 
| Methods in com.ibm.agletx.patterns that throw AgletException | |
| static AgletProxy | Slave.create(java.net.URL url,
       java.lang.String name,
       AgletContext context,
       Aglet master,
       java.util.Vector itinerary,
       java.lang.Object argument)Create a slave. | 
|  java.util.Enumeration | Meeting.ready(Aglet ag)Accepts an aglet to a meeting. | 
|  void | Meeting.setColleagues(java.util.Vector colleagues) | 
| static AgletProxy | Notifier.create(java.net.URL url,
       java.lang.String source,
       AgletContext context,
       Aglet master,
       java.net.URL destination,
       double interval,
       double duration,
       boolean stay,
       java.lang.Object argument)Creates a notifier. | 
| static AgletProxy | Messenger.create(AgletContext context,
       java.net.URL dest,
       AgletID id,
       Message message)Creates a messenger. | 
| static AgletProxy | Messenger.create(AgletContext context,
       java.net.URL codebase,
       java.net.URL dest,
       AgletID id,
       Message message)Creates a messenger. | 
| Constructors in com.ibm.agletx.patterns that throw AgletException | |
| Meeting(java.lang.String place,
        java.util.Vector colleagues)A Constructor | |
| Uses of AgletException in com.ibm.agletx.util | 
| Methods in com.ibm.agletx.util that throw AgletException | |
|  void | SimpleItinerary.go(java.lang.String address,
   Message msg)Goes to the destination given by name and the message processed at the destination. | 
|  void | SimpleItinerary.go(java.lang.String address,
   java.lang.String msg)Goes to the destination given by name and the message processed at the destination. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||