com.tibco.bw.poa.model
Interface TargetConfig

All Superinterfaces:
CommonBaseConfig
All Known Subinterfaces:
ActivityConfig
All Known Implementing Classes:
ActivityConfigImpl

public interface TargetConfig
extends CommonBaseConfig

This class is used as an extension point for defining new targets. A target is a particular group of related join points. For example all the activity related join points are grouped together in the activity target.

Since:
1.0

Method Summary
 ImplementationConfig getImplementation()
          Returns the implementation configuration.
 java.lang.String getTargetType()
          Returns a unique identifier for the type of the target.
 
Methods inherited from interface com.tibco.bw.poa.model.CommonBaseConfig
getDocumentation
 

Method Detail

getTargetType


java.lang.String getTargetType()
Returns a unique identifier for the type of the target.

Returns:

getImplementation


ImplementationConfig getImplementation()
Returns the implementation configuration.

Returns:


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved