Package de.bea.domingo.service

Service implementation of the contract in package de.bea.domingo.

See:
          Description

Class Summary
InvocationTask Invocation task for worker thread.
NotesInvocationHandler Invocation handler for all dynamic proxies of interfaces of the domingo API.
NotesJavaWriter Creates Java source code of all Notes Java-API calls.
NotesServiceFactory Factory for sessions to Notes/Domino.
 

Exception Summary
NotesServiceException Class from which all exceptions in this package should inherit.
NotesServiceRuntimeException Class from which all exceptions in this package should inherit.
 

Package de.bea.domingo.service Description

Service implementation of the contract in package de.bea.domingo.

Design goals
Multi threaded implementation with a pool of worker threads.



Domingo Java-API