org.artofsolving.jodconverter.office
Interface OfficeManager


public interface OfficeManager

An OfficeManager knows how to execute OfficeTasks.

An OfficeManager implementation will typically manage one or more OfficeConnections.


Method Summary
 void execute(OfficeTask task)
           
 void start()
           
 void stop()
           
 

Method Detail

execute

void execute(OfficeTask task)
             throws OfficeException
Throws:
OfficeException

start

void start()
           throws OfficeException
Throws:
OfficeException

stop

void stop()
          throws OfficeException
Throws:
OfficeException


Copyright © 2003-2011. All Rights Reserved.