0 Replies Latest reply on Feb 14, 2005 10:59 AM by rauschuber

    Use Case 2(View Connection Pool) Complete

      FYI - UC2 of the JBoss Admin Console Requirements is now complete.

      USE CASE 2: View the connection pool information for a DataSource
      Basic Description
      An administrator uses the system to view the connection pool information of a deployed DataSource.

      Preconditions
      It is assumed that Use Case 1 will already have been executed and the user has a list of DatasSources from which to choose.

      Goal
      Display connection pool information relating to a DataSource.

      Basic flow of events
      1. The user indicates to the system that they wish to view connection pool information on a particular DataSource from the list.
      2. The system displays connection pool related information for the selected DataSource.
      3. The use case ends.


      Extension points
      E2.1: Flush the connection pool for a DataSource
      After step 3) in the Basic Flow:
      1. The user indicates to the system that they wish to flush the connection pool associated with the selected DataSource.
      2. The system attempts to flush the appropriate connection pool.
      3. The use case ends.

      E2.2: Stop the connection pool for a DataSource
      After step 3) in the Basic Flow:
      1. The user indicates to the system that they wish to stop the connection pool associated with the selected DataSource.
      2. The system attempts to stop the appropriate connection pool.
      3. The use case ends.
      E2.3: Start the connection pool for a DataSource
      After step 3) in the Basic Flow:
      1. The user indicates to the system that they wish to start the connection pool associated with the selected DataSource.
      2. The system attempts to start the appropriate connection pool.
      3. The use case ends.

      Special Requirements
      1. See Reference Document 1) for the list of connection pool related information which will be displayed.