public interface OfficeManager
OfficeTasks.
An OfficeManager implementation will typically manage one or more
OfficeConnections.
| Modifier and Type | Method and Description |
|---|---|
void |
execute(OfficeTask task) |
boolean |
isRunning() |
void |
start() |
void |
stop() |
void execute(OfficeTask task) throws OfficeException
OfficeExceptionvoid start()
throws OfficeException
OfficeExceptionvoid stop()
throws OfficeException
OfficeExceptionboolean isRunning()
Copyright © 2003–2015. All rights reserved.