|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--osl.manager.ActorMigrationStructure
This class defines a structure for encapsulating an actor in the process of migration. This structure is passed between actor managers during a migration and reassembled at the target manager.
ActorManager,
ActorName, Serialized Form| Field Summary | |
ActorManagerName |
sender
The ActorManagerName of the manager sending the actor to be migrated. |
ActorImpl |
toMigrate
The Actor to restart after migration. |
| Constructor Summary | |
ActorMigrationStructure(ActorManagerName S,
ActorImpl A)
The most useful constructor for this class. |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public ActorManagerName sender
public ActorImpl toMigrate
| Constructor Detail |
public ActorMigrationStructure(ActorManagerName S,
ActorImpl A)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||