|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--osl.manager.ActorManagerName
Instances of this class are used to represent actor manager "names". An actor manager name is required for manager specific services such as remote creation or migration. We have standardized the representation of actor manager names as different implementations of the ActorManager class require a common representation of one another in order to interact. Manager implementations which require more extensive functionality can extend this class as appropriate. Note that actor manager names must be serializable so that they may be passed through the transport layer.
ActorManager,
Name, Serialized Form| Field Summary | |
Name |
managerName
The nameservice name associated with this manager. |
int |
managerType
This field indicates the "type" of this actor manager. |
static int |
MGR_BASIC
A constant identifying the "basic" implementation of the manager package. |
| Constructor Summary | |
ActorManagerName()
The default constructor. |
|
ActorManagerName(int type,
Name name)
The usual constructor used to create manager names. |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
Equality testing for manager names. |
int |
hashCode()
Hashing for manager names. |
java.lang.String |
toString()
A useful method for debugging. |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public int managerType
public Name managerName
public static final int MGR_BASIC
| Constructor Detail |
public ActorManagerName()
public ActorManagerName(int type,
Name name)
| Method Detail |
public boolean equals(java.lang.Object other)
public int hashCode()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||