Uses of Interface
de.bea.domingo.DLog

Packages that use DLog
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 DLog in de.bea.domingo
 

Methods in de.bea.domingo that return DLog
 DLog DSession.createLog(java.lang.String name)
          Creates a new Log object with the name you specify.
 

Uses of DLog in de.bea.domingo.http
 

Methods in de.bea.domingo.http that return DLog
 DLog SessionHttp.createLog(java.lang.String name)
          Creates a new Log object with the name you specify.
 

Uses of DLog in de.bea.domingo.proxy
 

Classes in de.bea.domingo.proxy that implement DLog
 class LogProxy
          A notes Log.
 

Methods in de.bea.domingo.proxy that return DLog
 DLog SessionProxy.createLog(java.lang.String name)
          Creates a new Log object with the name you specify.
(package private) static DLog LogProxy.getInstance(NotesProxyFactory theFactory, DSession session, lotus.domino.Log theLog, DNotesMonitor monitor)
          Creates an notes log.
 



Domingo Java-API