Class NodeType

  • All Implemented Interfaces:
    Containerable, JaxbVisitable, Objectable, DebugDumpable, Serializable, Cloneable

    public class NodeType
    extends AssignmentHolderType
    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. <p>Java class for NodeType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="NodeType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentHolderType"&gt; &lt;sequence&gt; &lt;element name="nodeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="urlOverride" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="jmxPort" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="lastCheckInTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="operationalStatus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NodeOperationalStateType" minOccurs="0"/&gt; &lt;element name="running" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="clustered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="internalNodeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="executionState" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NodeExecutionStateType"/&gt; &lt;element name="errorState" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NodeErrorStateType"/&gt; &lt;element name="connectionResult" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultType" minOccurs="0"/&gt; &lt;element name="build" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}BuildInformationType" minOccurs="0"/&gt; &lt;element name="secret" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/&gt; &lt;element name="secretUpdateTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/&gt; &lt;element name="taskExecutionLimitations" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TaskExecutionLimitationsType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form