public class Node extends Object implements Serializable
Constructor and Description |
---|
Node(PrismObject<NodeType> node) |
Modifier and Type | Method and Description |
---|---|
String |
getConnectionError() |
String |
getHostname() |
String |
getInternalNodeIdentifier() |
Integer |
getJmxPort() |
XMLGregorianCalendar |
getLastCheckInTime() |
NodeErrorStatus |
getNodeErrorStatus() |
NodeExecutionStatus |
getNodeExecutionStatus() |
String |
getNodeIdentifier() |
PrismObject<NodeType> |
getNodeType() |
Boolean |
isClustered() |
boolean |
isConnectionError() |
Boolean |
isRunning() |
boolean |
isSchedulerRunning() |
void |
setConnectionError(String connectionError) |
void |
setNodeErrorStatus(NodeErrorStatus nodeErrorStatus) |
void |
setNodeExecutionStatus(NodeExecutionStatus nodeExecutionStatus) |
String |
toString() |
public Node(PrismObject<NodeType> node)
public PrismObject<NodeType> getNodeType()
public boolean isSchedulerRunning()
public boolean isConnectionError()
public String getConnectionError()
public void setConnectionError(String connectionError)
public String getHostname()
public String getInternalNodeIdentifier()
public Integer getJmxPort()
public XMLGregorianCalendar getLastCheckInTime()
public String getNodeIdentifier()
public Boolean isClustered()
public Boolean isRunning()
public NodeErrorStatus getNodeErrorStatus()
public NodeExecutionStatus getNodeExecutionStatus()
public void setNodeErrorStatus(NodeErrorStatus nodeErrorStatus)
public void setNodeExecutionStatus(NodeExecutionStatus nodeExecutionStatus)
Copyright © 2013 evolveum. All rights reserved.