TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

com.tibco.mediation.task.rt.context
Interface FlowContext


public interface FlowContext

Interface FlowContext encapsulates the data associated with a mediation flow

See Also:
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

getComponentNameURI

java.lang.String getComponentNameURI()
The getComponentNameURI() method returns the URI for component associated with the mediation flow

Returns:
URI of the component

getComponentName

java.lang.String getComponentName()
The getComponentName() method returns the name of the component associated with the mediation flow

Returns:
name of the component

getFlowName

java.lang.String getFlowName()
The getFlowName() method returns the name of the mediation flow

Returns:
name of the flow

getFlowLocationURI

java.lang.String getFlowLocationURI()
The getFlowLocationURI() method returns the location of the mediation flow

Returns:
location of the flow

getPropertyNames

java.lang.Iterable<java.lang.String> getPropertyNames()
Returns an Iterable of all the keys in this property list,

Returns:
an Iterable of all the keys in this property list
See Also:
Iterable, getProperty(String)

getProperty

java.lang.Object getProperty(java.lang.String key)
Searches for the property with the specified key in this property list.

Parameters:
key - the key
Returns:
the value in this property list with the specified key value.
See Also:
getPropertyNames()

getSharedResource

java.lang.Object getSharedResource(java.lang.String key)
Parameters:
key - Ex: JDBC profile name i.e property name
Returns:
shared resource object Ex: JDBC DataSource

getDataBindingTypes

java.util.List<DataBindingType> getDataBindingTypes()
Returns a list of supported data binding types

Returns:
a list of supported data binding types

TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

Copyright © 2010 TIBCO Software Inc. All Rights Reserved.