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

R

RemoteRes_DestinationNode - class aa.application.AdaptiveQuad.RemoteRes_DestinationNode.
 
RemoteRes_DestinationNode() - Constructor for class aa.application.AdaptiveQuad.RemoteRes_DestinationNode
Creates a new instance of RemoteRes_DestinationNode
reactivateActor(ActorThread) - Method in class aa.core.MigrationManager
Reactivates a mobile actor.
reactiveCyberOrg(CyberOrg) - Method in class aa.core.CyberOrgManager
These method are called when a cyberorg runs out of resource, and when it gets more resources and can be scheduled again.
reactiveCyberOrg(CyberOrg) - Method in class aa.core.Platform
These two methods are called when a cyberorg runs out of resource, and when it gets more resources and can be scheduled again.
read(ActorTuple) - Method in class aa.tool.TupleSpace
Reads an actor tuple matched with the specified tuple template.
readAll(ActorTuple) - Method in class aa.tool.TupleSpace
Reads all actor tuples matched with the specified tuple template.
receive() - Method in class aa.drivers.receiver
 
receiveActor(String, byte[], byte[], ActorName) - Method in class aa.core.MigrationManager
Receives an actor.
receiveCyberOrg(Contract, Long, LinkedList) - Method in class aa.core.CyberOrg
Receive a CyberOrg
This method is called when remote migration happens create a cyberorg according to the parameters we recived
receiveCyberOrg(Contract, Long, LinkedList, CyberOrg) - Method in class aa.core.CyberOrg
Receive a CyberOrg without creating a new instance
receiveCyberOrg(Contract, Long, LinkedList) - Method in class aa.core.FacilitatorActor
This method is called in remote migration , when a cyberorg is migrating to this facilitator's host
receiver - class aa.drivers.receiver.
 
receiver() - Constructor for class aa.drivers.receiver
Creates a new instance of receiver
refreshWindow() - Method in class aa.gui.View
Redraws the window.
register(ActorTuple) - Method in class aa.app.dm.DirectoryManager
Registers an actor tuple to this Directory Manager.
registerActor(ActorThread, Integer) - Method in class aa.core.ActorManager
Registers a new actor into this actor platform.
registerActor(ActorThread, Integer) - Method in class aa.core.Platform
Registers an actor thread to the Actor Manager of this platform.
registerActorCyb(Object, CyberOrg) - Method in class aa.core.CyberOrgManager
Register actor-host.
registerActorCyb(Object, CyberOrg) - Method in class aa.core.Platform
Register actor and its host to the CyberOrgManager it is called in remote migration
registerCyberOrg(CyberOrg) - Method in class aa.core.CyberOrgManager
Register a cyberorg to the current platform
registerCyberOrg(CyberOrg) - Method in class aa.core.Platform
 
registerMobileActor(ActorName, InetAddress) - Method in class aa.core.ActorManager
Registers an actor into the mobile actors list.
registerThread(ActorName, Thread) - Method in class aa.core.CyberOrgManager
The method is called by Platform in "creatActor".
remoteControlAssimilate() - Method in class aa.core.FacilitatorActor
Remote control assimilation (being used in a specific example)
remoteControlIsolate(Long, ActorName[], Contract) - Method in class aa.core.FacilitatorActor
Remote control isolation (being used in a specific example)
remoteCreateQuad(ActorName, Double, Double, Double, String) - Method in class aa.application.AdaptiveQuad.QuadFacilitator
 
remoteFaci - Variable in class aa.application.AdaptiveQuad.QuadActor_RemoteRes
 
remoteIP - Variable in class aa.application.AdaptiveQuad.QuadActor_RemoteRes
 
remoteMigrate(CyberOrg, ActorName, Contract) - Method in class aa.core.CyberOrgManager
Remote Migration
remoteMigrate(CyberOrg, ActorName, Contract) - Method in class aa.core.Platform
Remote migrate it is called when a cyberorg is migrating to a remote destination cyberorg
remoteMigrateChild(ActorName) - Method in class aa.core.CyberOrgManager
In remote migration, only after we receive the reply message from the destination,
which means the new cyberorg is already created in the destination platform,
can we migrate actors and child cyberorgs of the migrating cyberorg
remove() - Method in class aa.core.SchedulerManager
Remove a thread from the thread queue for scheduling.
remove(Thread) - Method in class aa.core.SchedulerManager
Remove specific thread
This method is called when migration happens in order to remove the migrating actors from the local scheduler
remove() - Method in class aa.util.Queue
Removes the first element from this queue, and returns the elemement that was removed from the list.
removeActor(ActorName) - Method in class aa.core.ActorManager
Removes information about the specified actor from the actor list.
removeActor(ActorName) - Method in class aa.core.CyberOrgManager
Called when an actor is destroyed
removeActor(ActorName) - Method in class aa.core.Platform
Removes the specified actor from the Actor Manager.
removeActor(ActorName) - Method in class aa.gui.View
Removes an actor from the jtreeRoot.
removeAll(ActorTuple) - Method in class aa.tool.TupleSpace
Removes all actor tuples matched with the sepecified tuple template.
removeBlank(String) - Static method in class aa.util.Lexer
Removes blanks in the front part of the specified string.
removeCyberOrg(CyberOrg) - Method in class aa.core.CyberOrgManager
Removes a cyberorg from the current platform
removeCyberOrg(CyberOrg) - Method in class aa.core.Platform
 
reportFailure(String) - Method in class aa.core.MessageManager
Reports the failure of server socket initiation.
reportFailure(String) - Method in class aa.core.Platform
Reports that starting this platform fails.
reportMessage(ActorMessage) - Method in class aa.core.Platform
Reports a message.
reportMessage(ActorMessage) - Method in class aa.gui.View
Reports a message.
resAlloc(ActorName, long) - Method in class aa.core.CyberOrgManager
Reallocate resource for an actor
the actor already exists in the scheduler
resAlloc(ActorName, long) - Method in class aa.core.Platform
Reallocate resource for specific actor called by cyberorg isolate
resAlloc(Thread, long) - Method in class aa.core.SchedulerManager
Reallocates resource for specific thread
resend() - Method in class aa.core.DelayedMessageManager
Wakes up the curren sleeping thread.
resolveClass(ObjectStreamClass) - Method in class aa.tool.MessageObjectInputStream
Loads the local class equivalent of the specified stream class description.
resourceAlloc(ActorName, long, long) - Method in class aa.application.AdaptiveQuad.QuadCyber
 
resourceAlloc(ActorName, Double) - Method in class aa.application.AdaptiveQuad.QuadFacilitator
 
resourceAlloc(ActorName) - Method in class aa.core.CyberOrg
Default resource allocation policy for actors in this cyberorg
User can define their own resource allocation policy by overwriting this method
resourceAlloc(ActorName, long) - Method in class aa.core.CyberOrg
Another resource allocation policy which assigns a known amount of resource to the given actor
resourceAllocForAll() - Method in class aa.core.CyberOrg
Allocate resource for all actors It is called after migration (local)
result(Double) - Method in class aa.application.AdaptiveQuad.QuadActor
This method is called from another child actor to pass a partial result.
result(Double) - Method in class aa.application.AdaptiveQuad.QuadActor_RemoteRes
This method is called from another child actor to pass a partial result.
result(Double) - Method in class aa.application.AdaptiveQuad.QuadActor_Res
This method is called from another child actor to pass a partial result.
result(Double) - Method in class aa.application.AdaptiveQuad.QuadActor_noRes
This method is called from another child actor to pass a partial result.
result(Double) - Method in class aa.application.AdaptiveQuad.QuadWorker
This method is called from another child actor to pass a partial result.
result(Integer) - Method in class aa.application.Fibonacci.FibActor
This method is called from another child actor to pass a partial result.
resume() - Method in class aa.core.ActorThread
Resumes this actor.
resumeActor(ActorName) - Method in class aa.core.ActorManager
Resumes the specified actor.
returnRes(ActorName) - Method in class aa.core.CyberOrgManager
Returns the ticksRate of specific actor
called by cyberorg primitives
returnRes(ActorName) - Method in class aa.core.Platform
Resource Return to old host by the actors called by cyberorg isolate
run() - Method in class aa.core.ActorThread
Executes the main loop of this thread.
run() - Method in class aa.core.DelayedMessageManager
Invoked when this thread is executed.
run() - Method in class aa.core.SchedulerManager
The main loop
run() - Method in class aa.tool.SystemThread
Invoked when this thread is executed.
run() - Method in class aa.transport.TransportManager
Main routine to process in-coming messages.
run() - Method in class aa.transport.TransportReceiver
Main routine to process a message coming from another platform.

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