The Details tab provides additionals details on the Command.
Back to Command List: Use this link to return to the page that lists all the commands defined for the site.
Command Configuration: This summary box contains configuration information for the command.
Class Name: The fully qualified Java class name of the class that implements this command.
Request Path: The request path that should be used to invoked this command.
Input Page: The name of the input page associated with this command.
Form Name: The name of the form used in association with this command.
Validating: Indicates whether or not the form will be validating the user data on the input page.
Pool Statistics: This summary box contains information about the command pool used for this command. The pool is used to hold instances of the command.
Current Pool Size: The number of commands in the pool, plust the number of commands currently in use.
Highest Capacity: The largest number of commands that were ever in the pool.
Current Waiters: The current number of threads that are waiting to retrieve a command from the pool.
Highest Waiters: The largest number of threads that were ever waiting to retrieve a command from the pool.
Highest Wait Milliseconds: The longest amount of time in milliseconds that a thread had to wait to retrieve a command from the pool.
Pool Configurations: This summary box contains the configuration information that was set for the command pool.
Maximum Capacity: The maximum number of commands that will be maintained in the pool.
Minimum Capacity: The minimum number of commands that will be maintained in the pool.
Capacity Increment: The number of commands that should be created in the pool each time the capacity of the pool is increased.
Max Wait Time Milliseconds: The maximum amount of time in milliseconds that a thread will wait for a command from the pool. After waiting this amount of time, the thread makes a second attempt at retrieving a command from the pool.
Initialization Parameters: If the command was configured with any initialization parameters, they will be listed at the bottom of the page.
Command Parameter: The name of the initialization command.
Parameter Value: The value of the initialization command.