Agents (Database - Java)

Read-only. All of the agents in a database.

Defined in

Database

Data type

java.util.Vector; elements are Agent

Syntax

public java.util.Vector getAgents()
    throws NotesException

Usage

If the program runs on a workstation or is remote (IIOP), the return vector includes shared agents and private agents that belong to the current user. If the program runs on a server, the return vector includes only shared agents.

The database must be open to use this property.

Example