com.j_spaces.worker
Interface IPrivilegeWorker

All Superinterfaces:
IWorker, Runnable

public interface IPrivilegeWorker
extends IWorker

The privilege worker.


Method Summary
 void init(IJSpace proxy, String workerName, String arg)
          This method will be called on space initialization.
 
Methods inherited from interface com.j_spaces.worker.IWorker
close
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

init

void init(IJSpace proxy,
          String workerName,
          String arg)
          throws Exception
This method will be called on space initialization.

Specified by:
init in interface IWorker
Parameters:
proxy - Space proxy.
workerName - Worker name.
arg - Any user defined argument.
Throws:
Exception - Failed to initialize worker.