com.tibco.bw.poa.model.impl
Class ActivityConfigImpl
java.lang.Object
com.tibco.bw.poa.model.impl.CommonBaseConfigImpl
com.tibco.bw.poa.model.impl.TargetConfigImpl
com.tibco.bw.poa.model.impl.ActivityConfigImpl
- All Implemented Interfaces:
- ActivityConfig, CommonBaseConfig, TargetConfig
public class ActivityConfigImpl
- extends TargetConfigImpl
- implements ActivityConfig
Method Summary |
java.util.List<javax.xml.namespace.QName> |
getExceptionType()
Returns the type(s) of the exception(s) that are handled by this advice. |
java.lang.String |
getTargetType()
Returns a unique identifier for the type of the target. |
byte |
getWhere()
Returns information about where is the advice being executed. |
boolean |
hasWildCardException()
|
void |
setExceptionType(javax.xml.namespace.QName exceptionType)
|
void |
setWhere(byte where)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivityConfigImpl
public ActivityConfigImpl()
getExceptionType
public java.util.List<javax.xml.namespace.QName> getExceptionType()
- Description copied from interface:
ActivityConfig
- Returns the type(s) of the exception(s) that are handled by this advice. The format of the exception type string is the following:
<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
- Specified by:
getExceptionType
in interface ActivityConfig
- Returns:
- a list with all exception type QName(s) handled by this advice
setExceptionType
public void setExceptionType(javax.xml.namespace.QName exceptionType)
getWhere
public byte getWhere()
- Description copied from interface:
ActivityConfig
- Returns information about where is the advice being executed. An advice can be executed in one of the following types of join points:
- before an activity
- after an activity, on the return path (i.e. when the activity executes successfully)
- after an activity, on the error path (i.e. when the activity throws an exception)
- after an activity, either on the return path or on the error path
- Specified by:
getWhere
in interface ActivityConfig
- Returns:
setWhere
public void setWhere(byte where)
getTargetType
public java.lang.String getTargetType()
- Description copied from interface:
TargetConfig
- Returns a unique identifier for the type of the target.
- Specified by:
getTargetType
in interface TargetConfig
- Returns:
hasWildCardException
public boolean hasWildCardException()
Copyright @ 2010, TIBCO Softwares (Inc). All right reserved