org.glassfish.jdbc.admin.cli
Class ListJdbcConnectionPools

java.lang.Object
  extended by org.glassfish.jdbc.admin.cli.ListJdbcConnectionPools
All Implemented Interfaces:
AdminCommand

@TargetType(value={DAS,DOMAIN,CLUSTER,STANDALONE_INSTANCE,CLUSTERED_INSTANCE})
@Service(name="list-jdbc-connection-pools")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@CommandLock(value=NONE)
@ExecuteOn(value=DAS)
public class ListJdbcConnectionPools
extends Object
implements AdminCommand

List JDBC Connection Pools command


Constructor Summary
ListJdbcConnectionPools()
           
 
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
 

Constructor Detail

ListJdbcConnectionPools

public ListJdbcConnectionPools()
Method Detail

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.