|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.actor.RootActorPath
public final class RootActorPath
Root of the hierarchy of ActorPaths. There is exactly root per ActorSystem and node (for remote-enabled or clustered systems).
Constructor Summary | |
---|---|
RootActorPath(Address address,
java.lang.String name)
|
Method Summary | |
---|---|
Address |
address()
The Address under which this path can be reached; walks up the tree to the RootActorPath. |
int |
compareTo(ActorPath other)
|
scala.collection.immutable.Iterable<java.lang.String> |
elements()
Sequence of names for this path from root to this. |
java.lang.String |
name()
The name of the actor that this path refers to. |
ActorPath |
parent()
The path for the parent actor. |
RootActorPath |
root()
Walk up the tree to obtain and return the RootActorPath. |
java.lang.String |
toSerializationFormat()
Generate full String representation including the uid for the actor cell instance as URI fragment. |
java.lang.String |
toSerializationFormatWithAddress(Address addr)
Generate full String representation including the uid for the actor cell instance as URI fragment, replacing the Address in the RootActor Path with the given one unless this path’s address includes host and port information. |
java.lang.String |
toString()
|
java.lang.String |
toStringWithAddress(Address addr)
Generate String representation, replacing the Address in the RootActor Path with the given one unless this path’s address includes host and port information. |
int |
uid()
INTERNAL API |
ActorPath |
withUid(int uid)
INTERNAL API |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface akka.actor.ActorPath |
---|
child, descendant, getElements, toStringWithoutAddress |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Constructor Detail |
---|
public RootActorPath(Address address, java.lang.String name)
Method Detail |
---|
public Address address()
ActorPath
address
in interface ActorPath
public java.lang.String name()
ActorPath
name
in interface ActorPath
public ActorPath parent()
ActorPath
parent
in interface ActorPath
public RootActorPath root()
ActorPath
root
in interface ActorPath
public scala.collection.immutable.Iterable<java.lang.String> elements()
ActorPath
elements
in interface ActorPath
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toSerializationFormat()
ActorPath
toString
.
toSerializationFormat
in interface ActorPath
public java.lang.String toStringWithAddress(Address addr)
ActorPath
toStringWithAddress
in interface ActorPath
addr
- (undocumented)
public java.lang.String toSerializationFormatWithAddress(Address addr)
ActorPath
toStringWithAddress
.
toSerializationFormatWithAddress
in interface ActorPath
addr
- (undocumented)
public int compareTo(ActorPath other)
compareTo
in interface java.lang.Comparable<ActorPath>
public int uid()
uid
in interface ActorPath
public ActorPath withUid(int uid)
withUid
in interface ActorPath
uid
- (undocumented)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |