All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

actionPerformed(ActionEvent). Method in class com.ibm.aglet.util.AddressBook
actionPerformed(ActionEvent). Method in class com.ibm.aglet.util.AddressChooser
activate(). Method in interface com.ibm.aglet.AgletProxy
Activates the aglet.
ACTIVATE_AGLET. Static variable in interface com.ibm.aglet.MessageManager
Used as a logical OR in the priority.
activateAglet(AgletID). Method in interface com.ibm.aglet.AgletContext
Activates an aglet.
ACTIVATED. Static variable in class com.ibm.aglet.system.ContextEvent
The ACTIVATED event type is delivered when an aglet is activated.
ACTIVATION. Static variable in class com.ibm.aglet.event.PersistencyEvent
The ACTIVATION event type is delivered when the aglet is activated.
ACTIVE. Static variable in class com.ibm.aglet.Aglet
State of Aglet.
addActionListener(ActionListener). Method in class com.ibm.aglet.util.AddressChooser
Adds the specified action listener to receive action events from this chooser.
addAddress(String). Method in class com.ibm.agletx.util.SeqItinerary
Add a new destination
addAglet(String, AgletID). Method in class com.ibm.agletx.util.MessengerItinerary
Add a new item [address, aglet id] to the itinerary.
addAlternate(String). Method in class com.ibm.agletx.util.AlternateItinerary
addCloneListener(CloneListener). Method in class com.ibm.aglet.Aglet
Adds the specified clone listener to receive clone events from this aglet.
addCloneListener(CloneListener). Method in class com.ibm.aglet.event.AgletEventListener
Adds the specified clone listener object
addContextListener(ContextListener). Method in interface com.ibm.aglet.AgletContext
Adds the specified context listener to receive context events from this context.
addFutureReply(FutureReply). Method in class com.ibm.aglet.ReplySet
Adds the FutureReplyd object to this ReplySet.
addMeetingTask(MeetingTask). Method in class com.ibm.agletx.util.MeetingsItinerary
Add the new plan item (meetingTask object)
addMobilityListener(MobilityListener). Method in class com.ibm.aglet.Aglet
Adds the specified mobility listener to receive mobility events from this aglet.
addMobilityListener(MobilityListener). Method in class com.ibm.aglet.event.AgletEventListener
Adds the specified mobility listener object
addNotify(). Method in class com.ibm.aglet.util.AddressBook
addPersistencyListener(PersistencyListener). Method in class com.ibm.aglet.Aglet
Adds the specified persistency listener to receive persistency events from this aglet.
addPersistencyListener(PersistencyListener). Method in class com.ibm.aglet.event.AgletEventListener
Adds the specified persistency listener object
addPlan(String). Method in class com.ibm.agletx.util.SlaveItinerary
Add a new address to the itinerary of the owner aglet
addPlan(String, Message). Method in class com.ibm.agletx.util.SeqPlanItinerary
Adds the new itinerary item of the form [address, message].
addPlan(String, String). Method in class com.ibm.agletx.util.SeqPlanItinerary
Adds the new itinerary item of the form [address, message].
AddressBook(Frame, AddressChooser). Constructor for class com.ibm.aglet.util.AddressBook
AddressChooser(). Constructor for class com.ibm.aglet.util.AddressChooser
Constructs a new AddressChooser with the default number of colums.
AddressChooser(int). Constructor for class com.ibm.aglet.util.AddressChooser
Constructs a new AddressChooser with the specified number of colums.
addresses(). Method in class com.ibm.agletx.util.SeqItinerary
Return an enumeration of all the addresses
addTask(String, Task). Method in class com.ibm.agletx.util.SeqItinerary
Add a new task
adjust(). Method in class com.ibm.aglet.util.AddressBook
AGLET_CLONE_FIRST. Static variable in class com.ibm.aglet.event.CloneEvent
Marks the first integer id for the range of clone event ids.
AGLET_CLONE_LAST. Static variable in class com.ibm.aglet.event.CloneEvent
Marks the last integer id for the range of clone event ids.
AGLET_MOBILITY_FIRST. Static variable in class com.ibm.aglet.event.MobilityEvent
Marks the first integer id for the range of mobility event ids.
AGLET_MOBILITY_LAST. Static variable in class com.ibm.aglet.event.MobilityEvent
Marks the last integer id for the range of mobility event ids.
AGLET_PERSISTENCY_FIRST. Static variable in class com.ibm.aglet.event.PersistencyEvent
Marks the first integer id for the range of persistency event ids.
AGLET_PERSISTENCY_LAST. Static variable in class com.ibm.aglet.event.PersistencyEvent
Marks the last integer id for the range of persistency event ids.
agletActivated(ContextEvent). Method in class com.ibm.aglet.system.ContextAdapter
agletActivated(ContextEvent). Method in interface com.ibm.aglet.system.ContextListener
Called when an aglet has been activated
agletAdded(ContextEvent). Method in class com.ibm.aglet.system.ContextAdapter
agletArrived(ContextEvent). Method in class com.ibm.aglet.system.ContextAdapter
agletArrived(ContextEvent). Method in interface com.ibm.aglet.system.ContextListener
Called when an aglet has arrived
agletCloned(ContextEvent). Method in class com.ibm.aglet.system.ContextAdapter
agletCloned(ContextEvent). Method in interface com.ibm.aglet.system.ContextListener
Called when an aglet has been cloned
agletCreated(ContextEvent). Method in class com.ibm.aglet.system.ContextAdapter
agletCreated(ContextEvent). Method in interface com.ibm.aglet.system.ContextListener
Called when an aglet has been created
agletDeactivated(ContextEvent). Method in class com.ibm.aglet.system.ContextAdapter
agletDeactivated(ContextEvent). Method in interface com.ibm.aglet.system.ContextListener
Called when an aglet has been deactivated
agletDispatched(ContextEvent). Method in class com.ibm.aglet.system.ContextAdapter
agletDispatched(ContextEvent). Method in interface com.ibm.aglet.system.ContextListener
Called when an aglet has been dispatched
agletDisposed(ContextEvent). Method in class com.ibm.aglet.system.ContextAdapter
agletDisposed(ContextEvent). Method in interface com.ibm.aglet.system.ContextListener
Called when an aglet has been disposed
AgletEvent(Object, int). Constructor for class com.ibm.aglet.event.AgletEvent
Constructs an AgletEvent with source and id.
AgletEventListener(). Constructor for class com.ibm.aglet.event.AgletEventListener
AgletEventListener(CloneListener, CloneListener). Constructor for class com.ibm.aglet.event.AgletEventListener
Constructs an AgletEventlistener object with specified two clone listener objects.
AgletEventListener(MobilityListener, MobilityListener). Constructor for class com.ibm.aglet.event.AgletEventListener
Constructs an AgletEventlistener object with specified two mobility listener objects.
AgletEventListener(PersistencyListener, PersistencyListener). Constructor for class com.ibm.aglet.event.AgletEventListener
Constructs an AgletEventlistener object with specified two persistency listener objects.
AgletException(). Constructor for class com.ibm.aglet.AgletException
Constructs an AgletException with no detail message.
AgletException(String). Constructor for class com.ibm.aglet.AgletException
Constructs an AgletException with the specified detail message.
AgletID(byte[]). Constructor for class com.ibm.aglet.AgletID
Constructs an aglet identifier with given byte array.
AgletID(String). Constructor for class com.ibm.aglet.AgletID
Constructs an aglet identifier with a given string.
AgletInfo(AgletID, String, String, URL, String, long, short, short, String, String). Constructor for class com.ibm.aglet.AgletInfo
Constructs a AgletInfo with the specified parameters.
AgletNotFoundException(). Constructor for class com.ibm.aglet.AgletNotFoundException
AgletNotFoundException(String). Constructor for class com.ibm.aglet.AgletNotFoundException
agletRemoved(ContextEvent). Method in class com.ibm.aglet.system.ContextAdapter
agletReverted(ContextEvent). Method in class com.ibm.aglet.system.ContextAdapter
agletReverted(ContextEvent). Method in interface com.ibm.aglet.system.ContextListener
Called when an aglet has been reverted.
AgletRuntime(). Constructor for class com.ibm.aglet.system.AgletRuntime
Aglets(). Constructor for class com.ibm.aglet.system.Aglets
agletStateChanged(ContextEvent). Method in class com.ibm.aglet.system.ContextAdapter
agletStateChanged(ContextEvent). Method in interface com.ibm.aglet.system.ContextListener
Called when the state of an aglet has changed.
AlternateItinerary(Aglet). Constructor for class com.ibm.agletx.util.AlternateItinerary
areAllAvailable(). Method in class com.ibm.aglet.ReplySet
Checks if all FutureReply objects in this ReplySet have received replies.
arg. Variable in class com.ibm.aglet.system.ContextEvent
Arbitary arguments
Arguments(). Constructor for class com.ibm.aglet.util.Arguments
Constructs a empty arguments object.
ARRIVAL. Static variable in class com.ibm.aglet.event.MobilityEvent
The ARRIVAL event type is delivered when the aglet arrived at the destination.
ARRIVED. Static variable in class com.ibm.aglet.system.ContextEvent
The ARRIVED event type is delivered when an aglet is arrived at the context.
atLastDestination(). Method in class com.ibm.agletx.util.SeqItinerary
Check if at the last destination

C

clear(). Method in class com.ibm.agletx.util.SeqItinerary
Empty the itineray
clearCache(URL). Method in interface com.ibm.aglet.AgletContext
Clears class cache in memory.
CLONE. Static variable in class com.ibm.aglet.event.CloneEvent
The CLONE event type is delivered when the clone of the aglet is created.
CLONE. Static variable in class com.ibm.aglet.Message
These kinds are used to specify the priority of the system message.
clone(). Method in class com.ibm.aglet.Aglet
Clones the aglet and the proxy that holds the aglet.
clone(). Method in interface com.ibm.aglet.AgletProxy
Clones the aglet and its proxy.
clone(). Method in class com.ibm.aglet.util.Arguments
clone(String, URL). Method in class com.ibm.aglet.AgletInfo
CloneAdapter(). Constructor for class com.ibm.aglet.event.CloneAdapter
CLONED. Static variable in class com.ibm.aglet.event.CloneEvent
The CLONED event type is delivered after the cloning of the aglet finished.
CLONED. Static variable in class com.ibm.aglet.system.ContextEvent
The CLONED event type is delivered when an aglet is cloned.
CloneEvent(int, AgletProxy). Constructor for class com.ibm.aglet.event.CloneEvent
Constructs the clone event object with the specified id and aglet
CLONING. Static variable in class com.ibm.aglet.event.CloneEvent
The CLONING event type is delivered when the aglet is attempted to clone.
CONTEXT_FIRST. Static variable in class com.ibm.aglet.system.ContextEvent
Marks the first integer id for the range of context event ids.
CONTEXT_LAST. Static variable in class com.ibm.aglet.system.ContextEvent
Marks the last integer id for the range of context event ids.
ContextAdapter(). Constructor for class com.ibm.aglet.system.ContextAdapter
ContextEvent(int, Object, AgletProxy). Constructor for class com.ibm.aglet.system.ContextEvent
Constructs an ContextEvent with id.
ContextEvent(int, Object, AgletProxy, Object). Constructor for class com.ibm.aglet.system.ContextEvent
Constructs an ContextEvent with id.
contextShutdown(ContextEvent). Method in class com.ibm.aglet.system.ContextAdapter
contextShutdown(ContextEvent). Method in interface com.ibm.aglet.system.ContextListener
Called when shutting down
contextStarted(ContextEvent). Method in class com.ibm.aglet.system.ContextAdapter
contextStarted(ContextEvent). Method in interface com.ibm.aglet.system.ContextListener
Called when the context is started.
countAvailable(). Method in class com.ibm.aglet.ReplySet
Counts the number of available replies in this ReplySet.
countUnavailable(). Method in class com.ibm.aglet.ReplySet
Counts the number of FutureReply objects which have no reply available.
create(AgletContext, URL, AgletID, Message). Static method in class com.ibm.agletx.patterns.Messenger
Creates a messenger.
create(URL, String, AgletContext, Aglet, URL, double, double, boolean, Object). Static method in class com.ibm.agletx.patterns.Notifier
Creates a notifier.
create(URL, String, AgletContext, Aglet, Vector, Object). Static method in class com.ibm.agletx.patterns.Slave
Create a slave.
createAglet(String, URL, String, Object). Static method in class com.ibm.aglet.system.Aglets
Creates an aglet
createAglet(URL, String, Object). Method in interface com.ibm.aglet.AgletContext
Creates an instance of the specified aglet class.
createAgletContext(String). Method in class com.ibm.aglet.system.AgletRuntime
Creates an DefaultAgletContext object given by the Framework implementation with specified name.
CREATED. Static variable in class com.ibm.aglet.system.ContextEvent
The CREATED event type is delivered when an aglet is created.

D

DEACTIVATE. Static variable in class com.ibm.aglet.Message
deactivate(long). Method in class com.ibm.aglet.Aglet
Deactivates the aglet.
deactivate(long). Method in interface com.ibm.aglet.AgletProxy
Deactivates the aglet.
DEACTIVATED. Static variable in class com.ibm.aglet.system.ContextEvent
The DEACTIVATED event type is delivered when an aglet is deactivated
DEACTIVATING. Static variable in class com.ibm.aglet.event.PersistencyEvent
The DEACTIVATING event type is delivered when the aglet is deactivated.
delegateMessage(Message). Method in interface com.ibm.aglet.AgletProxy
Delegates a message to the aglet.
destroy(). Method in interface com.ibm.aglet.MessageManager
Destorys the manager.
DISPATCH. Static variable in class com.ibm.aglet.Message
dispatch(URL). Method in class com.ibm.aglet.Aglet
Dispatches the aglet to the location (host) specified by the argument.
dispatch(URL). Method in interface com.ibm.aglet.AgletProxy
Dispatches the aglet to the location specified by the argument address.
DISPATCHED. Static variable in class com.ibm.aglet.system.ContextEvent
The DISPATCHED event type is delivered when an aglet is dispatched.
DISPATCHING. Static variable in class com.ibm.aglet.event.MobilityEvent
The DISPATCHING event type is delivered just after the dispatch methods is called.
DISPOSE. Static variable in class com.ibm.aglet.Message
dispose(). Method in class com.ibm.aglet.Aglet
Destroys and removes the aglet from its current aglet context.
dispose(). Method in interface com.ibm.aglet.AgletProxy
Disposes the aglet.
DISPOSED. Static variable in class com.ibm.aglet.system.ContextEvent
The DISPOSED event type is delivered when an aglet is disposed.
done(FutureReply). Method in class com.ibm.aglet.ReplySet
Is is not normally used by the aglet programmers.

E

enableDeferedReply(boolean). Method in class com.ibm.aglet.Message
Enable a defered reply.
equals(Object). Method in class com.ibm.aglet.AgletID
Compares two aglet identifiers.
equals(Object). Method in class com.ibm.aglet.Message
Compares two Message objects.
EXCEPTION. Static variable in class com.ibm.agletx.patterns.Notifier
execute(SeqItinerary). Method in class com.ibm.agletx.util.MeetingTask
Aglet programers should not modify this method
execute(SeqItinerary). Method in class com.ibm.agletx.util.Task
execute(SeqItinerary, Enumeration). Method in class com.ibm.agletx.util.MeetingTask
Define the task to be performed upon arrival to a meeting
exitMonitor(). Method in class com.ibm.aglet.Aglet
Exits the current monitor.
exitMonitor(). Method in interface com.ibm.aglet.MessageManager
Exits the current monitor.
EXPIRY. Static variable in class com.ibm.agletx.patterns.Notifier

F

focusGained(FocusEvent). Method in class com.ibm.aglet.util.AddressBook
focusLost(FocusEvent). Method in class com.ibm.aglet.util.AddressBook
FUTURE. Static variable in class com.ibm.aglet.Message
FutureReply(). Constructor for class com.ibm.aglet.FutureReply

G

getAddress(). Method in class com.ibm.aglet.util.AddressChooser
Get the address which is currently chosen by this chooser.
getAddress(). Method in class com.ibm.aglet.AgletInfo
Gets the address where the aglet currently resides.
getAddressAt(int). Method in class com.ibm.agletx.util.SeqItinerary
Return the address at the specified index.
getAglet(). Method in interface com.ibm.aglet.AgletProxy
Gets the aglet that the proxy manages.
getAgletAt(int). Method in class com.ibm.agletx.util.MessengerItinerary
Return the URI of the aglet at the specified index.
getAgletClassName(). Method in class com.ibm.aglet.AgletInfo
Gets the class name of the aglet.
getAgletClassName(). Method in interface com.ibm.aglet.AgletProxy
Gets the aglet's class name.
getAgletContext(). Method in class com.ibm.aglet.Aglet
Gets the context in which the aglet is currently executing.
getAgletContext(). Method in class com.ibm.aglet.system.ContextEvent
Gets AgletContext object of this event
getAgletContext(String). Method in class com.ibm.aglet.system.AgletRuntime
Returns the AgletContext which has the specified name.
getAgletContexts(). Method in class com.ibm.aglet.system.AgletRuntime
Gets the contexts in the environment.
getAgletID(). Method in class com.ibm.aglet.Aglet
Gets the id of this aglet.
getAgletID(). Method in class com.ibm.aglet.AgletInfo
Gets the aglet id
getAgletID(). Method in interface com.ibm.aglet.AgletProxy
Gets the aglet's id.
getAgletInfo(). Method in class com.ibm.aglet.Aglet
Gets the info object of this aglet
getAgletInfo(). Method in interface com.ibm.aglet.AgletProxy
Gets the AgletInfo object of the aglet.
getAgletProxies(). Method in interface com.ibm.aglet.AgletContext
Gets an enumeration of all aglets in the current context including deactivated aglets.
getAgletProxies(int). Method in interface com.ibm.aglet.AgletContext
Gets an array of aglet proxies in the current context.
getAgletProxies(String). Static method in class com.ibm.aglet.system.Aglets
Gets an enumeration of aglet proxies of all aglets residing in the context specified by contextAddress.
getAgletProxy(). Method in class com.ibm.aglet.event.CloneEvent
Returns the aglet proxy which is the source of the event.
getAgletProxy(). Method in class com.ibm.aglet.system.ContextEvent
Gets AgletProxy object of this event null if the event is STARTED or STOPPED
getAgletProxy(). Method in class com.ibm.aglet.event.MobilityEvent
Returns the aglet proxy which is the source of the event.
getAgletProxy(). Method in class com.ibm.aglet.event.PersistencyEvent
Returns the aglet proxy which is the source of the event.
getAgletProxy(AgletID). Method in interface com.ibm.aglet.AgletContext
Gets a proxy for an aglet in the current context.
getAgletProxy(String, AgletID). Static method in class com.ibm.aglet.system.Aglets
Obtains a proxy reference the remote aglet.
getAgletProxy(URL, AgletID). Method in interface com.ibm.aglet.AgletContext
Gets a proxy for an aglet in a remote context.
getAgletRuntime(). Static method in class com.ibm.aglet.system.AgletRuntime
Gets the AgletRuntime object associated with the current Java application.
getAglets(). Method in class com.ibm.agletx.util.MessengerItinerary
Return the enumeration of all the aglets to receive the broadcast message
getAPIMajorVersion(). Method in class com.ibm.aglet.AgletInfo
Gets the API major version to which the aglet is instantiated.
getAPIMinorVersion(). Method in class com.ibm.aglet.AgletInfo
Gets the API minor version to which the aglet is instantiated.
getArg(). Method in class com.ibm.aglet.Message
Gets the argument.
getArg(String). Method in class com.ibm.aglet.util.Arguments
Get the value associated with the name.
getArg(String). Method in class com.ibm.aglet.Message
Gets the value to which specified key is mapped in this message.
getAttachedInfo(). Method in class com.ibm.agletx.patterns.Meeting
getAudioClip(URL). Method in interface com.ibm.aglet.AgletContext
Gets an audio clip.
getAudioData(URL). Method in class com.ibm.aglet.Aglet
Gets an audio data
getAuthorityName(). Method in class com.ibm.aglet.AgletInfo
Gets the authority name.
getBooleanReply(). Method in class com.ibm.aglet.FutureReply
Gets the reply as a primitive boolean.
getCharReply(). Method in class com.ibm.aglet.FutureReply
Gets the reply as a primitive char.
getCodeBase(). Method in class com.ibm.aglet.Aglet
Gets the code base URL of this aglet
getCodeBase(). Method in class com.ibm.aglet.AgletInfo
Gets the codebase address where the aglet code resides.
getCreationTime(). Method in class com.ibm.aglet.AgletInfo
Gets the time when the aglet is created.
getCurrentAddress(). Method in class com.ibm.agletx.util.SeqItinerary
Return the address of the current destination
getCurrentMeeting(). Method in class com.ibm.agletx.util.MeetingsItinerary
Return the current Meeting object
getDefaultPort(String). Static method in class com.ibm.agletx.patterns.NetUtils
getDocumentURL(). Method in class com.ibm.aglet.system.ContextEvent
Gets the document URL.
getDoubleReply(). Method in class com.ibm.aglet.FutureReply
Gets the reply as a primitive double.
getDuration(). Method in class com.ibm.aglet.event.PersistencyEvent
Gets the duration
getException(). Method in class com.ibm.aglet.MessageException
Gets the message occured
getFloatReply(). Method in class com.ibm.aglet.FutureReply
Gets the reply as a primitive float.
getHostingURL(). Method in interface com.ibm.aglet.AgletContext
Returns the URL of the daemon serving this context.
getID(). Method in class com.ibm.aglet.event.AgletEvent
Gets the id of this event
getID(). Method in class com.ibm.agletx.patterns.Meeting
getImage(ImageData). Method in interface com.ibm.aglet.AgletContext
Gets an image.
getImage(URL). Method in class com.ibm.aglet.Aglet
Gets an image
getImage(URL). Method in interface com.ibm.aglet.AgletContext
Gets an image.
getImage(URL, String). Method in class com.ibm.aglet.Aglet
Gets an image
getImageData(URL). Method in interface com.ibm.aglet.AgletContext
Gets an image data.
getImageProducer(). Method in interface com.ibm.aglet.util.ImageData
Gets source of the image
getIntReply(). Method in class com.ibm.aglet.FutureReply
Gets the reply as a primitive integer.
getKind(). Method in class com.ibm.aglet.Message
Gets the kind of this message
getLocation(). Method in class com.ibm.aglet.event.MobilityEvent
Gets the location.
getLongReply(). Method in class com.ibm.aglet.FutureReply
Gets the reply as a primitive log.
getMaster(). Method in class com.ibm.agletx.patterns.Slave
getMeeting(). Method in class com.ibm.agletx.util.MeetingTask
getMeetingAt(int). Method in class com.ibm.agletx.util.MeetingsItinerary
Return the meeting object at the specified index.
getMessage(). Method in class com.ibm.aglet.system.ContextEvent
Gets the message to show
getMessageAt(int). Method in class com.ibm.agletx.util.SeqPlanItinerary
getMessageManager(). Method in class com.ibm.aglet.Aglet
Gets the message manager.
getMessageType(). Method in class com.ibm.aglet.Message
Returns a type indecating how the message has been sent.
getName(). Method in interface com.ibm.aglet.AgletContext
Gets the name of the context.
getNextFutureReply(). Method in class com.ibm.aglet.ReplySet
Gets the next FutureReply whose reply is available.
getNonVisitedHosts(). Method in class com.ibm.agletx.util.MetaItinerary
Return unvisited destinations
getOrigin(). Method in class com.ibm.aglet.AgletInfo
Gets the origin address where the aglet was instantiated.
getOrigin(). Method in class com.ibm.agletx.util.SeqItinerary
Return the address of the origin
getOrigin(). Method in class com.ibm.agletx.patterns.Slave
Return the address of origin of the Slave (i.e.
getOwnerAglet(). Method in class com.ibm.agletx.util.SeqItinerary
Return the Proxy of the owner aglet
getPlace(). Method in class com.ibm.agletx.patterns.Meeting
getPrivilegeName(). Method in class com.ibm.aglet.AgletInfo
Gets the privilege name.
getProperty(String). Method in interface com.ibm.aglet.AgletContext
Gets the context property indicated by the key.
getProperty(String, Object). Method in interface com.ibm.aglet.AgletContext
Gets the context property indicated by the key and default value.
getProxy(). Method in class com.ibm.aglet.Aglet
Gets the proxy of aglet.
getReply(). Method in class com.ibm.aglet.FutureReply
If the message was not handled the receiver, MessageNotHandled exception is raised.
getServerURL(). Method in class com.ibm.aglet.system.AgletRuntime
Gets an address of the server in URL.
getTask(). Method in class com.ibm.agletx.util.SlaveItinerary
Return the current task to be preformed by the owner aglet
getTaskAt(int). Method in class com.ibm.agletx.util.SeqItinerary
Return the task at a specific index
getText(). Method in class com.ibm.aglet.Aglet
Gets the message line of this Aglet.
getText(). Method in class com.ibm.aglet.system.ContextEvent
getTimeStamp(). Method in class com.ibm.aglet.Message
Gets the time in milliseconds when the message was sent.
getVisitedHosts(). Method in class com.ibm.agletx.util.MetaItinerary
Return visited destinations
go(). Method in class com.ibm.agletx.util.AlternateItinerary
Go to one available destination
go(Message). Method in class com.ibm.agletx.util.AlternateItinerary
Go to one available destination where the message is processed
go(String). Method in class com.ibm.agletx.util.AlternateItinerary
Go to one available destination where the message is processed
go(String, Message). Method in class com.ibm.agletx.util.SimpleItinerary
Goes to the destination given by name and the message processed at the destination.
go(String, String). Method in class com.ibm.agletx.util.SimpleItinerary
Goes to the destination given by name and the message processed at the destination.
goToNext(). Method in class com.ibm.agletx.util.SeqItinerary
Go to the next address and perform the next task

H

handleEvent(Event). Method in class com.ibm.aglet.util.AddressChooser
handleException(Throwable). Method in class com.ibm.agletx.util.SeqItinerary
Handle exception during task execution
handleMessage(Message). Method in class com.ibm.aglet.Aglet
Handles the message form outside.
handleMessage(Message). Method in class com.ibm.agletx.patterns.Notifier
Handles the message form outside.
handleMessage(Message). Method in class com.ibm.agletx.patterns.Slave
Handles the message form outside.
handleTripException(Throwable). Method in class com.ibm.agletx.util.SeqItinerary
Handle exception during the travelling of the owner aglet (try to dispatch to the next destination).
hashCode(). Method in class com.ibm.aglet.AgletID
Returns an integer suitable for hash table indexing.
hasMoreFutureReplies(). Method in class com.ibm.aglet.ReplySet
Checks if there are more FutureReply objects in this ReplySet object.

I

INACTIVE. Static variable in class com.ibm.aglet.Aglet
indexOf(String). Method in class com.ibm.agletx.util.SeqItinerary
Return the index of a specific address
indexOf(Task). Method in class com.ibm.agletx.util.SeqItinerary
Return the index of a specific task
init(String[]). Static method in class com.ibm.aglet.system.AgletRuntime
Create and initialize a runtime environment with a string array.
InvalidAgletException(). Constructor for class com.ibm.aglet.InvalidAgletException
InvalidAgletException(String). Constructor for class com.ibm.aglet.InvalidAgletException
isActive(). Method in interface com.ibm.aglet.AgletProxy
Checks if the aglet is active or deactivated.
isAnyAvailable(). Method in class com.ibm.aglet.ReplySet
Checks if there is any FutureReply object whose reply is available in this ReplySet object.
isAvailable(). Method in class com.ibm.aglet.FutureReply
Checks if the reply is available or not.
isRemote(). Method in interface com.ibm.aglet.AgletProxy
Checks if the aglet proxy is referencing a remote aglet.
isRepeat(). Method in class com.ibm.agletx.util.SeqItinerary
Check if the itinerary is a cyclic one.
isState(int). Method in interface com.ibm.aglet.AgletProxy
Checks if the aglet is in the state give by type.
isValid(). Method in interface com.ibm.aglet.AgletProxy
Checks if the aglet proxy is invalid or not.
itemStateChanged(ItemEvent). Method in class com.ibm.aglet.util.AddressBook

K

killAglet(AgletProxy). Method in class com.ibm.aglet.system.AgletRuntime
Kill the specified aglet.

M

main(String[]). Static method in class com.ibm.agletx.patterns.NetUtils
MAJOR_VERSION. Static variable in class com.ibm.aglet.Aglet
MAX_PRIORITY. Static variable in interface com.ibm.aglet.MessageManager
The maximum priority that the message can have.
Meeting(String). Constructor for class com.ibm.agletx.patterns.Meeting
A Constructor
Meeting(String, Vector). Constructor for class com.ibm.agletx.patterns.Meeting
A Constructor
MeetingsItinerary(Aglet). Constructor for class com.ibm.agletx.util.MeetingsItinerary
Constructs a MeetingsItinerary object with the specified owner aglet.
MeetingTask(Meeting). Constructor for class com.ibm.agletx.util.MeetingTask
MESSAGE. Static variable in class com.ibm.aglet.system.ContextEvent
The MESSAGE event type is delivered when an context tries to show an message.
Message(String). Constructor for class com.ibm.aglet.Message
Constructs a message.
Message(String, boolean). Constructor for class com.ibm.aglet.Message
Constructs a message with an argument value.
Message(String, char). Constructor for class com.ibm.aglet.Message
Constructs a message with an argument value.
Message(String, double). Constructor for class com.ibm.aglet.Message
Constructs a message with an argument value.
Message(String, float). Constructor for class com.ibm.aglet.Message
Constructs a message with an argument value.
Message(String, int). Constructor for class com.ibm.aglet.Message
Constructs a message with an argument value.
Message(String, long). Constructor for class com.ibm.aglet.Message
Constructs a message with an argument value.
Message(String, Object). Constructor for class com.ibm.aglet.Message
Constructs a message with an argument value.
MessageException(Throwable). Constructor for class com.ibm.aglet.MessageException
MessageException(Throwable, String). Constructor for class com.ibm.aglet.MessageException
Messenger(). Constructor for class com.ibm.agletx.patterns.Messenger
MessengerItinerary(Aglet). Constructor for class com.ibm.agletx.util.MessengerItinerary
Construct a MessengerItinerary object with a specified owner aglet The message should be explicitly set by the setMessage()
MessengerItinerary(Aglet, Message). Constructor for class com.ibm.agletx.util.MessengerItinerary
Construct a MessengerItinerary object with the specified owner aglet and a message to broadcast.
MessengerItinerary(Aglet, String). Constructor for class com.ibm.agletx.util.MessengerItinerary
Construct a MessengerItinerary object with the specified owner aglet and a message to broadcast.
MetaItinerary(Aglet). Constructor for class com.ibm.agletx.util.MetaItinerary
MIN_PRIORITY. Static variable in interface com.ibm.aglet.MessageManager
The minimal priority that the message can have.
MINOR_VERSION. Static variable in class com.ibm.aglet.Aglet
MobilityAdapter(). Constructor for class com.ibm.aglet.event.MobilityAdapter
MobilityEvent(int, AgletProxy, URL). Constructor for class com.ibm.aglet.event.MobilityEvent
Constructs a mobility event with specified id, target and location
multicastMessage(Message). Method in interface com.ibm.aglet.AgletContext
Sends a multicast message to the subscribers in the context.

N

NetUtils(). Constructor for class com.ibm.agletx.patterns.NetUtils
NO_RESPONSE. Static variable in class com.ibm.aglet.system.ContextEvent
Not used.
NORM_PRIORITY. Static variable in interface com.ibm.aglet.MessageManager
The default priority that is assigned to a message.
NOT_QUEUED. Static variable in interface com.ibm.aglet.MessageManager
Used as a argugment to the setPriority.
NotHandledException(). Constructor for class com.ibm.aglet.NotHandledException
Constructs a NotHandledException
NotHandledException(String). Constructor for class com.ibm.aglet.NotHandledException
Constructs a NotHandledException with the detailed message.
NOTIFICATION. Static variable in class com.ibm.agletx.patterns.Notifier
Notifier(). Constructor for class com.ibm.agletx.patterns.Notifier
notifyAllMessages(). Method in class com.ibm.aglet.Aglet
Notifies all of waiting threads.
notifyAllMessages(). Method in interface com.ibm.aglet.MessageManager
Notifies all of waiting threads.
notifyMessage(). Method in class com.ibm.aglet.Aglet
Notifies a single waiting thread.
notifyMessage(). Method in interface com.ibm.aglet.MessageManager
Notifies a single waiting thread.

O

onActivation(PersistencyEvent). Method in class com.ibm.aglet.event.AgletEventListener
Calls the onActivation methods on the listers with the specified persistency event.
onActivation(PersistencyEvent). Method in class com.ibm.aglet.event.PersistencyAdapter
Invoked just after the aglet was activated.
onActivation(PersistencyEvent). Method in interface com.ibm.aglet.event.PersistencyListener
Invoked just after the aglet was activated.
onArrival(MobilityEvent). Method in class com.ibm.aglet.event.AgletEventListener
Calls the onArrival methods on the listers with the specified mobility event.
onArrival(MobilityEvent). Method in class com.ibm.agletx.util.AlternateItinerary
This is not normally used by aglets programmers.
onArrival(MobilityEvent). Method in class com.ibm.agletx.util.MetaItinerary
Invoked when the aglet is retracted.
onArrival(MobilityEvent). Method in class com.ibm.aglet.event.MobilityAdapter
Invoked when the aglet is retracted.
onArrival(MobilityEvent). Method in interface com.ibm.aglet.event.MobilityListener
Invoked just after the aglet arrived at the destination
onArrival(MobilityEvent). Method in class com.ibm.agletx.util.SeqItinerary
This is not normally used by aglets programmers.
onArrival(MobilityEvent). Method in class com.ibm.agletx.util.SeqPlanItinerary
This is not normally used by aglets programmers.
onArrival(MobilityEvent). Method in class com.ibm.agletx.util.SimpleItinerary
This is not normally used by aglets programmers.
onClone(CloneEvent). Method in class com.ibm.aglet.event.AgletEventListener
Calls the onClone methods on the listers with the specified Clone event.
onClone(CloneEvent). Method in class com.ibm.aglet.event.CloneAdapter
Invoked after an aglet was cloned.
onClone(CloneEvent). Method in interface com.ibm.aglet.event.CloneListener
Invoked after an aglet was cloned.
onCloned(CloneEvent). Method in class com.ibm.aglet.event.AgletEventListener
Calls the onCloned methods on the listers with the specified Clone event.
onCloned(CloneEvent). Method in class com.ibm.aglet.event.CloneAdapter
Invoked after an aglet was cloned.
onCloned(CloneEvent). Method in interface com.ibm.aglet.event.CloneListener
Invoked after an aglet was cloned.
onCloning(CloneEvent). Method in class com.ibm.aglet.event.AgletEventListener
Calls the onCloning methods on the listers with the specified Clone event.
onCloning(CloneEvent). Method in class com.ibm.aglet.event.CloneAdapter
Invoked when an aglet is attempted to clone
onCloning(CloneEvent). Method in interface com.ibm.aglet.event.CloneListener
Invoked when an aglet is attempted to clone
onCreation(Object). Method in class com.ibm.aglet.Aglet
Initializes the new aglet.
onCreation(Object). Method in class com.ibm.agletx.patterns.Messenger
Initializes the messenger.
onCreation(Object). Method in class com.ibm.agletx.patterns.Notifier
Initializes the notifier.
onCreation(Object). Method in class com.ibm.agletx.patterns.Slave
Initialize the slave.
onDeactivating(PersistencyEvent). Method in class com.ibm.aglet.event.AgletEventListener
Calls the onDeactivating methods on the listers with the specified persistency event.
onDeactivating(PersistencyEvent). Method in class com.ibm.aglet.event.PersistencyAdapter
Invoked when an aglet is attempted to deactivate.
onDeactivating(PersistencyEvent). Method in interface com.ibm.aglet.event.PersistencyListener
Invoked when an aglet is attempted to deactivate.
onDispatching(MobilityEvent). Method in class com.ibm.aglet.event.AgletEventListener
Calls the onDispatching methods on the listers with the specified mobility event.
onDispatching(MobilityEvent). Method in class com.ibm.agletx.util.MetaItinerary
Invoked when the aglet is attempted to dispatch.
onDispatching(MobilityEvent). Method in class com.ibm.aglet.event.MobilityAdapter
Invoked when the aglet is attempted to dispatch.
onDispatching(MobilityEvent). Method in interface com.ibm.aglet.event.MobilityListener
Invoked when the aglet is attempted to dispatch.
onDisposing(). Method in class com.ibm.aglet.Aglet
Is called when an attempt is made to dispose of the aglet.
ONEWAY. Static variable in class com.ibm.aglet.Message
onReverting(MobilityEvent). Method in class com.ibm.aglet.event.AgletEventListener
Calls the onReverting methods on the listers with the specified mobility event.
onReverting(MobilityEvent). Method in class com.ibm.aglet.event.MobilityAdapter
Invoked just after the aglet arrived at the destination
onReverting(MobilityEvent). Method in interface com.ibm.aglet.event.MobilityListener
Invoked when the aglet is retracted.

P

paint(Graphics). Method in class com.ibm.aglet.util.AddressBook
PersistencyAdapter(). Constructor for class com.ibm.aglet.event.PersistencyAdapter
PersistencyEvent(int, AgletProxy, long). Constructor for class com.ibm.aglet.event.PersistencyEvent
Constructs a PersistencyEvent with the specified id, aglet proxy and duration.
popup(Button). Method in class com.ibm.aglet.util.AddressBook

R

readExternal(ObjectInput). Method in class com.ibm.agletx.util.SimpleItinerary
ready(Aglet). Method in class com.ibm.agletx.patterns.Meeting
Accepts an aglet to a meeting.
removeActionListener(ActionListener). Method in class com.ibm.aglet.util.AddressChooser
Removes the specified action listener so it no longer receives action events from this chooser.
removeAglet(int). Method in class com.ibm.agletx.util.MessengerItinerary
Remove an aglet from the plan at a specific index.
removeAgletContext(AgletContext). Method in class com.ibm.aglet.system.AgletRuntime
Removes the specified aglet context from the runtime environment.
removeAlternate(String). Method in class com.ibm.agletx.util.AlternateItinerary
removeCloneListener(CloneListener). Method in class com.ibm.aglet.Aglet
Removes the specified clone listener so it no longer receives clone events.
removeCloneListener(CloneListener). Method in class com.ibm.aglet.event.AgletEventListener
Removes the specified clone listener object
removeContextListener(ContextListener). Method in interface com.ibm.aglet.AgletContext
Removes the specified context listener.
removeMobilityListener(MobilityListener). Method in class com.ibm.aglet.Aglet
Removes the specified mobility listener so it no longer receives mobility events.
removeMobilityListener(MobilityListener). Method in class com.ibm.aglet.event.AgletEventListener
Removes the specified mobility listener object
removeNotify(). Method in class com.ibm.aglet.util.AddressChooser
removePersistencyListener(PersistencyListener). Method in class com.ibm.aglet.Aglet
Removes the specified persistency listener so it no longer receives persistency events.
removePersistencyListener(PersistencyListener). Method in class com.ibm.aglet.event.AgletEventListener
Removes the specified persistency listener object
removePlanAt(int). Method in class com.ibm.agletx.util.SeqPlanItinerary
removeTaskAt(int). Method in class com.ibm.agletx.util.SeqItinerary
Remove a task at a specific index
ReplySet(). Constructor for class com.ibm.aglet.ReplySet
Constructs a ReplySet object.
RequestRefusedException(). Constructor for class com.ibm.aglet.RequestRefusedException
Constructs a RequestRefusedException
RequestRefusedException(String). Constructor for class com.ibm.aglet.RequestRefusedException
Constructs a RequestRefusedException with the specified detailed message.
retractAglet(URL). Method in interface com.ibm.aglet.AgletContext
Retracts the aglet specified by its url: atp://host-domain-name/#aglet-identity.
retractAglet(URL, AgletID). Method in interface com.ibm.aglet.AgletContext
Retracts the aglet specified by its url and id
REVERT. Static variable in class com.ibm.aglet.Message
REVERTED. Static variable in class com.ibm.aglet.system.ContextEvent
The DISPATCHED event type is delivered when an aglet is retracted.
REVERTING. Static variable in class com.ibm.aglet.event.MobilityEvent
The REVERTING event type is delivered when the retaction is requested from the remote site.
run(). Method in class com.ibm.aglet.Aglet
Is the entry point for the aglet's own thread of execution.
run(). Method in class com.ibm.agletx.patterns.Messenger
Universal entry point for the messenger's execution thread.

S

sameKind(Message). Method in class com.ibm.aglet.Message
Checks if the message has same kind as the given message.
sameKind(String). Method in class com.ibm.aglet.Message
Checks if the message has same kind as given string.
sameURL(URL, URL). Static method in class com.ibm.agletx.patterns.NetUtils
sendAsyncMessage(Message). Method in interface com.ibm.aglet.AgletProxy
Sends a message in asynchronous way.
sendException(Exception). Method in class com.ibm.aglet.Message
Sets a exception to this message.
sendFutureMessage(Message). Method in interface com.ibm.aglet.AgletProxy
Sends a future message to the aglet.
sendMessage(Message). Method in interface com.ibm.aglet.AgletProxy
Sends a message in synchronous way.
sendOnewayMessage(Message). Method in interface com.ibm.aglet.AgletProxy
Sends a oneway message to the aglet.
sendReply(). Method in class com.ibm.aglet.Message
Send a reply without sepcific value.
sendReply(boolean). Method in class com.ibm.aglet.Message
Sends a bolean value as a reply.
sendReply(char). Method in class com.ibm.aglet.Message
Sends a character value as a reply.
sendReply(double). Method in class com.ibm.aglet.Message
Sends a double value as a reply.
sendReply(float). Method in class com.ibm.aglet.Message
Sends a float value as a reply.
sendReply(int). Method in class com.ibm.aglet.Message
Sends a integer value as a reply.
sendReply(long). Method in class com.ibm.aglet.Message
Sends a long value as a reply.
sendReply(Object). Method in class com.ibm.aglet.Message
Sets a reply to this message.
SeqItinerary(Aglet). Constructor for class com.ibm.agletx.util.SeqItinerary
Constructor.
SeqPlanItinerary(Aglet). Constructor for class com.ibm.agletx.util.SeqPlanItinerary
Constructs a SeqPlanItinerary object with the specified owner aglet.
ServerNotFoundException(). Constructor for class com.ibm.aglet.ServerNotFoundException
Constructs a ServerNotFoundException
ServerNotFoundException(String). Constructor for class com.ibm.aglet.ServerNotFoundException
Constructs a ServerNotFoundException with the detailed message.
setActionCommand(String). Method in class com.ibm.aglet.util.AddressChooser
Sets the command name of the action event fired by this chooser.
setAddress(String). Method in class com.ibm.aglet.util.AddressChooser
Set the specified string as to the address book.
setArg(String, boolean). Method in class com.ibm.aglet.util.Arguments
Set a boolean value with an associated name.
setArg(String, boolean). Method in class com.ibm.aglet.Message
Set a boolean value with an associated name.
setArg(String, byte). Method in class com.ibm.aglet.util.Arguments
Set a bye value with an associated name.
setArg(String, byte). Method in class com.ibm.aglet.Message
Set a bye value with an associated name.
setArg(String, char). Method in class com.ibm.aglet.util.Arguments
Sets a character value with an associated name.
setArg(String, char). Method in class com.ibm.aglet.Message
Set a character value with an associated name.
setArg(String, double). Method in class com.ibm.aglet.util.Arguments
Set a double value with an associated name.
setArg(String, double). Method in class com.ibm.aglet.Message
Set a double value with an associated name.
setArg(String, float). Method in class com.ibm.aglet.util.Arguments
Set a float value with an associated name.
setArg(String, float). Method in class com.ibm.aglet.Message
Set a float value with an associated name.
setArg(String, int). Method in class com.ibm.aglet.util.Arguments
Set a int value with an associated name.
setArg(String, int). Method in class com.ibm.aglet.Message
Set a int value with an associated name.
setArg(String, long). Method in class com.ibm.aglet.util.Arguments
Sets a long value with an associated name.
setArg(String, long). Method in class com.ibm.aglet.Message
Sets a long value with an associated name.
setArg(String, Object). Method in class com.ibm.aglet.util.Arguments
Set a value with an associated name.
setArg(String, Object). Method in class com.ibm.aglet.Message
Sets a value with an associated name.
setArg(String, short). Method in class com.ibm.aglet.util.Arguments
Set a bye value with an associated name.
setArg(String, short). Method in class com.ibm.aglet.Message
Set a bye value with an associated name.
setAttachedInfo(Object). Method in class com.ibm.agletx.patterns.Meeting
setBounds(int, int, int, int). Method in class com.ibm.aglet.util.AddressBook
setColleagues(Vector). Method in class com.ibm.agletx.patterns.Meeting
setID(String). Method in class com.ibm.agletx.patterns.Meeting
setMessage(Message). Method in class com.ibm.agletx.util.MessengerItinerary
Set the message to be broadcast
setMessage(String). Method in class com.ibm.agletx.util.MessengerItinerary
Set the message to be broadcast
setPriority(String, int). Method in interface com.ibm.aglet.MessageManager
Sets the message's priority.
setProperty(String, Object). Method in interface com.ibm.aglet.AgletContext
Sets the context property indicated by the key and value.
setRepeat(boolean). Method in class com.ibm.agletx.util.SeqItinerary
Define whether the itinerary is to be repeated (cyclic)
setStub(AgletStub). Method in class com.ibm.aglet.Aglet
Sets the proxy for the aglet.
setTask(Task). Method in class com.ibm.agletx.util.SlaveItinerary
Set the task to be preformed by the owner aglet
setText(String). Method in class com.ibm.aglet.Aglet
Sets the text of this Aglet.
setTitle(String). Method in class com.ibm.aglet.util.AddressBook
setVisible(boolean). Method in class com.ibm.aglet.util.AddressBook
SHOW_DOCUMENT. Static variable in class com.ibm.aglet.system.ContextEvent
The SHOW_DOCUMENT event type is delivered when an aglet requests to show an document specified by the URL.
showDocument(ContextEvent). Method in class com.ibm.aglet.system.ContextAdapter
showDocument(ContextEvent). Method in interface com.ibm.aglet.system.ContextListener
Called when an aglet request to show the document given as URL
showDocument(URL). Method in interface com.ibm.aglet.AgletContext
Shows a new document.
showMessage(ContextEvent). Method in class com.ibm.aglet.system.ContextAdapter
showMessage(ContextEvent). Method in interface com.ibm.aglet.system.ContextListener
Called to show the message
SHUTDOWN. Static variable in class com.ibm.aglet.system.ContextEvent
The STARTED event type is delivered when the context is being shutting down.
shutdown(). Method in interface com.ibm.aglet.AgletContext
Shutdown the context.
shutdown(). Method in class com.ibm.aglet.system.AgletRuntime
Shutdown all contexts in the runtime.
shutdown(Message). Method in interface com.ibm.aglet.AgletContext
Shutdown the context with the specific message object.
shutdown(Message). Method in class com.ibm.aglet.system.AgletRuntime
Shutdown all contexts in the current runtime with the specific message object.
SimpleItinerary(). Constructor for class com.ibm.agletx.util.SimpleItinerary
For Manual Serialization
SimpleItinerary(Aglet). Constructor for class com.ibm.agletx.util.SimpleItinerary
Constructs a SimpleItinerary with the specified owner aglet.
size(). Method in class com.ibm.aglet.event.AgletEventListener
Returns the number of listeners
size(). Method in class com.ibm.agletx.util.SeqItinerary
Return the size of the aglet's itinerary.
Slave(). Constructor for class com.ibm.agletx.patterns.Slave
SlaveItinerary(Aglet, String, Task). Constructor for class com.ibm.agletx.util.SlaveItinerary
Constructor.
SlaveItinerary(Aglet, Vector, Task). Constructor for class com.ibm.agletx.util.SlaveItinerary
Constructor.
snapshot(). Method in class com.ibm.aglet.Aglet
[Preliminary] Save a snapshot of this aglet into a 2nd storage.
start(). Method in interface com.ibm.aglet.AgletContext
Starts the context.
STARTED. Static variable in class com.ibm.aglet.system.ContextEvent
The STARTED event type is delivered when the aglet is started.
startTrip(). Method in class com.ibm.agletx.util.SeqItinerary
Start the trip defined in this itinerary
STATE_CHANGED. Static variable in class com.ibm.aglet.system.ContextEvent
The STATE_CHANGED event type is delivered when the state of an aglet has been changed.
subscribeMessage(String). Method in class com.ibm.aglet.Aglet
Subscribes to a named message.
SYNCHRONOUS. Static variable in class com.ibm.aglet.Message
The types of message that indecates how the message was sent.

T

Task(). Constructor for class com.ibm.agletx.util.Task
toByteArray(). Method in class com.ibm.aglet.AgletID
Returns byte array representation of the id.
toString(). Method in class com.ibm.aglet.AgletID
Returns a human readable form of the aglet identifier.
toString(). Method in class com.ibm.aglet.AgletInfo
Gets a string representation of the object.
toString(). Method in class com.ibm.aglet.event.CloneEvent
toString(). Method in class com.ibm.aglet.system.ContextEvent
toString(). Method in class com.ibm.aglet.Message
Gets the string representation of the message.
toString(). Method in class com.ibm.aglet.event.MobilityEvent
toString(). Method in class com.ibm.aglet.event.PersistencyEvent

U

unsubscribeAllMessages(). Method in class com.ibm.aglet.Aglet
Unsubscribes from all message kinds.
unsubscribeMessage(String). Method in class com.ibm.aglet.Aglet
Unsubscribes from a named message.

W

waitForAllReplies(). Method in class com.ibm.aglet.ReplySet
Waits until the all replies are available.
waitForAllReplies(long). Method in class com.ibm.aglet.ReplySet
Waits until the all replies are available
waitForNextFutureReply(). Method in class com.ibm.aglet.ReplySet
Waits until the next reply is available.
waitForNextFutureReply(long). Method in class com.ibm.aglet.ReplySet
Waits until the next reply is available.
waitForReply(). Method in class com.ibm.aglet.FutureReply
Waits for a reply until the reply is available.
waitForReply(long). Method in class com.ibm.aglet.FutureReply
Waits for a reply with specific timeout value.
waitMessage(). Method in class com.ibm.aglet.Aglet
Waits until it is notified.
waitMessage(). Method in interface com.ibm.aglet.MessageManager
Waits until it is notified.
waitMessage(long). Method in class com.ibm.aglet.Aglet
Waits until it is notified or the timeout expires
waitMessage(long). Method in interface com.ibm.aglet.MessageManager
Waits until it is notified or the timeout expires.
writeExternal(ObjectOutput). Method in class com.ibm.agletx.util.SimpleItinerary
writeTo(OutputStream). Method in interface com.ibm.aglet.util.ImageData
Writes the image data to the given output stream