com.tibco.bw.poa.model.impl
Class ActivityConfigImpl

java.lang.Object
  extended by com.tibco.bw.poa.model.impl.CommonBaseConfigImpl
      extended by com.tibco.bw.poa.model.impl.TargetConfigImpl
          extended by com.tibco.bw.poa.model.impl.ActivityConfigImpl
All Implemented Interfaces:
ActivityConfig, CommonBaseConfig, TargetConfig

public class ActivityConfigImpl
extends TargetConfigImpl
implements ActivityConfig


Field Summary
 
Fields inherited from class com.tibco.bw.poa.model.impl.CommonBaseConfigImpl
documentation
 
Fields inherited from interface com.tibco.bw.poa.model.ActivityConfig
TARGET_ACTIVITY, WHERE_AFTER, WHERE_AFTER_RETURNING, WHERE_AFTER_THROWING, WHERE_BEFORE
 
Constructor Summary
ActivityConfigImpl()
           
 
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 com.tibco.bw.poa.model.impl.TargetConfigImpl
getImplementation, setImplementation
 
Methods inherited from class com.tibco.bw.poa.model.impl.CommonBaseConfigImpl
getDocumentation, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tibco.bw.poa.model.TargetConfig
getImplementation
 
Methods inherited from interface com.tibco.bw.poa.model.CommonBaseConfig
getDocumentation
 

Constructor Detail

ActivityConfigImpl

public ActivityConfigImpl()
Method Detail

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:

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