org.eclipse.birt.report.engine.api
Interface IReportDocumentLockManager


public interface IReportDocumentLockManager


Method Summary
 IReportDocumentLock lock(java.lang.String document)
          try to lock a file, onece the user get the lock of the file, it should synchronize the locker to read/write the report document.
 

Method Detail

lock

IReportDocumentLock lock(java.lang.String document)
                         throws org.eclipse.birt.core.exception.BirtException
try to lock a file, onece the user get the lock of the file, it should synchronize the locker to read/write the report document.

Parameters:
document -
Returns:
the locker.
Throws:
org.eclipse.birt.core.exception.BirtException


Copyright © 2008 Actuate Corp. All rights reserved.