AgentContext (Session - Java)

Read-only. Represents the agent environment of the current program, if an agent is running it.

Note: This property is illegal for remote (IIOP) calls.

Defined in

Session

Data type

AgentContext

Syntax

public AgentContext getAgentContext()
    throws NotesException

Usage

If the current program is not running from an agent, this property returns null.

See the AgentContext class for descriptions and examples.