|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FailInfoType
A representation of the model object 'Fail Info Type'.
There are two sequences that are maintained within the Fail Info. The first is used to reflect nested exceptions. This sequence starts with the current Fail Info. Each Fail Info Type then points to a predecessor Fail Info, with the exception of the first in the chain where its predecessor will be null.
The second of the two sequences represents the path through the flow that the message took before reaching the primitive at which it failed. This sequence is represented by a list of PrimitiveType elements as documented below.
The following features are supported:
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getFailureString()
Returns the value of the 'Failure String' attribute. |
InvocationPathType |
getInvocationPath()
Returns the value of the 'Invocation Path' containment reference. |
java.lang.String |
getLang()
Returns the value of the 'Lang' attribute. |
java.lang.String |
getOrigin()
Returns the value of the 'Origin' attribute. |
FailInfoType |
getPredecessor()
Returns the value of the 'Predecessor' containment reference. |
void |
setFailureString(java.lang.String value)
Sets the value of the ' Failure String ' attribute. |
void |
setInvocationPath(InvocationPathType value)
Sets the value of the ' Invocation Path ' containment reference. |
void |
setLang(java.lang.String value)
Sets the value of the ' Lang ' attribute. |
void |
setOrigin(java.lang.String value)
Sets the value of the ' Origin ' attribute. |
void |
setPredecessor(FailInfoType value)
Sets the value of the ' Predecessor ' containment reference. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
Method Detail |
---|
java.lang.String getFailureString()
A string indicating the cause of the failure.
setFailureString(String)
void setFailureString(java.lang.String value)
Failure String
' attribute.
value
- the new value of the 'Failure String' attribute.getFailureString()
java.lang.String getOrigin()
Name of the failing flow primitive.
setOrigin(String)
void setOrigin(java.lang.String value)
Origin
' attribute.
value
- the new value of the 'Origin' attribute.getOrigin()
InvocationPathType getInvocationPath()
setInvocationPath(InvocationPathType)
void setInvocationPath(InvocationPathType value)
Invocation Path
' containment reference.
value
- the new value of the 'Invocation Path' containment reference.getInvocationPath()
FailInfoType getPredecessor()
setPredecessor(FailInfoType)
void setPredecessor(FailInfoType value)
Predecessor
' containment reference.
value
- the new value of the 'Predecessor' containment reference.getPredecessor()
java.lang.String getLang()
setLang(String)
void setLang(java.lang.String value)
Lang
' attribute.
value
- the new value of the 'Lang' attribute.getLang()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |