Package com.businessobjects.sdk.biar.om

This package contains classes related to the Object Manager.

See:
          Description

Interface Summary
IManagedObjectIterator This interface is used to iterate through info objects contained in an IObjectManager instance, and is returned by methods of that interface when an arbitrarily large collection of objects would otherwise have to be returned.
IObjectManager The IObjectManager interface defines a scalable, thread-safe storage medium for info objects.
 

Class Summary
CommitLevel  
CommitType Used to fine-tune the semantics of a commit through the Object Manager's various commit methods.
IterationFailedException Thrown from iterators the must conform to the java.util.Iterator interface but would normally throw a checked exception.
 

Exception Summary
BatchOMException Because some IObjectManager operations are multithreaded a situation can arise where multiple exceptions are thrown in a number of threads more or less simultaenously (or as close to it as can be in a system of multiple threads in relatively loose synchronization).
OMException Thrown when an exceptional condition occurs in one of the Object Manager API methods.
OMException.CESDKException Thrown to indicate that an SDKException has occured within the Object Manager.
OMException.ExceptionWrapper Thrown to indicate a general exceptional condition occuring in the Object Manager that was caused by another exception.
OMException.StorageException Thrown to indicate that an exception occured in the storage layer of the Object Manager that prevents reading or writing information persisted in the Object Manager.
 

Package com.businessobjects.sdk.biar.om Description

This package contains classes related to the Object Manager.