org.globus.mds.glue
Class DirectoryTypeMount

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

public class DirectoryTypeMount
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

DirectoryTypeMount

public DirectoryTypeMount()

DirectoryTypeMount

public DirectoryTypeMount(String fileSystemName)
Method Detail

getFileSystemName

public String getFileSystemName()
Gets the fileSystemName value for this DirectoryTypeMount.

Returns:
fileSystemName

setFileSystemName

public void setFileSystemName(String fileSystemName)
Sets the fileSystemName value for this DirectoryTypeMount.

Parameters:
fileSystemName -

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.