de.bea.domingo.proxy
Class BaseCollectionProxy

java.lang.Object
  extended by de.bea.domingo.monitor.AbstractMonitorEnabled
      extended by de.bea.domingo.proxy.BaseProxy
          extended by de.bea.domingo.proxy.BaseCollectionProxy
All Implemented Interfaces:
DBase, MonitorEnabled, java.io.Serializable
Direct Known Subclasses:
DocumentCollectionProxy, ViewProxy

public abstract class BaseCollectionProxy
extends BaseProxy

Abstract base class for all implementations of interfaces derived from DBase.

See Also:
Serialized Form

Nested Class Summary
 class BaseCollectionProxy.ViewIterator
          Iterator for all documents in a view.
 
Nested classes/interfaces inherited from class de.bea.domingo.proxy.BaseProxy
BaseProxy.DocumentCollectionIterator
 
Field Summary
 
Fields inherited from class de.bea.domingo.proxy.BaseProxy
DATETIME_STRING_LENGTH, EMPTY_STRING, MAX_DATETIME_LENGTH, NUM_DATETIME_VALUES, RESOURCES
 
Constructor Summary
protected BaseCollectionProxy(NotesProxyFactory theFactory, DBase theParent, lotus.domino.Base object, DNotesMonitor monitor)
          Constructor.
 
Method Summary
 
Methods inherited from class de.bea.domingo.proxy.BaseProxy
checkSession, clearNotesObject, convertCalendarsToNotesDateTime, convertListToVector, convertNotesDateTimesToCalendar, convertVectorToList, createCalendar, createDateRange, createDateTime, decrementDateTimeCounter, finalize, getCountDateTime, getDSession, getFactory, getNotesObject, getParent, incrementDateTimeCounter, newException, newException, newException, newRuntimeException, newRuntimeException, newRuntimeException, recycleDateTimeList, refereceHashCode, toStringGeneric, toStringIntern
 
Methods inherited from class de.bea.domingo.monitor.AbstractMonitorEnabled
getMonitor, setMonitor
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.bea.domingo.DBase
equals, hashCode, toString
 

Constructor Detail

BaseCollectionProxy

protected BaseCollectionProxy(NotesProxyFactory theFactory,
                              DBase theParent,
                              lotus.domino.Base object,
                              DNotesMonitor monitor)
Constructor.

Parameters:
theFactory - the controlling factory
theParent - the parent object
object - the notes object
monitor - the monitor


Domingo Java-API