|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISPublisherHandler
Interface for all registration handlers
| Method Summary | |
|---|---|
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) |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
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 taskFuture<?> getFutureTask()
Future task that is currently executing the handler (if any)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||