com.evolveum.midpoint.xml.ns._public.common.common_2a
Class NodeType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_2a.ObjectType
com.evolveum.midpoint.xml.ns._public.common.common_2a.NodeType
- All Implemented Interfaces:
- Containerable, Objectable, Serializable, Cloneable
public class NodeType
- extends ObjectType
- implements Serializable, Cloneable
Node describes a single installation of midPoint. MidPoint installations can work in cluster.
The Node objects are the way how the nodes in cluster know about each other.
EXPERIMENTAL
Java class for NodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NodeType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectType">
<sequence>
<element name="nodeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="jmxPort" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="lastCheckInTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="running" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="clustered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="internalNodeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_2a.ObjectType |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getName, getOid, getParentOrg, getParentOrgRef, getVersion, hashCode, setDescription, setExtension, setFetchResult, setName, setOid, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString |
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
F_NODE_IDENTIFIER
public static final QName F_NODE_IDENTIFIER
F_HOSTNAME
public static final QName F_HOSTNAME
F_JMX_PORT
public static final QName F_JMX_PORT
F_LAST_CHECK_IN_TIME
public static final QName F_LAST_CHECK_IN_TIME
F_RUNNING
public static final QName F_RUNNING
F_CLUSTERED
public static final QName F_CLUSTERED
F_INTERNAL_NODE_IDENTIFIER
public static final QName F_INTERNAL_NODE_IDENTIFIER
NodeType
public NodeType()
getNodeIdentifier
public String getNodeIdentifier()
setNodeIdentifier
public void setNodeIdentifier(String value)
getHostname
public String getHostname()
setHostname
public void setHostname(String value)
getJmxPort
public Integer getJmxPort()
setJmxPort
public void setJmxPort(Integer value)
getLastCheckInTime
public XMLGregorianCalendar getLastCheckInTime()
setLastCheckInTime
public void setLastCheckInTime(XMLGregorianCalendar value)
isRunning
public Boolean isRunning()
setRunning
public void setRunning(Boolean value)
isClustered
public Boolean isClustered()
setClustered
public void setClustered(Boolean value)
getInternalNodeIdentifier
public String getInternalNodeIdentifier()
setInternalNodeIdentifier
public void setInternalNodeIdentifier(String value)
clone
public NodeType clone()
- Overrides:
clone
in class ObjectType
Copyright © 2013 evolveum. All Rights Reserved.