Interface ConnectionManager.ClientTask<T>

  • Type Parameters:
    T - the type returned by the activity
    Enclosing class:
    ConnectionManager

    public static interface ConnectionManager.ClientTask<T>
    An interface for all the kinds of activities that need a connection to the dbserver, so we can keep track of how many sessions are in effect, clean up after them, and know when the client is idle and can be closed.