| Package | Description |
|---|---|
| de.jakop.lotus.domingo |
Interfaces and factory for access to Lotus Notes databases.
|
| de.jakop.lotus.domingo.http |
Http implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.proxy |
Proxy implementation of the contract in package
de.jakop.lotus.domingo. |
| Modifier and Type | Method and Description |
|---|---|
DAgent |
DDatabase.getAgent(String name)
Finds an agent in a database, given the agent name.
|
DAgent |
DAgentContext.getCurrentAgent()
The agent that's currently running.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AgentHttp |
| Modifier and Type | Method and Description |
|---|---|
DAgent |
DatabaseHttp.getAgent(String name)
Finds an agent in a database, given the agent name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AgentProxy
Represents a notes agent.
|
| Modifier and Type | Method and Description |
|---|---|
DAgent |
DatabaseProxy.getAgent(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.
|
Copyright © 2005–2020. All rights reserved.