org.globus.mds.glue.config
Class GLUERPConfiguration

java.lang.Object
  extended byorg.globus.mds.glue.config.GLUERPConfiguration
All Implemented Interfaces:
java.io.Serializable

public class GLUERPConfiguration
extends java.lang.Object
implements java.io.Serializable

Contains configuration information for the GLUE Resource Property, mapping schedulers and queues to cluster monitoring providers.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String defaultProvider
          Contains configuration information for the GLUE Resource Property, The cluster provider that will be used in the absence of scheduler specific configuration below.
private  PerSchedulerMapping[] scheduler
          Per-scheduler overrides of the default cluster provider.
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
GLUERPConfiguration()
           
GLUERPConfiguration(java.lang.String defaultProvider, PerSchedulerMapping[] scheduler)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDefaultProvider()
          Gets the defaultProvider value for this GLUERPConfiguration.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 PerSchedulerMapping[] getScheduler()
          Gets the scheduler value for this GLUERPConfiguration.
 PerSchedulerMapping getScheduler(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDefaultProvider(java.lang.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
 

Field Detail

defaultProvider

private java.lang.String defaultProvider
Contains configuration information for the GLUE Resource Property, The cluster provider that will be used in the absence of scheduler specific configuration below.


scheduler

private PerSchedulerMapping[] scheduler
Per-scheduler overrides of the default cluster provider.


__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

GLUERPConfiguration

public GLUERPConfiguration()

GLUERPConfiguration

public GLUERPConfiguration(java.lang.String defaultProvider,
                           PerSchedulerMapping[] scheduler)
Method Detail

getDefaultProvider

public java.lang.String getDefaultProvider()
Gets the defaultProvider value for this GLUERPConfiguration.

Returns:
defaultProvider Contains configuration information for the GLUE Resource Property, The cluster provider that will be used in the absence of scheduler specific configuration below.

setDefaultProvider

public void setDefaultProvider(java.lang.String defaultProvider)
Sets the defaultProvider value for this GLUERPConfiguration.

Parameters:
defaultProvider - Contains configuration information for the GLUE Resource Property, The cluster provider that will be used in the absence of scheduler specific configuration below.

getScheduler

public PerSchedulerMapping[] getScheduler()
Gets the scheduler value for this GLUERPConfiguration.

Returns:
scheduler Per-scheduler overrides of the default cluster provider.

setScheduler

public void setScheduler(PerSchedulerMapping[] scheduler)
Sets the scheduler value for this GLUERPConfiguration.

Parameters:
scheduler - Per-scheduler overrides of the default cluster provider.

getScheduler

public PerSchedulerMapping getScheduler(int i)

setScheduler

public void setScheduler(int i,
                         PerSchedulerMapping _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer