org.jgap.distr
Class MasterInfo
- java.lang.Object
-
- org.jgap.distr.MasterInfo
-
- All Implemented Interfaces:
- java.io.Serializable
public class MasterInfo extends java.lang.Object implements java.io.SerializableHolds information about a computing entity.- Since:
- 2.4
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.Stringm_GUIDUnique ID of a workerjava.lang.Stringm_IPAddressThe computer's address over which it is reachable in the networkjava.lang.Stringm_nameHost name of the computerjava.lang.Stringm_usernameName of the grid user associated with the IP address
-
Constructor Summary
Constructors Constructor and Description MasterInfo()MasterInfo(boolean a_preset)
-
-
-
Field Detail
-
m_IPAddress
public java.lang.String m_IPAddress
The computer's address over which it is reachable in the network
-
m_username
public java.lang.String m_username
Name of the grid user associated with the IP address
-
m_name
public java.lang.String m_name
Host name of the computer
-
m_GUID
public java.lang.String m_GUID
Unique ID of a worker
-
-
DMelt 3.0 © DataMelt by jWork.ORG