TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

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


public interface PathContext

Interface PathContext encapsulates the data associated with a path

See Also:
TaskContext.getPathContext()

Method Summary
 OperationContext getOperationContext()
          The getOperationContext() method returns Operation Context associated with this path
 PathType getType()
          The getType() method returns the type of the path
 

Method Detail

getOperationContext

OperationContext getOperationContext()
The getOperationContext() method returns Operation Context associated with this path

Returns:
Operation Context for this path
See Also:
OperationContext, com.tibco.mediation.task.Task

getType

PathType getType()
The getType() method returns the type of the path

Returns:
Path type for this path
See Also:
PathType

TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

Copyright © 2010 TIBCO Software Inc. All Rights Reserved.