Uses of Class
com.ibm.aglet.AgletID

Packages that use AgletID
com.ibm.aglet   
com.ibm.aglet.system   
com.ibm.aglets   
com.ibm.agletx.patterns   
com.ibm.agletx.util   
com.ibm.maf   
 

Uses of AgletID in com.ibm.aglet
 

Methods in com.ibm.aglet that return AgletID
 AgletID AgletInfo.getAgletID()
          Gets the aglet id
 AgletID Aglet.getAgletID()
          Gets the id of this aglet.
 AgletID AgletProxy.getAgletID()
          Gets the aglet's id.
 

Methods in com.ibm.aglet with parameters of type AgletID
 AgletProxy AgletContext.getAgletProxy(AgletID id)
          Gets a proxy for an aglet in the current context.
 AgletProxy AgletContext.getAgletProxy(java.net.URL contextAddress, AgletID id)
          Deprecated.  
 AgletProxy AgletContext.retractAglet(java.net.URL url, AgletID aid)
          Retracts the aglet specified by its url and id
 

Constructors in com.ibm.aglet with parameters of type AgletID
AgletInfo(AgletID aid, java.lang.String classname, java.net.URL codebase, java.lang.String origin, long birthtime, short api_major_version, short api_minor_version, java.security.cert.Certificate authorityCert)
          Constructs a AgletInfo with the specified parameters.
 

Uses of AgletID in com.ibm.aglet.system
 

Methods in com.ibm.aglet.system with parameters of type AgletID
protected abstract  AgletProxy AgletRuntime.getAgletProxy(java.lang.String contextAddress, AgletID id)
          Obtains the remote proxy for the aglet specified by the context and id.
static AgletProxy Aglets.getAgletProxy(java.lang.String contextAddress, AgletID id)
          Obtains a proxy reference the remote aglet.
 

Uses of AgletID in com.ibm.aglets
 

Methods in com.ibm.aglets with parameters of type AgletID
 AgletProxy AgletContextImpl.getAgletProxy(AgletID aid)
          Gets the proxy for an aglet specified by its identity.
 AgletProxy AgletContextImpl.getAgletProxy(java.net.URL host, AgletID aid)
          Deprecated.  
 AgletProxy AgletContextImpl.retractAglet(Ticket ticket, AgletID aid)
           
 AgletProxy AgletContextImpl.retractAglet(java.net.URL url, AgletID aid)
          Retracts the Aglet specified by its url: scheme://host-domain-name/[user-name]#aglet-identity.
 AgletProxy AgletRuntime.getAgletProxy(java.lang.String contextName, AgletID aid)
          Obtains a proxy reference the remote aglet.
 

Uses of AgletID in com.ibm.agletx.patterns
 

Methods in com.ibm.agletx.patterns that return AgletID
 AgletID Slave.getMaster()
           
 

Methods in com.ibm.agletx.patterns with parameters of type AgletID
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.
 

Uses of AgletID in com.ibm.agletx.util
 

Methods in com.ibm.agletx.util with parameters of type AgletID
 void MessengerItinerary.addAglet(java.lang.String address, AgletID id)
          Add a new item [address, aglet id] to the itinerary.
 

Uses of AgletID in com.ibm.maf
 

Methods in com.ibm.maf that return AgletID
static AgletID MAFUtil.toAgletID(Name name)
           
 

Methods in com.ibm.maf with parameters of type AgletID
static Name MAFUtil.toName(AgletID aid, java.security.cert.Certificate cert)