Uses of Interface
de.bea.domingo.monitor.MonitorEnabled

Packages that use MonitorEnabled
de.bea.domingo.http Http implementation of the contract in package de.bea.domingo
de.bea.domingo.monitor Interfaces and implementations for monitoring the domingo API. 
de.bea.domingo.proxy Proxy implementation of the contract in package de.bea.domingo
 

Uses of MonitorEnabled in de.bea.domingo.http
 

Classes in de.bea.domingo.http that implement MonitorEnabled
 class AgentHttp
           
 class BaseDocumentHttp
          Http implementation of a Domingo view.
 class BaseHttp
          Abstract base class for all implementations of interfaces derived from DBase.
 class DatabaseHttp
           
 class DocumentHttp
          Http implementation of a Domingo document.
 class DominoHttpClient
          An Http client for communication with Lotus Domino.
 class ItemHttp
          Simple implementation of an item in a Notes document.
 class NotesHttpFactory
          Factory for sessions to Notes/Domino.
 class SessionHttp
          Notes session.
 class ViewEntryHttp
           
 class ViewHttp
          Http implementation of a Domingo view.
 

Uses of MonitorEnabled in de.bea.domingo.monitor
 

Classes in de.bea.domingo.monitor that implement MonitorEnabled
 class AbstractMonitorEnabled
          Base class for all monitor enabled classes.
 

Uses of MonitorEnabled in de.bea.domingo.proxy
 

Classes in de.bea.domingo.proxy that implement MonitorEnabled
 class AgentContextProxy
          Represents the agent environment of the current program, if an agent is running it.
 class AgentProxy
          Represents a notes agent.
 class BaseCollectionProxy
          Abstract base class for all implementations of interfaces derived from DBase.
 class BaseDocumentProxy
          Represents a document in a database.
 class BaseItemProxy
          This class represents the Domino-Class Item.
 class BaseProxy
          Abstract base class for all implementations of interfaces derived from DBase.
static class BaseProxy.DocumentCollectionIterator
          Iterator for collections of documents.
 class DatabaseProxy
          Represents a Notes database.
 class DocumentCollectionProxy
          Represents the Domino-Class DocumentCollection.
 class DocumentProxy
          Represents a document in a database.
 class DxlExporterProxy
          Represents a view entry.
 class EmbeddedObjectProxy
          This class represents the Domino-Class EmbeddedObject.
 class FormProxy
          A notes Form.
 class ItemProxy
          This class represents the Domino-Class Item.
 class LogProxy
          A notes Log.
 class NoRecycleStrategy
          Implementation of interface NotesRecycler that does no recycling of any Notes objects.
 class NotesProxyFactory
          Factory for sessions to Notes/Domino.
 class ProfileDocumentProxy
          Represents a document in a database.
 class RecycleStrategy
          Implementation of interface NotesRecycler that explicitly recycles almost all Notes objects.
 class RichTextItemProxy
          This class represents the Domino-Class RichTextItem.
 class SessionProxy
          Notes session.
 class ViewColumnProxy
          Represents the Domino-Class View.
 class ViewEntryProxy
          Represents a view entry.
 class ViewProxy
          Represents the Domino-Class View.
 



Domingo Java-API