org.globus.mds.glue.config
Class GLUERPConfiguration

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

public class GLUERPConfiguration
extends Object
implements Serializable

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

See Also:
Serialized Form

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

GLUERPConfiguration

public GLUERPConfiguration()

GLUERPConfiguration

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

getDefaultProvider

public 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(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(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer



Copyright © 1999-2006 University of Chicago. All rights reserved.