@Deprecated public interface IWorker extends Runnable
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
This method should close by proper way the initialized worker, include all internal worker's
Threads.
|
void |
init(IJSpace proxy,
String workerName,
String arg)
Deprecated.
This method will be called on space initialization.
|
void init(IJSpace proxy, String workerName, String arg) throws Exception
proxy
- Space proxy.workerName
- Worker name.arg
- Any user defined argument.Exception
- Failed to initialize worker.void close()
Copyright © GigaSpaces.