|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oddjob.arooa.registry.Address
A address uniquely identifies a component by its server and path.
| Constructor Summary | |
Address(Path path)
Create a local address. |
|
Address(ServerId serverId,
Path path)
Create an address of an object on a server. |
|
| Method Summary | |
static java.lang.String |
arrayAsString(Address[] addresses)
Utility function for debugs. |
Path |
getPath()
Get the path. |
ServerId |
getServerId()
Get the ServerId. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Address(Path path)
path - The path to the component.
public Address(ServerId serverId,
Path path)
serverId - The server id.path - The path.| Method Detail |
public Path getPath()
public ServerId getServerId()
public java.lang.String toString()
public static java.lang.String arrayAsString(Address[] addresses)
addresses - Array of address.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||