org.globus.mds.glue.config
Class ClusterConfiguration

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

public class ClusterConfiguration
extends Object
implements Serializable

this configuration is meant to describe your cluster and subclusters for reporting the GLUE schema through the MDS4. this is a way to create organizational mappings that otherwise can't be determined automatically. system administrators must specify these definitions. for now, only one cluster may be defined with an arbitrary number of subclusters within it

See Also:
Serialized Form

Constructor Summary
ClusterConfiguration()
           
ClusterConfiguration(ClusterDefinitionType cluster)
           
 
Method Summary
 boolean equals(Object obj)
           
 ClusterDefinitionType getCluster()
          Gets the cluster value for this ClusterConfiguration.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCluster(ClusterDefinitionType cluster)
          Sets the cluster value for this ClusterConfiguration.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterConfiguration

public ClusterConfiguration()

ClusterConfiguration

public ClusterConfiguration(ClusterDefinitionType cluster)
Method Detail

getCluster

public ClusterDefinitionType getCluster()
Gets the cluster value for this ClusterConfiguration.

Returns:
cluster

setCluster

public void setCluster(ClusterDefinitionType cluster)
Sets the cluster value for this ClusterConfiguration.

Parameters:
cluster -

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.