|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowContext
Interface FlowContext
encapsulates the data associated with a mediation flow
com.tibco.mediation.task.context.OperationContext#getFlowContext()
Method Summary | |
---|---|
java.lang.String |
getComponentName()
The getComponentName() method returns the name of the component associated with the mediation flow |
java.lang.String |
getComponentNameURI()
The getComponentNameURI() method returns the URI for component associated with the mediation flow |
java.util.List<DataBindingType> |
getDataBindingTypes()
Returns a list of supported data binding types |
java.lang.String |
getFlowLocationURI()
The getFlowLocationURI() method returns the location of the mediation flow |
java.lang.String |
getFlowName()
The getFlowName() method returns the name of the mediation flow |
java.lang.Object |
getProperty(java.lang.String key)
Searches for the property with the specified key in this property list. |
java.lang.Iterable<java.lang.String> |
getPropertyNames()
Returns an Iterable of all the keys in this property list, |
java.lang.Object |
getSharedResource(java.lang.String key)
|
Method Detail |
---|
java.lang.String getComponentNameURI()
java.lang.String getComponentName()
java.lang.String getFlowName()
java.lang.String getFlowLocationURI()
java.lang.Iterable<java.lang.String> getPropertyNames()
Iterable
,
getProperty(String)
java.lang.Object getProperty(java.lang.String key)
key
- the key
getPropertyNames()
java.lang.Object getSharedResource(java.lang.String key)
key
- Ex: JDBC profile name i.e property name
java.util.List<DataBindingType> getDataBindingTypes()
|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |