JpdContext Interface

Represents the execution context of a Business Process. Methods in this interface can be used to access container services for JPD (Process Definition for Java) files.

A JpdContext instance named context is included by default in each business process you create with WebLogic Workshop.

To learn about building Business Processes, see Guide to Building Business Processes.

Syntax

public interface JpdContext extends JwsContext 

Package

com.bea.jpd 

Nested Class Summary

Method Summary

Return Type
Description

void

trackData(XmlObject value)

Logs the specified XML value to the log tables such that it can be correlated to a node in your business process.

void

trackData(String value)

Logs the specified String value to the log tables such that it can be correlated to a node in your business process.

void

trackData(RawData value)

Logs the specified RawData value to the log tables such that it can be correlated to a node in your business process.

boolean

isTransactionRetried()

Indicates whether the current transaction is executing a retry.

void

setProcessLabel(String label)

Associates the specified label with this instance of the business process. The label can be used as a business handle for an instance of a business process. For example, you can use an order number, customer number, DUNS number, or some other value of use in auditing.

String

getProcessLabel()

Retrieves the current process label associated with this business process.

String

getInstanceId()

Retrieves the instance id of the associated business process.

Related Topics

ExceptionInfo Interface

JwsContext Interface

ControlContext Interface

WebLogic Workshop Reference