Ontimize Document Management 0.032EN

com.ontimize.dms.warehouse.local.copy
Class CopyContextManager

java.lang.Object
  extended by com.ontimize.dms.warehouse.local.copy.CopyContextManager
All Implemented Interfaces:
CopyServiceStatusListener

public class CopyContextManager
extends java.lang.Object
implements CopyServiceStatusListener


Field Summary
protected  CopyContext context
           
 
Constructor Summary
CopyContextManager(CopyContext context)
           
 
Method Summary
 CopyContext getContext()
           
 boolean processChange(CopyStatus status)
          By default, CopyContextManager manager always process the change events.
 void setContext(CopyContext other)
           
 void statusChanged(CopyStatus status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected CopyContext context
Constructor Detail

CopyContextManager

public CopyContextManager(CopyContext context)
Method Detail

getContext

public CopyContext getContext()

setContext

public void setContext(CopyContext other)

processChange

public boolean processChange(CopyStatus status)

By default, CopyContextManager manager always process the change events.

Specified by:
processChange in interface CopyServiceStatusListener
Parameters:
status - Current change copy status event.
Returns:
True if CopyServiceStatusListener.statusChanged(CopyStatus) can process the event.

statusChanged

public void statusChanged(CopyStatus status)
Specified by:
statusChanged in interface CopyServiceStatusListener

Ontimize Document Management