|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.exec.generated.ManagedJobResourceDataType
org.globus.exec.generated.ManagedMultiJobResourceDataType
| Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private int |
activeCount
|
private int |
cleanUpCount
|
private boolean |
destroyCalled
|
private int |
doneCount
|
private int |
failedCount
|
private int |
holdingCount
|
private int |
pendingCount
|
private int |
stageInCount
|
private int |
stageOutCount
|
private int |
subJobCount
|
private org.apache.axis.message.addressing.EndpointReferenceType[] |
subscriptionEndpoint
|
private int |
suspendedCount
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
| Fields inherited from class org.globus.exec.generated.ManagedJobResourceDataType |
|
| Constructor Summary | |
ManagedMultiJobResourceDataType()
|
|
ManagedMultiJobResourceDataType(int activeCount,
int cleanUpCount,
boolean destroyCalled,
int doneCount,
int failedCount,
int holdingCount,
int pendingCount,
int stageInCount,
int stageOutCount,
int subJobCount,
org.apache.axis.message.addressing.EndpointReferenceType[] subscriptionEndpoint,
int suspendedCount)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
int |
getActiveCount()
Gets the activeCount value for this ManagedMultiJobResourceDataType. |
int |
getCleanUpCount()
Gets the cleanUpCount value for this ManagedMultiJobResourceDataType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getDoneCount()
Gets the doneCount value for this ManagedMultiJobResourceDataType. |
int |
getFailedCount()
Gets the failedCount value for this ManagedMultiJobResourceDataType. |
int |
getHoldingCount()
Gets the holdingCount value for this ManagedMultiJobResourceDataType. |
int |
getPendingCount()
Gets the pendingCount value for this ManagedMultiJobResourceDataType. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
int |
getStageInCount()
Gets the stageInCount value for this ManagedMultiJobResourceDataType. |
int |
getStageOutCount()
Gets the stageOutCount value for this ManagedMultiJobResourceDataType. |
int |
getSubJobCount()
Gets the subJobCount value for this ManagedMultiJobResourceDataType. |
org.apache.axis.message.addressing.EndpointReferenceType[] |
getSubscriptionEndpoint()
Gets the subscriptionEndpoint value for this ManagedMultiJobResourceDataType. |
org.apache.axis.message.addressing.EndpointReferenceType |
getSubscriptionEndpoint(int i)
|
int |
getSuspendedCount()
Gets the suspendedCount value for this ManagedMultiJobResourceDataType. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isDestroyCalled()
Gets the destroyCalled value for this ManagedMultiJobResourceDataType. |
void |
setActiveCount(int activeCount)
Sets the activeCount value for this ManagedMultiJobResourceDataType. |
void |
setCleanUpCount(int cleanUpCount)
Sets the cleanUpCount value for this ManagedMultiJobResourceDataType. |
void |
setDestroyCalled(boolean destroyCalled)
Sets the destroyCalled value for this ManagedMultiJobResourceDataType. |
void |
setDoneCount(int doneCount)
Sets the doneCount value for this ManagedMultiJobResourceDataType. |
void |
setFailedCount(int failedCount)
Sets the failedCount value for this ManagedMultiJobResourceDataType. |
void |
setHoldingCount(int holdingCount)
Sets the holdingCount value for this ManagedMultiJobResourceDataType. |
void |
setPendingCount(int pendingCount)
Sets the pendingCount value for this ManagedMultiJobResourceDataType. |
void |
setStageInCount(int stageInCount)
Sets the stageInCount value for this ManagedMultiJobResourceDataType. |
void |
setStageOutCount(int stageOutCount)
Sets the stageOutCount value for this ManagedMultiJobResourceDataType. |
void |
setSubJobCount(int subJobCount)
Sets the subJobCount value for this ManagedMultiJobResourceDataType. |
void |
setSubscriptionEndpoint(org.apache.axis.message.addressing.EndpointReferenceType[] subscriptionEndpoint)
Sets the subscriptionEndpoint value for this ManagedMultiJobResourceDataType. |
void |
setSubscriptionEndpoint(int i,
org.apache.axis.message.addressing.EndpointReferenceType _value)
|
void |
setSuspendedCount(int suspendedCount)
Sets the suspendedCount value for this ManagedMultiJobResourceDataType. |
| Methods inherited from class org.globus.exec.generated.ManagedJobResourceDataType |
getHandle, getInternalRendezvousData, getNotificationConsumerEndpoint, getTopicListener, getTopicListener, isStarted, setHandle, setInternalRendezvousData, setNotificationConsumerEndpoint, setStarted, setTopicListener, setTopicListener |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private org.apache.axis.message.addressing.EndpointReferenceType[] subscriptionEndpoint
private boolean destroyCalled
private int subJobCount
private int stageInCount
private int pendingCount
private int activeCount
private int stageOutCount
private int cleanUpCount
private int suspendedCount
private int doneCount
private int failedCount
private int holdingCount
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
public ManagedMultiJobResourceDataType()
public ManagedMultiJobResourceDataType(int activeCount,
int cleanUpCount,
boolean destroyCalled,
int doneCount,
int failedCount,
int holdingCount,
int pendingCount,
int stageInCount,
int stageOutCount,
int subJobCount,
org.apache.axis.message.addressing.EndpointReferenceType[] subscriptionEndpoint,
int suspendedCount)
| Method Detail |
public org.apache.axis.message.addressing.EndpointReferenceType[] getSubscriptionEndpoint()
public void setSubscriptionEndpoint(org.apache.axis.message.addressing.EndpointReferenceType[] subscriptionEndpoint)
subscriptionEndpoint - public org.apache.axis.message.addressing.EndpointReferenceType getSubscriptionEndpoint(int i)
public void setSubscriptionEndpoint(int i,
org.apache.axis.message.addressing.EndpointReferenceType _value)
public boolean isDestroyCalled()
public void setDestroyCalled(boolean destroyCalled)
destroyCalled - public int getSubJobCount()
public void setSubJobCount(int subJobCount)
subJobCount - public int getStageInCount()
public void setStageInCount(int stageInCount)
stageInCount - public int getPendingCount()
public void setPendingCount(int pendingCount)
pendingCount - public int getActiveCount()
public void setActiveCount(int activeCount)
activeCount - public int getStageOutCount()
public void setStageOutCount(int stageOutCount)
stageOutCount - public int getCleanUpCount()
public void setCleanUpCount(int cleanUpCount)
cleanUpCount - public int getSuspendedCount()
public void setSuspendedCount(int suspendedCount)
suspendedCount - public int getDoneCount()
public void setDoneCount(int doneCount)
doneCount - public int getFailedCount()
public void setFailedCount(int failedCount)
failedCount - public int getHoldingCount()
public void setHoldingCount(int holdingCount)
holdingCount - public boolean equals(java.lang.Object obj)
equals in class ManagedJobResourceDataTypepublic int hashCode()
hashCode in class ManagedJobResourceDataTypepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||