Interface IPrivilegeWorker

All Superinterfaces:
IWorker, Runnable

@Deprecated public interface IPrivilegeWorker extends IWorker
Deprecated.
This interface is reserved for internal usage only.
Version:
4.0
Author:
Igor Goldenberg
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(IJSpace proxy, String workerName, String arg)
    Deprecated.
    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 Details

    • init

      void init(IJSpace proxy, String workerName, String arg) throws Exception
      Deprecated.
      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.