com.evolveum.midpoint.web.page.admin.server.dto
Class NodeDto

java.lang.Object
  extended by com.evolveum.midpoint.web.component.util.Selectable
      extended by com.evolveum.midpoint.web.page.admin.server.dto.NodeDto
All Implemented Interfaces:
Serializable

public class NodeDto
extends Selectable

Author:
lazyman
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
 
Constructor Summary
NodeDto(Node node)
           
 
Method Summary
 NodeErrorStatus getErrorStatus()
           
 NodeExecutionStatus getExecutionStatus()
           
 Long getLastCheckInTime()
           
 String getManagementPort()
           
 String getName()
           
 String getNodeIdentifier()
           
 String getOid()
           
 String getStatusMessage()
           
 boolean isClustered()
           
 
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
isSelected, isSigned, setSelected, setSigned
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeDto

public NodeDto(Node node)
Method Detail

isClustered

public boolean isClustered()

getLastCheckInTime

public Long getLastCheckInTime()

getName

public String getName()

getNodeIdentifier

public String getNodeIdentifier()

getOid

public String getOid()

getStatusMessage

public String getStatusMessage()

getErrorStatus

public NodeErrorStatus getErrorStatus()

getExecutionStatus

public NodeExecutionStatus getExecutionStatus()

getManagementPort

public String getManagementPort()


Copyright © 2013 evolveum. All Rights Reserved.