JGAP

org.jgap.distr
Class MasterInfo

java.lang.Object
  extended by org.jgap.distr.MasterInfo

public class MasterInfo
extends java.lang.Object

Holds information about a computing entity.

Since:
2.4

Field Summary
 java.lang.String m_GUID
          Unique ID of a worker
 java.lang.String m_IPAddress
          The computer's address over which it is reachable in the network
 java.lang.String m_name
          Host name of the computer
 java.lang.String m_username
          Name of the grid user associated with the IP address
 
Constructor Summary
MasterInfo()
           
MasterInfo(boolean a_preset)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Constructor Detail

MasterInfo

public MasterInfo()
           throws java.lang.Exception
Throws:
java.lang.Exception

MasterInfo

public MasterInfo(boolean a_preset)
           throws java.lang.Exception
Throws:
java.lang.Exception

JGAP