Uses of Class
com.ibm.aglet.Aglet

Packages that use Aglet
com.ibm.aglet   
com.ibm.aglets   
com.ibm.agletx.patterns   
com.ibm.agletx.util   
 

Uses of Aglet in com.ibm.aglet
 

Methods in com.ibm.aglet that return Aglet
 Aglet AgletProxy.getAglet()
          Gets the aglet that the proxy manages.
 

Methods in com.ibm.aglet with parameters of type Aglet
protected abstract  void AgletStub.setAglet(Aglet aglet)
           
 

Uses of Aglet in com.ibm.aglets
 

Methods in com.ibm.aglets that return Aglet
 Aglet RemoteAgletRef.getAglet()
          Gets the aglet.
 Aglet LocalAgletRef.getAglet()
          Gets the aglet.
 Aglet AgletRef.getAglet()
          Gets the aglet.
 

Methods in com.ibm.aglets with parameters of type Aglet
protected  void LocalAgletRef.setAglet(Aglet a)
           
 

Uses of Aglet in com.ibm.agletx.patterns
 

Subclasses of Aglet in com.ibm.agletx.patterns
 class Messenger
          Create a Messenger by calling the static method create.
 class Notifier
          Create a notifier by calling the static method create.
 class Slave
          Create a slave by calling the static method create.
 

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

Uses of Aglet in com.ibm.agletx.util
 

Fields in com.ibm.agletx.util declared as Aglet
protected  Aglet SeqItinerary.aglet
           
 

Constructors in com.ibm.agletx.util with parameters of type Aglet
MetaItinerary(Aglet aglet)
           
SeqItinerary(Aglet aglet)
          Constructor.
MeetingsItinerary(Aglet aglet)
          Constructs a MeetingsItinerary object with the specified owner aglet.
AlternateItinerary(Aglet aglet)
           
MessengerItinerary(Aglet aglet)
          Construct a MessengerItinerary object with a specified owner aglet The message should be explicitly set by the setMessage()
MessengerItinerary(Aglet aglet, Message msg)
          Construct a MessengerItinerary object with the specified owner aglet and a message to broadcast.
MessengerItinerary(Aglet aglet, java.lang.String msg)
          Construct a MessengerItinerary object with the specified owner aglet and a message to broadcast.
SlaveItinerary(Aglet aglet, java.lang.String address, Task task)
          Constructor.
SlaveItinerary(Aglet aglet, java.util.Vector addresses, Task task)
          Constructor.
SimpleItinerary(Aglet aglet)
          Constructs a SimpleItinerary with the specified owner aglet.
SeqPlanItinerary(Aglet aglet)
          Constructs a SeqPlanItinerary object with the specified owner aglet.