public interface Operation
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute(TaskContext context) |
boolean |
isBusy() |
boolean |
releaseBusy(Object owner) |
boolean |
setBusy(Object owner) |
void doExecute(TaskContext context) throws Exception
Exceptionboolean isBusy()
boolean setBusy(Object owner)
boolean releaseBusy(Object owner)
Copyright © 2014. All rights reserved.