|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DAgent | |
---|---|
de.bea.domingo | Interfaces and factory for access to Lotus Notes databases. |
de.bea.domingo.http | Http implementation of the contract in package de.bea.domingo . |
de.bea.domingo.proxy | Proxy implementation of the contract in package de.bea.domingo . |
Uses of DAgent in de.bea.domingo |
---|
Methods in de.bea.domingo that return DAgent | |
---|---|
DAgent |
DDatabase.getAgent(java.lang.String name)
Finds an agent in a database, given the agent name. |
DAgent |
DAgentContext.getCurrentAgent()
The agent that's currently running. |
Uses of DAgent in de.bea.domingo.http |
---|
Classes in de.bea.domingo.http that implement DAgent | |
---|---|
class |
AgentHttp
|
Methods in de.bea.domingo.http that return DAgent | |
---|---|
DAgent |
DatabaseHttp.getAgent(java.lang.String name)
Finds an agent in a database, given the agent name. |
Uses of DAgent in de.bea.domingo.proxy |
---|
Classes in de.bea.domingo.proxy that implement DAgent | |
---|---|
class |
AgentProxy
Represents a notes agent. |
Methods in de.bea.domingo.proxy that return DAgent | |
---|---|
DAgent |
DatabaseProxy.getAgent(java.lang.String name)
Finds an agent in a database, given the agent name. |
DAgent |
AgentContextProxy.getCurrentAgent()
The agent that's currently running. |
static DAgent |
AgentProxy.getInstance(NotesProxyFactory theFactory,
DatabaseProxy database,
lotus.domino.Agent theAgent,
DNotesMonitor monitor)
Factory method for instances of this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |