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

D

DelayedMessageManager - class aa.core.DelayedMessageManager.
This class manages communication messages for mobile actors that are in transit.
DelayedMessageManager(ActorManager, MessageManager, MigrationManager) - Constructor for class aa.core.DelayedMessageManager
Creates a Delayed Message Manager.
DirectoryManager - class aa.app.dm.DirectoryManager.
This class provides three different types of middle man service: matchmaking, brokering, and active brokering service.
DirectoryManager() - Constructor for class aa.app.dm.DirectoryManager
Creates a Directory Manager.
DlgChangePortNumber - class aa.gui.DlgChangePortNumber.
This class creates a dialog to change server port number.
DlgChangePortNumber(View, Integer) - Constructor for class aa.gui.DlgChangePortNumber
Creates a dialog box to show options of this platform.
DlgChangeSizeOfMessageHistory - class aa.gui.DlgChangeSizeOfMessageHistory.
This class creates a dialog to change the size of the actor message log.
DlgChangeSizeOfMessageHistory(View, int) - Constructor for class aa.gui.DlgChangeSizeOfMessageHistory
Creates a dialog box to show options of this platform.
DlgShowMsgHistory - class aa.gui.DlgShowMsgHistory.
This class creates a dialog to show actor messages delivered.
DlgShowMsgHistory(Queue) - Constructor for class aa.gui.DlgShowMsgHistory
Creates a dialog box to show actor messages delivered.
DlgShowSysInfo - class aa.gui.DlgShowSysInfo.
This class creates a dialog to show system information.
DlgShowSysInfo() - Constructor for class aa.gui.DlgShowSysInfo
Creates a dialog box to show the system information of this platform.
Dummy - class aa.app.dummy.Dummy.
Dummy Actor.
Dummy() - Constructor for class aa.app.dummy.Dummy
constructor
decreasePrice() - Method in class app.quickstart.dm.Seller
Decreases the price of this product.
deepCopy(Object) - Static method in class aa.util.ObjectHandler
Makes a deep copy of the specified object.
deepCopy(Object[]) - Static method in class aa.util.ObjectHandler
Makes a deep copy of the specified array of objects.
deleteActor(ActorName) - Method in class aa.core.CyberOrg
Delete an Actor when it is distroyed
deleteChild(CyberOrg) - Method in class aa.core.CyberOrg
Delete a child cyberorg from the child list, it is called in assimilation
deliver(ActorTuple, String, Object[]) - Method in class aa.app.dm.DirectoryManager
Delivers a message to a randomly selected actor whose information is matched with the given tuple pattern.
deliver(ActorTuple, String) - Method in class aa.app.dm.DirectoryManager
 
deliver(ActorTuple, String, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliver(ActorTuple, String, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliver(ActorTuple, String, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliver(ActorTuple, String, Serializable, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliver(ActorTuple, String, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliver(ActorTuple, String, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliver(ActorTuple, String, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliver(ActorTuple, String, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliver(ActorTuple, String, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliver(ActorTuple, String, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliver(String) - Method in class app.quickstart.dm.Buyer
Requests the price of an item whose type is selected.
deliver() - Method in class app.quickstart.dm.Buyer
Requests the price of any item.
deliverAll(ActorTuple, String, Object[]) - Method in class aa.app.dm.DirectoryManager
Broadcasts a message to all actors whose information is matched with the given tuple pattern.
deliverAll(ActorTuple, String) - Method in class aa.app.dm.DirectoryManager
 
deliverAll(ActorTuple, String, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliverAll(ActorTuple, String, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliverAll(ActorTuple, String, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliverAll(ActorTuple, String, Serializable, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliverAll(ActorTuple, String, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliverAll(ActorTuple, String, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliverAll(ActorTuple, String, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliverAll(ActorTuple, String, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliverAll(ActorTuple, String, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliverAll(ActorTuple, String, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.app.dm.DirectoryManager
 
deliverAll(String) - Method in class app.quickstart.dm.Buyer
Requests prices of items whose type is selected.
deliverAll() - Method in class app.quickstart.dm.Buyer
Requests prices of all items.
deliverAllImpl(ActorTuple, String, Object[]) - Method in class aa.app.dm.DirectoryManager
Broadcasts a message to all actors whose information is matched with the given tuple pattern.
deliverImpl(ActorTuple, String, Object[]) - Method in class aa.app.dm.DirectoryManager
Delivers a message to a randomly selected actor whose information is matched with the given tuple pattern.
deliverMessage(ActorMessage) - Method in class aa.core.ActorThread
Inserts a message into the mail queue of this actor, and wakes up sleeping actors.
deliverMessage(ActorMessage) - Method in class aa.core.DelayedMessageManager
Delivers a message between two actors.
deliverMessage(ActorMessage) - Method in class aa.tool.SystemThread
Inserts a message into the in-coming mail queue of this actor, and wake up sleeping actors.
deregister(ActorTuple) - Method in class aa.app.dm.DirectoryManager
Removes an actor tuple in this Directory Manager.
deregisterActor(ActorName) - Method in class aa.core.ActorManager
Deregisters the specified actor from this platform.
deregisterMobileActor(ActorName) - Method in class aa.core.ActorManager
Deregisters a mobile actor.
deregisterTransportManager(TransportReceiver) - Method in class aa.transport.TransportManager
remove a Transport Receiver from the list of Transport Receivers.
deserialize(String, byte[], byte[]) - Method in class aa.core.MigrationManager
Deserialize a byte stream into an object.
deserialize(byte[]) - Static method in class aa.util.ObjectHandler
Deserialize a byte stream into an object.
destroy(String) - Method in class aa.core.Actor
Initiates the destrunction of this actor.
destroy() - Method in class aa.transport.TransportManager
Destroys this thread.
destroy() - Method in class aa.transport.TransportReceiver
Destroys this thread.
destroyActor() - Method in class aa.core.ActorThread
Destroys this actor thread.
disactiveCyberOrg(CyberOrg) - Method in class aa.core.CyberOrgManager
Disactivate a cyberorg when it runs out of resources
disactiveCyberOrg(CyberOrg) - Method in class aa.core.Platform
 
displayActorInfo(String[][]) - Method in class aa.gui.View
Displays information about an actor on the information table.
displayActorInfo(ActorName) - Method in class aa.gui.View
Displays information about one actor.
displayActorsInfo(String[][]) - Method in class aa.gui.View
Displays information about actors on the information table.
displayErrorMessage(String) - Method in class aa.gui.View
Displays an error message.
displayInfo(String[], String[][]) - Method in class aa.gui.View
Displays information on the jspRight pane.
displayUsage() - Method in class aa.Start
Displays the usage of this program.
displayVersion() - Method in class aa.Start
Displays the version of this program.
divideSum(Double, Double) - Method in class aa.application.AdaptiveQuad.QuadActor
Calculate the sum of areas of two sub trapezoids
divideSum(Double, Double) - Method in class aa.application.AdaptiveQuad.QuadActor_RemoteRes
Calculate the sum of areas of two sub trapezoids
divideSum(Double, Double) - Method in class aa.application.AdaptiveQuad.QuadActor_Res
Calculate the sum of areas of two sub trapezoids
divideSum(Double, Double) - Method in class aa.application.AdaptiveQuad.QuadActor_noRes
Calculate the sum of areas of two sub trapezoids
divideSum(Double, Double) - Method in class aa.application.AdaptiveQuad.QuadWorker
Calculate the sum of areas of two sub trapezoids
doAssimilate() - Method in class aa.core.FacilitatorActor
CyberOrg assimilate
doIsolate(Long, ActorName[], Contract) - Method in class aa.core.FacilitatorActor
CyberOrg isolate
doMigrate(ActorName, Contract) - Method in class aa.core.FacilitatorActor
CyberOrg migrate
driver - class aa.drivers.driver.
 
driver() - Constructor for class aa.drivers.driver
Creates a new instance of driver
driverDesti - class aa.drivers.driverDesti.
 
driverDesti() - Constructor for class aa.drivers.driverDesti
Creates a new instance of driverDesti
driverMessage - class aa.drivers.driverMessage.
 
driverMessage() - Constructor for class aa.drivers.driverMessage
Creates a new instance of driverMessage
drverMigrate - class aa.drivers.drverMigrate.
 
drverMigrate() - Constructor for class aa.drivers.drverMigrate
Creates a new instance of drverMigrate

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