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.
execute
void execute(OfficeTask task)
throws OfficeException
- Throws:
OfficeException
start
void start()
throws OfficeException
- Throws:
OfficeException
stop
void stop()
throws OfficeException
- Throws:
OfficeException
isRunning
boolean isRunning()
Copyright © 2003-2012. All Rights Reserved.