Documentation of 'org.jgap.distr.MasterInfo' Java class
MasterInfo
org.jgap.distr

Class MasterInfo

  • All Implemented Interfaces:
    java.io.Serializable


    public class MasterInfo
    extends java.lang.Object
    implements java.io.Serializable
    Holds information about a computing entity.
    Since:
    2.4
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      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

      Constructors 
      Constructor and Description
      MasterInfo() 
      MasterInfo(boolean a_preset) 
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, 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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.