public class ApplicationID extends AbstractID
A Class whose instances represent a unique identifier for a JCSP.NET application. An application is defined as being a process network that forms a complete program. Applications have a parent Node which is the Node on which the application was started.
For a full explanation, see AbstractID
.
Type | Name and description |
---|---|
boolean |
equals(Object o) |
AbstractID |
getParentID() Returns the parent NodeID of this
object. |
int |
hashCode() |
String |
toString() |
Methods inherited from class | Name |
---|---|
class AbstractID |
getParentID |
Compares the supplied Object
with this
ApplicationID
.
true
iff the parameter o is an
ApplicationID
that represents the
same application as this object.o
- another Object
to compare with
this ApplicationID
. Returns the parent NodeID
of this
object.
NodeID
.
Returns a hash code for this Object. Two equal
ApplicationID
objects return the same hash code.
int
hash code.
Returns a String
representation of this object.
The current implemenation returns a human readable
String
which shows the application's home
NodeID
and the integer application id.
String
representing this Application ID.