com.ibm.websphere.sibx.smobo

Interface FailInfoType


  1. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getFailureString()
Returns the value of the 'Failure String' attribute.
  1. InvocationPathType
getInvocationPath()
Returns the value of the 'Invocation Path' containment reference.
  1. java.lang.String
getLang()
Returns the value of the 'Lang' attribute.
  1. java.lang.String
getOrigin()
Returns the value of the 'Origin' attribute.
  1. FailInfoType
getPredecessor()
Returns the value of the 'Predecessor' containment reference.
  1. void
setFailureString(java.lang.String value)
Sets the value of the ' Failure String' attribute.
  1. void
setInvocationPath(InvocationPathType value)
Sets the value of the ' Invocation Path' containment reference.
  1. void
setLang(java.lang.String value)
Sets the value of the ' Lang' attribute.
  1. void
setOrigin(java.lang.String value)
Sets the value of the ' Origin' attribute.
  1. void
setPredecessor(FailInfoType value)
Sets the value of the ' Predecessor' containment reference.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getFailureString

  1. java.lang.String getFailureString( )
Returns the value of the 'Failure String' attribute.

A string indicating the cause of the failure.

Returns:
the value of the 'Failure String' attribute.
See Also:

setFailureString

  1. void setFailureString(java.lang.String value)
Sets the value of the ' Failure String' attribute.
Parameters:
value - the new value of the 'Failure String' attribute.
See Also:

getOrigin

  1. java.lang.String getOrigin()
Returns the value of the 'Origin' attribute.

Name of the failing flow primitive.

Returns:
the value of the 'Origin' attribute.
See Also:

setOrigin

  1. void setOrigin(java.lang.String value)
Sets the value of the ' Origin' attribute.
Parameters:
value - the new value of the 'Origin' attribute.
See Also:

getInvocationPath

  1. InvocationPathType getInvocationPath( )
Returns the value of the 'Invocation Path' containment reference.
Returns:
the value of the 'Invocation Path' containment reference.
See Also:

setInvocationPath

  1. void setInvocationPath(InvocationPathType value)
Sets the value of the ' Invocation Path' containment reference.
Parameters:
value - the new value of the 'Invocation Path' containment reference.
See Also:

getPredecessor

  1. FailInfoType getPredecessor()
Returns the value of the 'Predecessor' containment reference.
Returns:
the value of the 'Predecessor' containment reference.
See Also:

setPredecessor

  1. void setPredecessor(FailInfoType value)
Sets the value of the ' Predecessor' containment reference.
Parameters:
value - the new value of the 'Predecessor' containment reference.
See Also:

getLang

  1. java.lang.String getLang()
Returns the value of the 'Lang' attribute. This denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.
Returns:
the value of the 'Lang' attribute.
See Also:

setLang

  1. void setLang(java.lang.String value)
Sets the value of the ' Lang' attribute.
Parameters:
value - the new value of the 'Lang' attribute.
See Also: