org.globus.exec.generated
Class StagingFaultType

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.apache.axis.AxisFault
                      extended byorg.oasis.wsrf.faults.BaseFaultType
                          extended byorg.globus.exec.generated.FaultType
                              extended byorg.globus.exec.generated.ServiceLevelAgreementFaultType
                                  extended byorg.globus.exec.generated.StagingFaultType
All Implemented Interfaces:
java.io.Serializable

public class StagingFaultType
extends ServiceLevelAgreementFaultType
implements java.io.Serializable

This fault indicates that part of the file staging requirements of the ServiceLevelAgreement could not be completed.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String destination
           
private  java.lang.String source
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Fields inherited from class org.globus.exec.generated.ServiceLevelAgreementFaultType
 
Fields inherited from class org.globus.exec.generated.FaultType
 
Fields inherited from class org.oasis.wsrf.faults.BaseFaultType
 
Fields inherited from class org.apache.axis.AxisFault
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log
 
Fields inherited from class java.rmi.RemoteException
detail
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
StagingFaultType()
           
StagingFaultType(java.lang.String destination, java.lang.String source)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getDestination()
          Gets the destination value for this StagingFaultType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSource()
          Gets the source value for this StagingFaultType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDestination(java.lang.String destination)
          Sets the destination value for this StagingFaultType.
 void setSource(java.lang.String source)
          Sets the source value for this StagingFaultType.
 
Methods inherited from class org.globus.exec.generated.ServiceLevelAgreementFaultType
getAttribute, setAttribute
 
Methods inherited from class org.globus.exec.generated.FaultType
getCommand, getGt2ErrorCode, getStateWhenFailureOccurred, setCommand, setGt2ErrorCode, setStateWhenFailureOccurred
 
Methods inherited from class org.oasis.wsrf.faults.BaseFaultType
getDescription, getDescription, getErrorCode, getFaultCause, getFaultCause, getOriginator, getTimestamp, setDescription, setDescription, setErrorCode, setFaultCause, setFaultCause, setOriginator, setTimestamp, writeDetails
 
Methods inherited from class org.apache.axis.AxisFault
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, addHostname, addHostnameIfNeeded, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, initFaultSubCodes, lookupFaultDetail, makeFault, output, printStackTrace, printStackTrace, removeFaultDetail, removeHostname, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, toString
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

source

private java.lang.String source

destination

private java.lang.String destination

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

StagingFaultType

public StagingFaultType()

StagingFaultType

public StagingFaultType(java.lang.String destination,
                        java.lang.String source)
Method Detail

getSource

public java.lang.String getSource()
Gets the source value for this StagingFaultType.

Returns:
source

setSource

public void setSource(java.lang.String source)
Sets the source value for this StagingFaultType.

Parameters:
source -

getDestination

public java.lang.String getDestination()
Gets the destination value for this StagingFaultType.

Returns:
destination

setDestination

public void setDestination(java.lang.String destination)
Sets the destination value for this StagingFaultType.

Parameters:
destination -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ServiceLevelAgreementFaultType

hashCode

public int hashCode()
Overrides:
hashCode in class ServiceLevelAgreementFaultType

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