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

S

SUSPENDED - Static variable in class aa.core.ActorManager
An actor state to indicate that an actor is suspended by the platform.
SchedulerManager - class aa.core.SchedulerManager.
This class is the actor scheduler, and it schedules all actors on this platform
SchedulerManager(CyberOrgManager) - Constructor for class aa.core.SchedulerManager
Creates a new instance of SchedulerManager
SchedulerManager(long, long) - Constructor for class aa.core.SchedulerManager
 
Seller - class app.quickstart.dm.Seller.
A seller actor.
Seller(String) - Constructor for class app.quickstart.dm.Seller
Creates this actor.
Start - class aa.Start.
This class starts an AAA (Adaptive Actor Architecture) platform.
Start(String[]) - Constructor for class aa.Start
Creates a multi-actor paltform.
SystemThread - class aa.tool.SystemThread.
This class includes fundamental behavior of System Actors
SystemThread() - Constructor for class aa.tool.SystemThread
Cretes a system thread instance.
scaleup(long) - Method in class aa.core.SchedulerManager
In granularity control, this method is called to enlarge the time slices for each actor using a specific factor
scaleupCyberOrgs(long) - Method in class aa.core.CyberOrgManager
Scale up the granularity control
search(ActorTuple) - Method in class aa.app.dm.DirectoryManager
Retrieves any one of names of actors that support the specified tuple.
search() - Method in class aa.application.AdaptiveQuad.YellowPageActor
 
search(ActorTuple) - Method in class aa.tool.TupleSpace
Returns the actor name in an actor tuple matched with the specified tuple template.
search(String) - Method in class app.quickstart.dm.Buyer
Checks the price of an item whose type is selected.
search() - Method in class app.quickstart.dm.Buyer
Checks the price of any item.
searchAll(ActorTuple) - Method in class aa.app.dm.DirectoryManager
Retrieves names of all actors that support the specified attribute.
searchAll(ActorTuple) - Method in class aa.tool.TupleSpace
Returns actor names in all actor tuples matched with the specified tuple template.
searchAll(String) - Method in class app.quickstart.dm.Buyer
Checks prices of items whose type is selected.
searchAll() - Method in class app.quickstart.dm.Buyer
Checks prices of all items.
send(ActorName, String) - Method in class aa.core.Actor
 
send(ActorName, String, Serializable) - Method in class aa.core.Actor
 
send(ActorName, String, Serializable, Serializable) - Method in class aa.core.Actor
 
send(ActorName, String, Serializable, Serializable, Serializable) - Method in class aa.core.Actor
 
send(ActorName, String, Serializable, Serializable, Serializable, Serializable) - Method in class aa.core.Actor
 
send(ActorName, String, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.core.Actor
 
send(ActorName, String, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.core.Actor
 
send(ActorName, String, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.core.Actor
 
send(ActorName, String, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.core.Actor
 
send(ActorName, String, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.core.Actor
 
send(ActorName, String, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Method in class aa.core.Actor
 
sendErrorMessage(ActorName, String) - Method in class aa.core.MigrationManager
Sends an error message.
sendMessage(ActorName, String, Object[]) - Method in class aa.core.Actor
Sends an out-going message to the sepcified actor.
sendMessage(ActorName, String, Object[]) - Method in class aa.core.ActorThread
Sends an out-going message to the sepcified actor.
sendMessage(ActorMessage) - Method in class aa.core.Platform
Sends a message through the Message manager.
sender - class aa.drivers.sender.
 
sender() - Constructor for class aa.drivers.sender
Creates a new instance of sender
sendtoyou(ActorName) - Method in class aa.drivers.sender
 
serialize(Serializable) - Method in class aa.core.MigrationManager
Serializes an object into a byte stream.
serialize(Serializable) - Static method in class aa.util.ObjectHandler
Serializes an object into a byte stream.
setActorManager(ActorManager) - Method in class aa.gui.View
Sets the reference to the Actor Manager of this actor platform.
setBehavior(String, Object[], Queue) - Method in class aa.core.ActorThread
Sets the behavior of this actor thread.
setBytesForClass(byte[]) - Method in class aa.tool.MessageClassLoader
Sets the bytes for a class.
setComments(String) - Method in class aa.core.ActorMessage
Sets comments of this message.
setDelayedMessageManager(DelayedMessageManager) - Method in class aa.core.MigrationManager
Sets the reference to the Delayed Message Manager.
setDestHostAddress(String) - Method in class aa.core.ActorMessage
Sets the Internet address of the destination host.
setErrorMessage(String) - Method in class aa.core.Actor
Sets the error message of an asynchronous operation.
setErrorMessage(String) - Method in class aa.core.ActorMessage
Sets an error message.
setFaci(ActorName) - Method in class aa.application.AdaptiveQuad.QuadActor_RemoteRes
 
setFaci(ActorName) - Method in class aa.application.AdaptiveQuad.QuadActor_Res
 
setHeight(long) - Method in class aa.core.CyberOrg
Set up the height of current cyberorg
setHost() - Method in class aa.core.FacilitatorActor
Set the host cyberorg
it is called after migration, because the new host is created in the new Platform
setLastErrorMessage(String) - Method in class aa.core.ActorThread
Sets the error message of an asynchronous operation.
setLocationAddress(String) - Method in class aa.core.ActorName
Sets the current location address.
setMessageManager(MessageManager) - Method in class aa.core.MigrationManager
Sets the reference to the Message Manager.
setMigrationManager(MigrationManager) - Method in class aa.core.ActorManager
Sets the reference of a Migration Manager.
setMobileActorState(ActorName, Integer, String) - Method in class aa.core.ActorManager
Changes the state of a mobile actor with the new state.
setNullChild() - Method in class aa.core.CyberOrg
it is called in remote migration.
setParent(CyberOrg) - Method in class aa.core.CyberOrg
Set parent cyberorg for this cyberorg it is called by isolation, migration
setPlatform() - Method in class aa.core.CyberOrg
Set up the current CyberOrgs platform
setPlatform(Platform) - Method in class aa.gui.View
Sets the pointer to this Platform.
setReplyTo(String) - Method in class aa.core.ActorMessage
Sets the identifier of the original message.
setReturnMessage(Object) - Method in class aa.core.ActorMessage
Initialize the return value of a call message.
sizeOfElements() - Method in class aa.tool.ActorTuple
Returns the number of elements in this actor tuple.
start(ActorName) - Method in class app.quickstart.hello5.World
Prints "Hello World!" on the screen.
start(ActorName) - Method in class app.quickstart.hello6.World
Prints "Hello World!" on the screen.
suspend() - Method in class aa.core.ActorThread
Suspends this actor.
suspendActor(ActorName) - Method in class aa.core.ActorManager
Suspends the specified actor.

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