Interface JobTable.Connection

  • Enclosing interface:
    JobTable

    public static interface JobTable.Connection
    A connection contains services bound to the lifetime of a connection with a JobManager.

    A connection can be disconnected by calling disconnect(). Disconnecting a connection will close all services bound to the connection and return the remaining job instance.

    Accessing any methods after a connection has been disconnected will throw an IllegalStateException.