Ontimize Document Management 0.032EN

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

java.lang.Object
  extended by com.ontimize.dms.warehouse.local.copy.CopyUtil

public class CopyUtil
extends java.lang.Object

Wrapper the copy action.

Since:
02/02/2010

Field Summary
static int BYTES_TO_READ
           
static int REFRESH
           
protected  CopyService service
           
 
Constructor Summary
CopyUtil()
           
CopyUtil(CopyService service)
           
 
Method Summary
 void doCopy(CopyInfo copy)
           
protected  void fireStatusChanged(CopyStatus status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BYTES_TO_READ

public static final int BYTES_TO_READ
See Also:
Constant Field Values

REFRESH

public static final int REFRESH
See Also:
Constant Field Values

service

protected CopyService service
Constructor Detail

CopyUtil

public CopyUtil()

CopyUtil

public CopyUtil(CopyService service)
Method Detail

doCopy

public void doCopy(CopyInfo copy)
            throws java.io.IOException
Throws:
java.io.IOException

fireStatusChanged

protected void fireStatusChanged(CopyStatus status)

Ontimize Document Management