Package

org.clulab.processors

csshare

Permalink

package csshare

Visibility
  1. Public
  2. All

Type Members

  1. trait ProcessorCSController extends AnyRef

    Permalink

    Common interface for implementations which rely on a client/server paradigmn and need to control the operation of the client and/or server.

    Common interface for implementations which rely on a client/server paradigmn and need to control the operation of the client and/or server. Default NOP implementations can be overridden by actual client/server implementations, when needed. Written by: Tom Hicks. 11/13/2017. Last Modified: Initial creation by refactoring.

Value Members

  1. object ProcessorCSMessages

    Permalink

    Implement Akka message objects for the Processors Client/Server.

    Implement Akka message objects for the Processors Client/Server. Written by: Tom Hicks. 6/5/2017. Last Modified: Add default serializer encoding constant.

  2. object ShutdownProcessorServer extends App

    Permalink

    Utility app to shutdown a running processor server remotely.

    Utility app to shutdown a running processor server remotely. This is accomplished by getting the current processor client instance (or instantiating a new one, if necessary) and immediately calling the method to shutdown the server and the client.

Ungrouped