FileDocCategorySizeDatePackage
ListJDBCConnectionPoolCommand.javaAPI DocGlassfish v2 API2593Fri May 04 22:25:12 BST 2007com.sun.enterprise.cli.commands

ListJDBCConnectionPoolCommand

public class ListJDBCConnectionPoolCommand extends GenericCommand

Fields Summary
Constructors Summary
Methods Summary
public booleanvalidateOptions()

        super.validateOptions();

        if (getOperands().size() == 1)
        {
            CLILogger.getInstance().printWarning(getLocalizedString("OperandTargetDeprecated"));
        }
        return true;