|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityConfig
The configuration of the action that is executed by an advice.
Field Summary | |
---|---|
static java.lang.String |
TARGET_ACTIVITY
|
static byte |
WHERE_AFTER
The advice executes after the activity either returns successfully or it throws an exception. |
static byte |
WHERE_AFTER_RETURNING
The advice is executed after the activity returns successfully. |
static byte |
WHERE_AFTER_THROWING
The advice executes after the activity throws an exception. |
static byte |
WHERE_BEFORE
The advice is executed before the activity. |
Method Summary | |
---|---|
java.util.List<javax.xml.namespace.QName> |
getExceptionType()
Returns the type(s) of the exception(s) that are handled by this advice. |
byte |
getWhere()
Returns information about where is the advice being executed. |
Methods inherited from interface com.tibco.bw.poa.model.TargetConfig |
---|
getImplementation, getTargetType |
Methods inherited from interface com.tibco.bw.poa.model.CommonBaseConfig |
---|
getDocumentation |
Field Detail |
---|
static final byte WHERE_BEFORE
static final byte WHERE_AFTER_RETURNING
static final byte WHERE_AFTER_THROWING
static final byte WHERE_AFTER
static final java.lang.String TARGET_ACTIVITY
Method Detail |
---|
byte getWhere()
java.util.List<javax.xml.namespace.QName> getExceptionType()
<exception-type> ::= <exceptionTypeQName> (", " <exceptionTypeQName> )*
<exceptionTypeQName> ::= "{" <exceptionTypeNamespace> "}" <exceptionTypeLocalName>
where
<exceptionTypeNamespace> is the target namespace of the XML Schema that defines the exception type
<exceptionTypeLocalName> is the name of the exception type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |