|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.glue.config.GLUERPConfiguration
Contains configuration information for the GLUE Resource Property, mapping schedulers and queues to cluster monitoring providers.
| Constructor Summary | |
GLUERPConfiguration()
|
|
GLUERPConfiguration(String defaultProvider,
PerSchedulerMapping[] scheduler)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
String |
getDefaultProvider()
Gets the defaultProvider value for this GLUERPConfiguration. |
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
PerSchedulerMapping[] |
getScheduler()
Gets the scheduler value for this GLUERPConfiguration. |
PerSchedulerMapping |
getScheduler(int i)
|
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setDefaultProvider(String defaultProvider)
Sets the defaultProvider value for this GLUERPConfiguration. |
void |
setScheduler(int i,
PerSchedulerMapping _value)
|
void |
setScheduler(PerSchedulerMapping[] scheduler)
Sets the scheduler value for this GLUERPConfiguration. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GLUERPConfiguration()
public GLUERPConfiguration(String defaultProvider,
PerSchedulerMapping[] scheduler)
| Method Detail |
public String getDefaultProvider()
public void setDefaultProvider(String defaultProvider)
defaultProvider - * Contains configuration information for the GLUE Resource Property,
The cluster provider that will be used in the absence of
scheduler specific configuration below.public PerSchedulerMapping[] getScheduler()
public void setScheduler(PerSchedulerMapping[] scheduler)
scheduler - * Per-scheduler overrides of the default cluster provider.public PerSchedulerMapping getScheduler(int i)
public void setScheduler(int i,
PerSchedulerMapping _value)
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 | ||||||||||