|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPEInfo
public class PEInfo
This class represents a table row in the PE information table maintained by the Global Name Server.
Field Summary | |
---|---|
(package private) int |
begin
The beginning point of the LP configuration information for this PE. |
(package private) int |
end
The ending point of the LP configuraion information foe this E. |
(package private) java.lang.String |
machineName
The name of the machines on which this PE is running |
(package private) int |
PEid
The GNS-assigned integer ID to this PE. |
(package private) java.lang.String |
PEip
The ip represented as a String |
Constructor Summary | |
---|---|
PEInfo(int pid,
java.lang.String pip,
java.lang.String pm,
int b,
int e)
Constructs a new PEInfor object. |
Method Summary | |
---|---|
(package private) void |
setBegin(int b)
Sets the beginning point of the LP configuration information vector for this PE. |
(package private) void |
setEnd(int e)
Sets the ending point of the LP configuration information vector for this PE. |
java.lang.String |
toString()
Returns a string representation of this object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
int PEid
java.lang.String PEip
java.lang.String machineName
int begin
int end
Constructor Detail |
---|
public PEInfo(int pid, java.lang.String pip, java.lang.String pm, int b, int e)
pid
- int the system-assigned PE id.pip
- a String object representing the IP address of this PE.pm
- a String object representing the name of the machine where
this PE us running.b
- int indicating the beginning of the LP configuration information
in the LP configuration information vector.e
- int indicating the ending point of the LP configuration information
in the LP configuration information vector.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
void setBegin(int b)
b
- int the beginning point.void setEnd(int e)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |