| Package | Description |
|---|---|
| de.jakop.lotus.domingo |
Interfaces and factory for access to Lotus Notes databases.
|
| de.jakop.lotus.domingo.groupware |
Groupware interface to Lotus Notes/Domino.
|
| de.jakop.lotus.domingo.http |
Http implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.monitor |
Interfaces and implementations for monitoring the domingo API.
|
| de.jakop.lotus.domingo.notes |
Interfaces and classes needed to run Domingo inside of Lotus Notes/Domino.
|
| de.jakop.lotus.domingo.proxy |
Proxy implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.queue |
Generic queue related classes.
|
| de.jakop.lotus.domingo.service |
Service implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.threadpool |
Interface ThreadPool and a Implementation with Monitor.
|
| Modifier and Type | Method and Description |
|---|---|
DNotesMonitor |
DAgentBase.getMonitor()
Deprecated.
Returns the monitor of the current Domingo agent.
|
protected abstract DNotesMonitor |
DNotesFactory.getMonitor()
Get the current monitor.
|
| Modifier and Type | Method and Description |
|---|---|
static DNotesFactory |
DNotesFactory.getInstance(DNotesMonitor theMonitor)
Returns a singleton instance of class DNotesFactory.
|
static DNotesFactory |
DNotesFactory.getInstance(String implementingClassName,
DNotesMonitor theMonitor)
Returns a singleton instance of class DNotesFactory.
|
static DNotesFactory |
DNotesFactory.newInstance(DNotesMonitor theMonitor)
Returns a new instance of class DNotesFactory.
|
static DNotesFactory |
DNotesFactory.newInstance(String implementingClassName,
DNotesMonitor theMonitor)
Returns a new instance of class DNotesFactory.
|
protected abstract void |
DNotesFactory.setMonitor(DNotesMonitor theMonitor)
Set the monitor.
|
| Constructor and Description |
|---|
Groupware(NotesLocation location,
DNotesMonitor monitor)
Constructor.
|
Groupware(String locationUri,
DNotesMonitor monitor)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DNotesMonitor |
NotesHttpFactory.getMonitor()
Get the current monitor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotesHttpFactory.setMonitor(DNotesMonitor theMonitor)
Set the monitor.
|
| Constructor and Description |
|---|
AgentHttp(NotesHttpFactory theFactory,
DBase theParent,
DNotesMonitor monitor,
String agentName)
Constructor.
|
BaseDocumentHttp(NotesHttpFactory factory,
DBase parent,
DNotesMonitor monitor)
Private Constructor for this class.
|
BaseDocumentHttp(NotesHttpFactory factory,
DBase parent,
String unid,
DNotesMonitor monitor)
Private Constructor for this class.
|
BaseHttp(NotesHttpFactory theFactory,
DBase theParent,
DNotesMonitor monitor)
Creates a new DBaseImpl object.
|
DocumentHttp(NotesHttpFactory factory,
DBase parent,
DNotesMonitor monitor)
Private Constructor for this class.
|
DocumentHttp(NotesHttpFactory factory,
DBase parent,
String unid,
DNotesMonitor monitor)
Private Constructor for this class.
|
DominoHttpClient(DNotesMonitor monitor,
String host,
String username,
String password)
Constructor.
|
ItemHttp(NotesHttpFactory theFactory,
DBase theParent,
String theName,
DNotesMonitor monitor)
Constructor.
|
ItemHttp(NotesHttpFactory theFactory,
DBase theParent,
String theName,
List theValues,
DNotesMonitor monitor)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDefaultMonitor
Abstract base class for implementations of the Monitor interface.
|
class |
AbstractMonitor
Abstract base class for implementations of the Monitor interface.
|
class |
AbstractStreamMonitor
Abstract stream monitor, logs everything to a
PrintStream. |
class |
ConsoleMonitor
Console monitor, logs everything to
System.out. |
class |
FileMonitor
Console monitor, logs everything to
System.out. |
class |
Jdk14LoggerMonitor
Adapter from Java Logging to the domingo monitor interface.
|
class |
Log4jMonitor
Adapter from Apache Log4j to the domingo monitor interface.
|
class |
LoggingMonitor
Adapter from Apache Commons Logging to the domingo monitor interface.
|
class |
NullMonitor
Null monitor, simply does nothing.
|
class |
WriterMonitor
Console monitor, logs everything to a
PrintWriter. |
| Modifier and Type | Method and Description |
|---|---|
DNotesMonitor |
AbstractMonitorEnabled.getMonitor()
Returns the current monitor.
|
DNotesMonitor |
MonitorEnabled.getMonitor()
Returns the current monitor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMonitorEnabled.setMonitor(DNotesMonitor theMonitor)
Returns the current monitor.
|
void |
MonitorEnabled.setMonitor(DNotesMonitor theMonitor)
Returns the current monitor.
|
| Constructor and Description |
|---|
AbstractMonitorEnabled(DNotesMonitor theMonitor)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DNotesMonitor |
DAgentBase.getMonitor()
Returns the monitor of the current Domingo agent.
|
| Modifier and Type | Method and Description |
|---|---|
protected DNotesMonitor |
InternationalProxy.getMonitor()
Get the current monitor.
|
DNotesMonitor |
NotesProxyFactory.getMonitor()
Get the current monitor.
|
| Modifier and Type | Method and Description |
|---|---|
static DAgent |
AgentProxy.getInstance(NotesProxyFactory theFactory,
DatabaseProxy database,
lotus.domino.Agent theAgent,
DNotesMonitor monitor)
Factory method for instances of this class.
|
static DxlExporterProxy |
DxlExporterProxy.getInstance(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.DxlExporter exporter,
DNotesMonitor monitor)
Creates an encapsulated notes session object.
|
static ViewEntryProxy |
ViewEntryProxy.getInstance(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.ViewEntry viewEntry,
DNotesMonitor monitor)
Creates an encapsulated notes session object.
|
static DSession |
SessionProxy.getInstance(NotesProxyFactory theFactory,
lotus.domino.Session theSession,
DNotesMonitor monitor)
Creates an encapsulated notes session object.
|
static DAgentContext |
AgentContextProxy.getInstance(NotesProxyFactory theFactory,
SessionProxy session,
lotus.domino.AgentContext theAgentContext,
DNotesMonitor monitor)
Factory method for instances of this class.
|
void |
DNotesThread.setMonitor(DNotesMonitor theMonitor)
Set the monitor.
|
void |
NotesProxyFactory.setMonitor(DNotesMonitor theMonitor)
Set the monitor.
|
| Constructor and Description |
|---|
AgentProxy(NotesProxyFactory theFactory,
DBase theParent,
lotus.domino.Agent agent,
DNotesMonitor monitor)
Constructor.
|
BaseCollectionProxy(NotesProxyFactory theFactory,
DBase theParent,
lotus.domino.Base object,
DNotesMonitor monitor)
Constructor.
|
BaseDocumentProxy(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.Document document,
DNotesMonitor monitor)
Constructor for DDocumentImpl.
|
BaseItemProxy(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.Item item,
DNotesMonitor monitor)
Constructor for DItemImpl.
|
BaseProxy(NotesProxyFactory theFactory,
DBase theParent,
lotus.domino.Base object,
DNotesMonitor monitor)
Creates a new DBaseImpl object.
|
DocumentCollectionIterator(NotesProxyFactory theFactory,
DBase theParent,
lotus.domino.DocumentCollection theCollection,
DNotesMonitor monitor)
Constructor.
|
DocumentCollectionProxy(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.DocumentCollection documentCollection,
DNotesMonitor monitor)
Constructor.
|
DocumentProxy(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.Document theDocument,
DNotesMonitor monitor)
Constructor for DDocumentImpl.
|
InternationalProxy(lotus.domino.Session theSession,
DNotesMonitor theMonitor)
Constructor.
|
ItemProxy(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.Item theItem,
DNotesMonitor monitor)
Constructor for DItemImpl.
|
NoRecycleStrategy(DNotesMonitor monitor)
Constructor.
|
ProfileDocumentProxy(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.Document theDocument,
DNotesMonitor monitor)
Constructor for DDocumentImpl.
|
RecycleStrategy(DNotesMonitor monitor)
Constructor.
|
RichTextItemProxy(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.RichTextItem theRichTextItem,
DNotesMonitor monitor)
Constructor for DRichTextItemImpl.
|
| Constructor and Description |
|---|
MTQueue(Object mutex,
DNotesMonitor theMonitor)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DNotesMonitor |
NotesServiceFactory.getMonitor()
Get the current monitor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotesServiceFactory.setMonitor(DNotesMonitor theMonitor)
Set the monitor.
|
| Constructor and Description |
|---|
DefaultThreadFactory(DNotesMonitor theMonitor) |
SimpleThreadPool(DNotesMonitor monitor)
Constructor.
|
SimpleThreadPool(DNotesMonitor monitor,
int numberOfThreads)
Constructor.
|
SimpleThreadPool(DNotesMonitor monitor,
int numberOfThreads,
int threadPriority)
Constructor.
|
SimpleThreadPool(DNotesMonitor monitor,
ThreadFactory threadFactory,
int numberOfThreads)
Constructor.
|
SimpleThreadPool(DNotesMonitor theMonitor,
ThreadFactory theThreadFactory,
int theNumberOfThreads,
int theThreadPriority)
Constructor.
|
Copyright © 2005–2020. All rights reserved.