Class SchedulerInformationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SchedulerInformationType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class SchedulerInformationType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Describes the state of the (local) scheduler.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
protected List<TaskType>
executingTask
static ItemName
F_EXECUTING_TASK
static ItemName
F_NODE
protected NodeType
node
-
Constructor Summary
Constructors Constructor Description SchedulerInformationType()
SchedulerInformationType(SchedulerInformationType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
TaskType
beginExecutingTask()
NodeType
beginNode()
SchedulerInformationType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
SchedulerInformationType
executingTask(TaskType value)
List<TaskType>
getExecutingTask()
NodeType
getNode()
int
hashCode(StructuredHashCodeStrategy strategy)
SchedulerInformationType
node(NodeType value)
void
setNode(NodeType value)
-
-
-
Constructor Detail
-
SchedulerInformationType
public SchedulerInformationType()
-
SchedulerInformationType
public SchedulerInformationType(SchedulerInformationType other)
-
-
Method Detail
-
getNode
public NodeType getNode()
-
setNode
public void setNode(NodeType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
node
public SchedulerInformationType node(NodeType value)
-
beginNode
public NodeType beginNode()
-
executingTask
public SchedulerInformationType executingTask(TaskType value)
-
beginExecutingTask
public TaskType beginExecutingTask()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public SchedulerInformationType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-