Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
C
D
E
F
G
H
I
K
M
N
O
P
Q
R
S
T
U
W
A
actionPerformed(ActionEvent)
- Method in class com.ibm.aglet.util.
AddressBook
actionPerformed(ActionEvent)
- Method in class com.ibm.aglet.util.
AddressChooser
ACTIVATE_AGLET
- Static variable in interface com.ibm.aglet.
MessageManager
Used as a logical OR in the priority.
activate()
- Method in interface com.ibm.aglet.
AgletProxy
Activates the 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.
add(Permission)
- Method in class com.ibm.aglet.security.
Protections
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
- class com.ibm.aglet.util.
AddressBook
.
AddressBook(Frame, AddressChooser)
- Constructor for class com.ibm.aglet.util.
AddressBook
AddressChooser
- class com.ibm.aglet.util.
AddressChooser
.
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
- class com.ibm.aglet.
Aglet
.
The
Aglet
class is the abstract base class for aglets.
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 interface com.ibm.aglet.system.
ContextListener
Called when an aglet has been activated
agletActivated(ContextEvent)
- Method in class com.ibm.aglet.system.
ContextAdapter
agletAdded(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
agletArrived(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
agletCloned(ContextEvent)
- Method in class com.ibm.aglet.system.
ContextAdapter
AgletContext
- interface com.ibm.aglet.
AgletContext
.
The
AgletContext
interface is used by an aglet to get information about its environment and to send messages to the environment and other aglets currently active in that environment.
agletCreated(ContextEvent)
- Method in interface com.ibm.aglet.system.
ContextListener
Called when an aglet has been created
agletCreated(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
agletDeactivated(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
agletDispatched(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
agletDisposed(ContextEvent)
- Method in class com.ibm.aglet.system.
ContextAdapter
AgletEvent
- class com.ibm.aglet.event.
AgletEvent
.
The top level event of all aglet events.
AgletEvent(Object, int)
- Constructor for class com.ibm.aglet.event.
AgletEvent
Constructs an AgletEvent with source and id.
AgletEventListener
- class com.ibm.aglet.event.
AgletEventListener
.
The aglet event listener class is a container class for all aglet related listener.
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
- exception com.ibm.aglet.
AgletException
.
Signals that an aglet exception has occurred.
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
- class com.ibm.aglet.
AgletID
.
The
AgletID
class represents the unique identifier given the aglet.
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
- class com.ibm.aglet.
AgletInfo
.
AgletInfo class is a object which contains the information of the aglet.
AgletInfo(AgletID, String, URL, String, long, short, short, String)
- Constructor for class com.ibm.aglet.
AgletInfo
Constructs a AgletInfo with the specified parameters.
AgletNotFoundException
- exception com.ibm.aglet.
AgletNotFoundException
.
Signals that the aglet could not be found.
AgletNotFoundException()
- Constructor for class com.ibm.aglet.
AgletNotFoundException
AgletNotFoundException(String)
- Constructor for class com.ibm.aglet.
AgletNotFoundException
AgletProtection
- class com.ibm.aglet.security.
AgletProtection
.
The
AgletProtection
class represents the protection of system messages for aglet.
AgletProtection(String, String)
- Constructor for class com.ibm.aglet.security.
AgletProtection
AgletProxy
- interface com.ibm.aglet.
AgletProxy
.
AgletProxy interface is a placeholder for aglets.
agletRemoved(ContextEvent)
- Method in class com.ibm.aglet.system.
ContextAdapter
agletResumed(ContextEvent)
- Method in interface com.ibm.aglet.system.
ContextListener
Called when an aglet has been resumed
agletResumed(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.
agletReverted(ContextEvent)
- Method in class com.ibm.aglet.system.
ContextAdapter
AgletRuntime
- class com.ibm.aglet.system.
AgletRuntime
.
AgletRuntime
class provides the way to access the information of the local or remote context.
AgletRuntime()
- Constructor for class com.ibm.aglet.system.
AgletRuntime
Aglets
- class com.ibm.aglet.system.
Aglets
.
Aglets class defines a set of convenient functions for a client which has no AgletContext and daemon to receive incoming aglets.
Aglets()
- Constructor for class com.ibm.aglet.system.
Aglets
agletStateChanged(ContextEvent)
- Method in interface com.ibm.aglet.system.
ContextListener
Called when the state of an aglet has changed.
agletStateChanged(ContextEvent)
- Method in class com.ibm.aglet.system.
ContextAdapter
AgletStub
- class com.ibm.aglet.
AgletStub
.
Abstract class AgletStub is used to implement an aglet behavior.
agletSuspended(ContextEvent)
- Method in interface com.ibm.aglet.system.
ContextListener
Called when an aglet has been suspended
agletSuspended(ContextEvent)
- Method in class com.ibm.aglet.system.
ContextAdapter
AlternateItinerary
- class com.ibm.agletx.util.
AlternateItinerary
.
An itinerary class to dispatch an aglet to any one of multiple destination.
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
- class com.ibm.aglet.util.
Arguments
.
The
Argument
class is a object that holds various kinds of objects as 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
ATP
- Static variable in class com.ibm.aglet.
Ticket
SCHEME = Protocol of agent transfer
authenticate(String, String)
- Method in class com.ibm.aglet.system.
AgletRuntime
Authenticate an user with password.
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.
Message
These kinds are used to specify the priority of the system message.
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()
- 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
CloneAdapter
- class com.ibm.aglet.event.
CloneAdapter
.
The adapter which receives clone events.
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
- class com.ibm.aglet.event.
CloneEvent
.
The clon event occurs when the cloning of an aglet is attempted.
CloneEvent(int, AgletProxy)
- Constructor for class com.ibm.aglet.event.
CloneEvent
Constructs the clone event object with the specified id and aglet
CloneListener
- interface com.ibm.aglet.event.
CloneListener
.
The listener interface for receiving clone events on an aglet.
CLONING
- Static variable in class com.ibm.aglet.event.
CloneEvent
The CLONING event type is delivered when the aglet is attempted to clone.
com.ibm.aglet
- package com.ibm.aglet
com.ibm.aglet.event
- package com.ibm.aglet.event
com.ibm.aglet.security
- package com.ibm.aglet.security
com.ibm.aglet.system
- package com.ibm.aglet.system
com.ibm.aglet.util
- package com.ibm.aglet.util
com.ibm.agletx.patterns
- package com.ibm.agletx.patterns
com.ibm.agletx.util
- package com.ibm.agletx.util
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
- class com.ibm.aglet.system.
ContextAdapter
.
The adapter which receives aglet context events.
ContextAdapter()
- Constructor for class com.ibm.aglet.system.
ContextAdapter
ContextEvent
- class com.ibm.aglet.system.
ContextEvent
.
Context level event
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.
ContextListener
- interface com.ibm.aglet.system.
ContextListener
.
The ContextListener interface specifies a set of methods for receiving context events.
contextShutdown(ContextEvent)
- Method in interface com.ibm.aglet.system.
ContextListener
Called when shutting down
contextShutdown(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.
contextStarted(ContextEvent)
- Method in class com.ibm.aglet.system.
ContextAdapter
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(AgletContext, URL, 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.
DEFAULTCONFIDENTIALITY
- Static variable in class com.ibm.aglet.
QoC
Confidentiality : Default Confidentiality (equals to normal confidentiality)
DEFAULTINTEGRITY
- Static variable in class com.ibm.aglet.
QoC
Integrity : Default Integrity (equals to normal integrity).
DEFAULTSCHEME
- Static variable in class com.ibm.aglet.
Ticket
Scheme Name : default scheme name.
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(Ticket)
- Method in class com.ibm.aglet.
Aglet
Dispatches the aglet to the location (host) specified by the ticket as argument.
dispatch(Ticket)
- Method in interface com.ibm.aglet.
AgletProxy
Dispatches the aglet to the location specified by the ticket as the argument.
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.
dispatchEvent(AgletEvent)
- Method in class com.ibm.aglet.
Aglet
Dispatches an event to this aglet
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.
Message
Compares two Message objects.
equals(Object)
- Method in class com.ibm.aglet.
AgletID
Compares two aglet identifiers.
EXCEPTION
- Static variable in class com.ibm.agletx.patterns.
Notifier
execute(SeqItinerary)
- Method in class com.ibm.agletx.util.
Task
execute(SeqItinerary)
- Method in class com.ibm.agletx.util.
MeetingTask
Aglet programers should not modify this method
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 interface com.ibm.aglet.
MessageManager
Exits the current monitor.
exitMonitor()
- Method in class com.ibm.aglet.
Aglet
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
- class com.ibm.aglet.
FutureReply
.
The
FutureReply
class is a abstract class for the result of a future message.
FutureReply()
- Constructor for class com.ibm.aglet.
FutureReply
G
getAddress()
- Method in class com.ibm.aglet.
AgletInfo
getAddress()
- Method in interface com.ibm.aglet.
AgletProxy
Gets the current address of the target aglet.
getAddress()
- Method in class com.ibm.aglet.util.
AddressChooser
Get the address which is currently chosen by this chooser.
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.
AgletInfo
Gets the aglet id
getAgletID()
- Method in class com.ibm.aglet.
Aglet
Gets the id of this aglet.
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.
PersistencyEvent
Returns the aglet proxy which is the source of the event.
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.event.
MobilityEvent
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(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
Deprecated.
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
getAgletsProperty(String)
- Method in class com.ibm.aglet.system.
AgletRuntime
Returns aglets property of the user who owns the runtime.
getAgletsProperty(String, String)
- Method in class com.ibm.aglet.system.
AgletRuntime
Returns aglets property of the user who owns the runtime.
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.
Message
Gets the value to which specified key is mapped in this message.
getArg(String)
- Method in class com.ibm.aglet.util.
Arguments
Get the value associated with the name.
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
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.
AgletInfo
Gets the codebase address where the aglet code resides.
getCodeBase()
- Method in class com.ibm.aglet.
Aglet
Gets the code base URL of this aglet
getConfidentiality()
- Method in class com.ibm.aglet.
QoC
Returns the confidentiality of aglet transfer and messages.
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()
- Static method in class com.ibm.aglet.
Ticket
Get default port number for connection.
getDefaultPort(String)
- Static method in class com.ibm.agletx.patterns.
NetUtils
getDestination()
- Method in class com.ibm.aglet.
Ticket
Get destination to where the aglet wants to trip.
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.
getDueDate()
- Method in class com.ibm.aglet.
QoC
Gets the due-date to connect via this channel.
getDuration()
- Method in class com.ibm.aglet.event.
PersistencyEvent
Gets the duration
getException()
- Method in class com.ibm.aglet.
MessageException
Gets the message occured
getFile()
- Method in class com.ibm.aglet.
Ticket
Get specified file.
getFloatReply()
- Method in class com.ibm.aglet.
FutureReply
Gets the reply as a primitive float.
getHost()
- Method in class com.ibm.aglet.
Ticket
Get specified host.
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
getIntegrity()
- Method in class com.ibm.aglet.
QoC
Returns the way to warrant integrity of messages.
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 long.
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
getOwnerIdentity()
- Method in class com.ibm.aglet.system.
AgletRuntime
Returns identity of the user who owns the runtime.
getOwnerName()
- Method in class com.ibm.aglet.system.
AgletRuntime
Returns name of the user who owns the runtime.
getPlace()
- Method in class com.ibm.agletx.patterns.
Meeting
getPort()
- Method in class com.ibm.aglet.
Ticket
Get specified port.
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.
getProperty(String, String)
- Method in class com.ibm.aglet.system.
AgletRuntime
Returns property of the user who owns the runtime.
getProperty(String, String, String)
- Method in class com.ibm.aglet.system.
AgletRuntime
Returns property of the user who owns the runtime.
getProtections()
- Method in class com.ibm.aglet.
Aglet
Gets the protections: permission collection about who can send what kind of messages to the aglet
getProtocol()
- Method in class com.ibm.aglet.
Ticket
Get specified protocol.
getProxy()
- Method in class com.ibm.aglet.
Aglet
Gets the proxy of aglet.
getQoC()
- Method in class com.ibm.aglet.
Ticket
Get quality of aglet communication.
getReply()
- Method in class com.ibm.aglet.
FutureReply
If the message was not handled the receiver, MessageNotHandled exception is raised.
getServerAddress()
- Method in class com.ibm.aglet.system.
AgletRuntime
Gets an address of the server
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
getTicket()
- Method in class com.ibm.aglet.event.
MobilityEvent
Gets the ticket.
getTimeout()
- Method in class com.ibm.aglet.
QoC
Gets the waiting time for time-out to connect via this channel.
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
handleMessage(Message)
- Method in class com.ibm.agletx.patterns.
Slave
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.
HTTP
- Static variable in class com.ibm.aglet.
Ticket
Scheme Name : Hyper Text Transfer Protocol
HTTP
is defined by
World Wide Web Consortium
.
I
IIOP
- Static variable in class com.ibm.aglet.
Ticket
Scheme Name : Internet Interoperable Object Reference
IIOP
is defined by
OMG
.
ImageData
- interface com.ibm.aglet.util.
ImageData
.
ImageData
is a object to store the image.
implies(Permission)
- Method in class com.ibm.aglet.security.
MessageProtection
implies(Permission)
- Method in class com.ibm.aglet.security.
AgletProtection
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
init(String[], ClassLoader)
- Static method in class com.ibm.aglet.system.
AgletRuntime
Create and initialize a runtime environment with a string array
InvalidAgletException
- exception com.ibm.aglet.
InvalidAgletException
.
Signals that the aglet proxy is not valid any longer.
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.
isDefaultPort()
- Method in class com.ibm.aglet.
Ticket
Returns whether prot number is default.
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.
isSecure()
- Method in class com.ibm.aglet.system.
AgletRuntime
Returns security.
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.aglet.
Ticket
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
- class com.ibm.agletx.patterns.
Meeting
.
This
Meeting
class abstracts light synchronization between multiple aglets by using a meeting concept.
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
- class com.ibm.agletx.util.
MeetingsItinerary
.
An Itinerary class to control an itinerary to participate in multiple meetings.
MeetingsItinerary(Aglet)
- Constructor for class com.ibm.agletx.util.
MeetingsItinerary
Constructs a MeetingsItinerary object with the specified owner aglet.
MeetingTask
- class com.ibm.agletx.util.
MeetingTask
.
This class objectifies a task to be perform upon arrival to a meeting.
MeetingTask(Meeting)
- Constructor for class com.ibm.agletx.util.
MeetingTask
Message
- class com.ibm.aglet.
Message
.
The
Message
class is a object that holds its kind and arguments passed to the receiver.
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
- exception com.ibm.aglet.
MessageException
.
Signals that the exception occured while processsing the message.
MessageException(Throwable)
- Constructor for class com.ibm.aglet.
MessageException
MessageException(Throwable, String)
- Constructor for class com.ibm.aglet.
MessageException
MessageManager
- interface com.ibm.aglet.
MessageManager
.
The
MessageManager
controls concurrency of incomming message.
MessageProtection
- class com.ibm.aglet.security.
MessageProtection
.
The
MessageProtection
class represents the protection of messages for aglet.
MessageProtection(String, String)
- Constructor for class com.ibm.aglet.security.
MessageProtection
Messenger
- class com.ibm.agletx.patterns.
Messenger
.
Create a Messenger by calling the static method
create
.
Messenger()
- Constructor for class com.ibm.agletx.patterns.
Messenger
MessengerItinerary
- class com.ibm.agletx.util.
MessengerItinerary
.
An Itinerary class to broadcast a message to remote aglets.
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
- class com.ibm.agletx.util.
MetaItinerary
.
an itineray class to log visited and unvisited destinations during an aglet's tour.
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
- class com.ibm.aglet.event.
MobilityAdapter
.
The adapter which receives mobility events.
MobilityAdapter()
- Constructor for class com.ibm.aglet.event.
MobilityAdapter
MobilityEvent
- class com.ibm.aglet.event.
MobilityEvent
.
The mobility event occurs when the aglet is about to move.
MobilityEvent(int, AgletProxy, Ticket)
- Constructor for class com.ibm.aglet.event.
MobilityEvent
Constructs a mobility event with specified id, target and ticket
MobilityEvent(int, AgletProxy, URL)
- Constructor for class com.ibm.aglet.event.
MobilityEvent
Constructs a mobility event with specified id, target and location
MobilityListener
- interface com.ibm.aglet.event.
MobilityListener
.
The listener interface for receiving mobility events on an aglet.
multicastMessage(Message)
- Method in interface com.ibm.aglet.
AgletContext
Sends a multicast message to the subscribers in the context.
N
NetUtils
- class com.ibm.agletx.patterns.
NetUtils
.
NetUtils()
- Constructor for class com.ibm.agletx.patterns.
NetUtils
NO_RESPONSE
- Static variable in class com.ibm.aglet.system.
ContextEvent
Not used.
NOCONFIDENTIALITY
- Static variable in class com.ibm.aglet.
QoC
CONFIDENTIALITY = Strength against tapping data
NOINTEGRITY
- Static variable in class com.ibm.aglet.
QoC
INTEGRITY = Strength against tampering data
NORM_PRIORITY
- Static variable in interface com.ibm.aglet.
MessageManager
The default priority that is assigned to a message.
NORMALCONFIDENTIALITY
- Static variable in class com.ibm.aglet.
QoC
Confidentiality : Normal Confidentiality (equals to data encrypted by short secret key).
NORMALINTEGRITY
- Static variable in class com.ibm.aglet.
QoC
Integrity : Normal Integrity (equals to data with its digest).
NOT_QUEUED
- Static variable in interface com.ibm.aglet.
MessageManager
Used as a argugment to the setPriority.
NotHandledException
- exception com.ibm.aglet.
NotHandledException
.
Signals that the message was not handled by an aglet
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
- class com.ibm.agletx.patterns.
Notifier
.
Create a notifier by calling the static method
create
.
Notifier()
- Constructor for class com.ibm.agletx.patterns.
Notifier
notifyAllMessages()
- Method in interface com.ibm.aglet.
MessageManager
Notifies all of waiting threads.
notifyAllMessages()
- Method in class com.ibm.aglet.
Aglet
Notifies all of waiting threads.
notifyMessage()
- Method in interface com.ibm.aglet.
MessageManager
Notifies a single waiting thread.
notifyMessage()
- Method in class com.ibm.aglet.
Aglet
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.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.
SimpleItinerary
This is not normally used by aglets programmers.
onArrival(MobilityEvent)
- Method in class com.ibm.agletx.util.
SeqPlanItinerary
onArrival(MobilityEvent)
- Method in class com.ibm.agletx.util.
MetaItinerary
onArrival(MobilityEvent)
- Method in class com.ibm.agletx.util.
AlternateItinerary
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 interface com.ibm.aglet.event.
CloneListener
Invoked after an aglet was cloned.
onClone(CloneEvent)
- Method in class com.ibm.aglet.event.
CloneAdapter
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 interface com.ibm.aglet.event.
CloneListener
Invoked after an aglet was cloned.
onCloned(CloneEvent)
- Method in class com.ibm.aglet.event.
CloneAdapter
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 interface com.ibm.aglet.event.
CloneListener
Invoked when an aglet is attempted to clone
onCloning(CloneEvent)
- Method in class com.ibm.aglet.event.
CloneAdapter
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.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.
onDispatching(MobilityEvent)
- Method in class com.ibm.agletx.util.
MetaItinerary
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
- class com.ibm.aglet.event.
PersistencyAdapter
.
The adapter which receives persistency events.
PersistencyAdapter()
- Constructor for class com.ibm.aglet.event.
PersistencyAdapter
PersistencyEvent
- class com.ibm.aglet.event.
PersistencyEvent
.
The persistency event
PersistencyEvent(int, AgletProxy, long)
- Constructor for class com.ibm.aglet.event.
PersistencyEvent
Constructs a PersistencyEvent with the specified id, aglet proxy and duration.
PersistencyListener
- interface com.ibm.aglet.event.
PersistencyListener
.
The listener interface for receiving persistency events on an aglet.
popup(Button)
- Method in class com.ibm.aglet.util.
AddressBook
printStackTrace()
- Method in class com.ibm.aglet.
AgletException
Protection
- interface com.ibm.aglet.security.
Protection
.
The
Protection
interface denotes a protection of aglets.
Protections
- class com.ibm.aglet.security.
Protections
.
The
Protections
class is a Permissions who contains only AgletProtections or MessageProtections.
Protections()
- Constructor for class com.ibm.aglet.security.
Protections
Q
QoC
- class com.ibm.aglet.
QoC
.
QoC defines the quality of aglet communication.
QoC()
- Constructor for class com.ibm.aglet.
QoC
Default Constructor.
QoC(String, String)
- Constructor for class com.ibm.aglet.
QoC
Constructor with communication scheme/protocol, integrity and confidentiality.
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
- class com.ibm.aglet.
ReplySet
.
ReplySet is a container of the FutureReply objects by which the each of FutureReply object can be retrieved as its reply become available.
ReplySet()
- Constructor for class com.ibm.aglet.
ReplySet
Constructs a ReplySet object.
RequestRefusedException
- exception com.ibm.aglet.
RequestRefusedException
.
Signals that the request sent was refused.
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.
RESUMED
- Static variable in class com.ibm.aglet.system.
ContextEvent
The RESUMED event type is delivered when an aglet is resumed.
retractAglet(URL)
- Method in interface com.ibm.aglet.
AgletContext
Deprecated.
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.
RMI
- Static variable in class com.ibm.aglet.
Ticket
Scheme Name : Remote Method Invocation
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
- class com.ibm.agletx.util.
SeqItinerary
.
Define an abstract interface for an aglet's itinerary.
SeqItinerary(Aglet)
- Constructor for class com.ibm.agletx.util.
SeqItinerary
Constructor.
SeqPlanItinerary
- class com.ibm.agletx.util.
SeqPlanItinerary
.
SeqPlanItinerary
defines the trip plan which has a sequence of place-message pair.
SeqPlanItinerary(Aglet)
- Constructor for class com.ibm.agletx.util.
SeqPlanItinerary
Constructs a SeqPlanItinerary object with the specified owner aglet.
ServerNotFoundException
- exception com.ibm.aglet.
ServerNotFoundException
.
Signals that the server is not available
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.