public interface ISPublisherHandler extends Runnable
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes the handler
|
Future<?> |
getFutureTask()
Gets the
Future task that is currently executing the handler (if any) |
String |
getResourceID()
Gets the identifier of the resource managed by the handler
|
void |
setFutureTask(Future<?> future)
The
Future task that is currently executing the handler (if any) |
String getResourceID()
void execute()
throws Exception
Exception - if an error occurs during the execution of the handlervoid setFutureTask(Future<?> future)
Future task that is currently executing the handler (if any)future - the future taskCopyright © 2017. All Rights Reserved.