Class CSClusterNode

All Implemented Interfaces:
Serializable, IBaseEntity, ICoreEntity, IEntity, ISortableEntity

@Entity public class CSClusterNode extends SimpleEntity
holds information of one node (normally a physical or virtual server machine) in the cluster. CS = control station, these objects always go to the default persistence unit
See Also:
  • Constructor Details

    • CSClusterNode

      public CSClusterNode()
  • Method Details

    • getIP

      public String getIP()
    • setIP

      public void setIP(String ip)