Context

This class, which contains information about the context associated with this flow. has two methods:

Method

getContext

Method description

Gets the named context

Syntax

public Object getContext(String contextName)

Parameters

contextName
The name of the context

Method

setContext

Method description

Sets the named context

Syntax

public void setContext(String contextName, Object context)

Parameters

contextName
The name of the context
context
The context associated with this flow

Copyright IBM Corp. 2003, 2005