.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


Agents property
Example

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.

Language cross-reference

Agents property in LotusScript NotesDatabase class

Example
See Also