|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.glue.batchprovider.SchedulerType
Contains information from schedulers for use by the GLUE RP.
| Constructor Summary | |
SchedulerType()
|
|
SchedulerType(InfoType info,
JobType[] job,
QueueType[] queue,
MessageElement[] _any)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
MessageElement[] |
get_any()
Gets the _any value for this SchedulerType. |
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
InfoType |
getInfo()
Gets the info value for this SchedulerType. |
JobType[] |
getJob()
Gets the job value for this SchedulerType. |
JobType |
getJob(int i)
|
QueueType[] |
getQueue()
Gets the queue value for this SchedulerType. |
QueueType |
getQueue(int i)
|
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
set_any(MessageElement[] _any)
Sets the _any value for this SchedulerType. |
void |
setInfo(InfoType info)
Sets the info value for this SchedulerType. |
void |
setJob(int i,
JobType _value)
|
void |
setJob(JobType[] job)
Sets the job value for this SchedulerType. |
void |
setQueue(int i,
QueueType _value)
|
void |
setQueue(QueueType[] queue)
Sets the queue value for this SchedulerType. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SchedulerType()
public SchedulerType(InfoType info,
JobType[] job,
QueueType[] queue,
MessageElement[] _any)
| Method Detail |
public InfoType getInfo()
public void setInfo(InfoType info)
info - public JobType[] getJob()
public void setJob(JobType[] job)
job - public JobType getJob(int i)
public void setJob(int i,
JobType _value)
public QueueType[] getQueue()
public void setQueue(QueueType[] queue)
queue - public QueueType getQueue(int i)
public void setQueue(int i,
QueueType _value)
public MessageElement[] get_any()
get_any in interface AnyContentTypepublic void set_any(MessageElement[] _any)
set_any in interface AnyContentType_any - public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||