org.glassfish.jdbc.admin.cli
Class DeleteJdbcConnectionPool
java.lang.Object
org.glassfish.jdbc.admin.cli.DeleteJdbcConnectionPool
- All Implemented Interfaces:
- AdminCommand
@ExecuteOn(value=ALL)
@Service(name="delete-jdbc-connection-pool")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class DeleteJdbcConnectionPool
- extends Object
- implements AdminCommand
Delete JDBC Connection Pool Command
|
Method Summary |
void |
execute(AdminCommandContext context)
Executes the command with the command parameters passed as Properties
where the keys are the paramter names and the values the parameter values |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteJdbcConnectionPool
public DeleteJdbcConnectionPool()
execute
public void execute(AdminCommandContext context)
- Executes the command with the command parameters passed as Properties
where the keys are the paramter names and the values the parameter values
- Specified by:
execute in interface AdminCommand
- Parameters:
context - information
Copyright © 2012 GlassFish Community. All Rights Reserved.