Uses of Class
com.ibm.aglet.Ticket

Packages that use Ticket
com.ibm.aglet   
com.ibm.aglet.event   
com.ibm.aglets   
com.ibm.maf   
com.ibm.maf.atp   
com.ibm.maf.rmi   
 

Uses of Ticket in com.ibm.aglet
 

Methods in com.ibm.aglet with parameters of type Ticket
 void Aglet.dispatch(Ticket ticket)
          Dispatches the aglet to the location (host) specified by the ticket as argument.
protected abstract  void AgletStub.dispatch(Ticket ticket)
           
 AgletProxy AgletProxy.dispatch(Ticket ticket)
          Dispatches the aglet to the location specified by the ticket as the argument.
 

Uses of Ticket in com.ibm.aglet.event
 

Methods in com.ibm.aglet.event that return Ticket
 Ticket MobilityEvent.getTicket()
          Gets the ticket.
 

Constructors in com.ibm.aglet.event with parameters of type Ticket
MobilityEvent(int id, AgletProxy target, Ticket tick)
          Constructs a mobility event with specified id, target and ticket
 

Uses of Ticket in com.ibm.aglets
 

Methods in com.ibm.aglets with parameters of type Ticket
static RemoteAgletRef RemoteAgletRef.getAgletRef(Ticket ticket, Name n)
           
protected  void LocalAgletRef.dispatch(Ticket ticket)
           
 AgletProxy AgletContextImpl.retractAglet(Ticket ticket, AgletID aid)
           
 

Uses of Ticket in com.ibm.maf
 

Methods in com.ibm.maf with parameters of type Ticket
static MAFAgentSystem MAFAgentSystem.getMAFAgentSystem(Ticket ticket)
           
 MAFAgentSystem AgentSystemHandler.getMAFAgentSystem(Ticket ticket)
           
 

Uses of Ticket in com.ibm.maf.atp
 

Methods in com.ibm.maf.atp with parameters of type Ticket
 MAFAgentSystem Handler.getMAFAgentSystem(Ticket ticket)
           
static MAFAgentSystem Daemon.getLocalAgentSystem(Ticket ticket)
           
 

Constructors in com.ibm.maf.atp with parameters of type Ticket
MAFAgentSystem_ATPClient(Ticket ticket)
           
 

Uses of Ticket in com.ibm.maf.rmi
 

Methods in com.ibm.maf.rmi with parameters of type Ticket
 MAFAgentSystem Handler.getMAFAgentSystem(Ticket ticket)