com.ibm.twss.spm.admin.common
Class FaultStatus

java.lang.Object
  extended by com.ibm.twss.spm.admin.common.FaultStatus
All Implemented Interfaces:
java.io.Serializable

public class FaultStatus
extends java.lang.Object
implements java.io.Serializable

Data structure used to indicate whether a fault occurred while processing an operation. This data structure is useful when doing batch operations on an array of inputs. The presence of a fault indicates that the positional operation failed, including its caused. The lack of presence of the fault element indicates that the operation was successful.

fault

Presence if a fault occurred for the operation that this fault status object corresponds to. If this element is empty, then no fault was present.

See Also:
Serialized Form

Constructor Summary
FaultStatus()
           
 
Method Summary
 ServicePolicyException getFault()
           
 void setFault(ServicePolicyException fault)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaultStatus

public FaultStatus()
Method Detail

getFault

public ServicePolicyException getFault()

setFault

public void setFault(ServicePolicyException fault)


Copyright © IBM Corp. All Rights Reserved.