Package com.groiss.wf

Interface RMIService


@Deprecated(since="11.0", forRemoval=true) public interface RMIService
Deprecated, for removal: This API element is subject to removal in a future version.
Interface for customer defined RMI services.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Initializes the context, called from server.
  • Method Details

    • initContext

      void initContext(RMIThreadContext ctx) throws Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Initializes the context, called from server.
      Throws:
      Exception