com.im.commons 5.12

Package com.im.commons.progress

Interface Summary
DFEnvironmentRO Environment of time consuming read-only methods - methods, which don't modify data, but it is expected that they will take more time to perform.
DFEnvironmentRW An extension of DFEnvironmentRO class which provides environment for read-only methods.
DFFeedback Provides call backs for displaying progress and information as processes run in the DIF tier.
DFLock A lock that can be used to restrict access to a DIF object.
DFLockable Most of DIF write method (methods which modifies data or model somehow) use locking.
EnvironmentsFactory Any extension module can install own version of DFEnvironmentRX factory.
ProgressWriterFeedbackAdapter.MessageComposer  
 

Class Summary
ConsoleFeedback Implementation of DFFeedback which prints all messages to console or provided stream.
ProgressWriterFeedbackAdapter Adapter class that can be used as a chemaxon.jchem.file.ProgressWriter.Logger, writing its output to the specified DFFeedback instance.
 

Enum Summary
DFFeedback.Type Types of messages to be used in DFFeedback.
 

Exception Summary
AlreadyLockedException This exception is thrown from a DFLockable.obtainLock(java.lang.String) when the object is already locked.
CancelException Exceptional return code from the operation.
 


com.im.commons 5.12