TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

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


public interface OperationContext

Interface OperationContext encapsulates the data associated with a operation

See Also:
PathContext.getOperationContext()

Method Summary
 FlowContext getFlowContext()
          The getFlowContext() method returns the flow context instance associated with this operation
 java.lang.String getInterfaceName()
          The getInterfaceName() method returns the name of the interface for this operation
 java.lang.String getOperationName()
          The getOperationName() method returns the name of the operation
 

Method Detail

getInterfaceName

java.lang.String getInterfaceName()
The getInterfaceName() method returns the name of the interface for this operation

Returns:
name of the interface

getOperationName

java.lang.String getOperationName()
The getOperationName() method returns the name of the operation

Returns:
name of the operation

getFlowContext

FlowContext getFlowContext()
The getFlowContext() method returns the flow context instance associated with this operation

Returns:
flow context of the operation
See Also:
FlowContext

TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

Copyright © 2010 TIBCO Software Inc. All Rights Reserved.