org.globus.exec.generated
Class UnsupportedFeatureFaultType

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.UnsupportedFeatureFaultType
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedFeatureFaultType
extends ServiceLevelAgreementFaultType
implements java.io.Serializable

This fault indicates that an error occurred because the RSL depended on a feature not implemented by a particular GRAM scheduler.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String feature
           
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
UnsupportedFeatureFaultType()
           
UnsupportedFeatureFaultType(java.lang.String feature)
           
 
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 getFeature()
          Gets the feature value for this UnsupportedFeatureFaultType.
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 setFeature(java.lang.String feature)
          Sets the feature value for this UnsupportedFeatureFaultType.
 
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

feature

private java.lang.String feature

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

UnsupportedFeatureFaultType

public UnsupportedFeatureFaultType()

UnsupportedFeatureFaultType

public UnsupportedFeatureFaultType(java.lang.String feature)
Method Detail

getFeature

public java.lang.String getFeature()
Gets the feature value for this UnsupportedFeatureFaultType.

Returns:
feature

setFeature

public void setFeature(java.lang.String feature)
Sets the feature value for this UnsupportedFeatureFaultType.

Parameters:
feature -

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