org.jboss.dashboard.cluster
Class ClusterNode
java.lang.Object
org.jboss.dashboard.cluster.ClusterNode
public class ClusterNode
- extends Object
Hibernate mapping model class for dashb_cluster_node table.
This table handles connected nodes and their status.
NOTE: BZ-1014612
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterNode
public ClusterNode()
- Default constructor.
getId
public Long getId()
setId
public void setId(Long id)
getNodeAddress
public String getNodeAddress()
setNodeAddress
public void setNodeAddress(String nodeAddress)
getStartupTime
public Date getStartupTime()
setStartupTime
public void setStartupTime(Date startupTime)
getNodeStatus
public String getNodeStatus()
setNodeStatus
public void setNodeStatus(String nodeStatus)
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.