|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.twss.spm.admin.common.FaultStatus
public class FaultStatus
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.
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 |
---|
public FaultStatus()
Method Detail |
---|
public ServicePolicyException getFault()
public void setFault(ServicePolicyException fault)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |