public class Task
extends java.lang.Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Locks" type="{http://www.resoa.org/persistence/journal}Instruction" maxOccurs="unbounded" minOccurs="0"/> <element name="Executions" type="{http://www.resoa.org/persistence/journal}Instruction" maxOccurs="unbounded" minOccurs="0"/> <element name="Consistencies" type="{http://www.resoa.org/persistence/journal}Consistency" maxOccurs="unbounded" minOccurs="0"/> <element name="SlaveCommitNodes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="taskID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="priority" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="policy" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="requestingNode" type="{http://www.w3.org/2001/XMLSchema}string" default=""localhost"" /> <attribute name="masterCommitNode" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="status" type="{http://www.resoa.org/persistence/journal}TaskStatus" /> <attribute name="exceptionClass" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="exceptionMessage" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Consistency> |
consistencies |
protected java.lang.String |
exceptionClass |
protected java.lang.String |
exceptionMessage |
protected java.util.List<Instruction> |
executions |
protected java.util.List<Instruction> |
locks |
protected java.lang.String |
masterCommitNode |
protected java.lang.String |
policy |
protected int |
priority |
protected java.lang.String |
requestingNode |
protected java.util.List<java.lang.String> |
slaveCommitNodes |
protected TaskStatus |
status |
protected java.lang.String |
taskID |
protected long |
timestamp |
Constructor and Description |
---|
Task() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Consistency> |
getConsistencies()
Gets the value of the consistencies property.
|
java.lang.String |
getExceptionClass()
Ruft den Wert der exceptionClass-Eigenschaft ab.
|
java.lang.String |
getExceptionMessage()
Ruft den Wert der exceptionMessage-Eigenschaft ab.
|
java.util.List<Instruction> |
getExecutions()
Gets the value of the executions property.
|
java.util.List<Instruction> |
getLocks()
Gets the value of the locks property.
|
java.lang.String |
getMasterCommitNode()
Ruft den Wert der masterCommitNode-Eigenschaft ab.
|
java.lang.String |
getPolicy()
Ruft den Wert der policy-Eigenschaft ab.
|
int |
getPriority()
Ruft den Wert der priority-Eigenschaft ab.
|
java.lang.String |
getRequestingNode()
Ruft den Wert der requestingNode-Eigenschaft ab.
|
java.util.List<java.lang.String> |
getSlaveCommitNodes()
Gets the value of the slaveCommitNodes property.
|
TaskStatus |
getStatus()
Ruft den Wert der status-Eigenschaft ab.
|
java.lang.String |
getTaskID()
Ruft den Wert der taskID-Eigenschaft ab.
|
long |
getTimestamp()
Ruft den Wert der timestamp-Eigenschaft ab.
|
boolean |
isSetConsistencies() |
boolean |
isSetExceptionClass() |
boolean |
isSetExceptionMessage() |
boolean |
isSetExecutions() |
boolean |
isSetLocks() |
boolean |
isSetMasterCommitNode() |
boolean |
isSetPolicy() |
boolean |
isSetPriority() |
boolean |
isSetRequestingNode() |
boolean |
isSetSlaveCommitNodes() |
boolean |
isSetStatus() |
boolean |
isSetTaskID() |
boolean |
isSetTimestamp() |
void |
setExceptionClass(java.lang.String value)
Legt den Wert der exceptionClass-Eigenschaft fest.
|
void |
setExceptionMessage(java.lang.String value)
Legt den Wert der exceptionMessage-Eigenschaft fest.
|
void |
setMasterCommitNode(java.lang.String value)
Legt den Wert der masterCommitNode-Eigenschaft fest.
|
void |
setPolicy(java.lang.String value)
Legt den Wert der policy-Eigenschaft fest.
|
void |
setPriority(int value)
Legt den Wert der priority-Eigenschaft fest.
|
void |
setRequestingNode(java.lang.String value)
Legt den Wert der requestingNode-Eigenschaft fest.
|
void |
setStatus(TaskStatus value)
Legt den Wert der status-Eigenschaft fest.
|
void |
setTaskID(java.lang.String value)
Legt den Wert der taskID-Eigenschaft fest.
|
void |
setTimestamp(long value)
Legt den Wert der timestamp-Eigenschaft fest.
|
void |
unsetConsistencies() |
void |
unsetExecutions() |
void |
unsetLocks() |
void |
unsetSlaveCommitNodes() |
protected java.util.List<Instruction> locks
protected java.util.List<Instruction> executions
protected java.util.List<Consistency> consistencies
protected java.util.List<java.lang.String> slaveCommitNodes
protected java.lang.String taskID
protected int priority
protected java.lang.String policy
protected long timestamp
protected java.lang.String requestingNode
protected java.lang.String masterCommitNode
protected TaskStatus status
protected java.lang.String exceptionClass
protected java.lang.String exceptionMessage
public java.util.List<Instruction> getLocks()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the locks property.
For example, to add a new item, do as follows:
getLocks().add(newItem);
Objects of the following type(s) are allowed in the list
Instruction
public boolean isSetLocks()
public void unsetLocks()
public java.util.List<Instruction> getExecutions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the executions property.
For example, to add a new item, do as follows:
getExecutions().add(newItem);
Objects of the following type(s) are allowed in the list
Instruction
public boolean isSetExecutions()
public void unsetExecutions()
public java.util.List<Consistency> getConsistencies()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the consistencies property.
For example, to add a new item, do as follows:
getConsistencies().add(newItem);
Objects of the following type(s) are allowed in the list
Consistency
public boolean isSetConsistencies()
public void unsetConsistencies()
public java.util.List<java.lang.String> getSlaveCommitNodes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the slaveCommitNodes property.
For example, to add a new item, do as follows:
getSlaveCommitNodes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetSlaveCommitNodes()
public void unsetSlaveCommitNodes()
public java.lang.String getTaskID()
String
public void setTaskID(java.lang.String value)
value
- allowed object is
String
public boolean isSetTaskID()
public int getPriority()
public void setPriority(int value)
public boolean isSetPriority()
public java.lang.String getPolicy()
String
public void setPolicy(java.lang.String value)
value
- allowed object is
String
public boolean isSetPolicy()
public long getTimestamp()
public void setTimestamp(long value)
public boolean isSetTimestamp()
public java.lang.String getRequestingNode()
String
public void setRequestingNode(java.lang.String value)
value
- allowed object is
String
public boolean isSetRequestingNode()
public java.lang.String getMasterCommitNode()
String
public void setMasterCommitNode(java.lang.String value)
value
- allowed object is
String
public boolean isSetMasterCommitNode()
public TaskStatus getStatus()
TaskStatus
public void setStatus(TaskStatus value)
value
- allowed object is
TaskStatus
public boolean isSetStatus()
public java.lang.String getExceptionClass()
String
public void setExceptionClass(java.lang.String value)
value
- allowed object is
String
public boolean isSetExceptionClass()
public java.lang.String getExceptionMessage()
String
public void setExceptionMessage(java.lang.String value)
value
- allowed object is
String
public boolean isSetExceptionMessage()
Copyright © 2005-2014 The Resoa Project, resoa.org.