@TargetType(value={DAS,DOMAIN,CLUSTER,STANDALONE_INSTANCE,CLUSTERED_INSTANCE})
@Service(name="list-jdbc-connection-pools")
@PerLookup
@CommandLock(value=NONE)
@ExecuteOn(value=DAS)
public class ListJdbcConnectionPools
extends Object
implements org.glassfish.api.admin.AdminCommand
| Constructor and Description |
|---|
ListJdbcConnectionPools() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.glassfish.api.admin.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
|
public void execute(org.glassfish.api.admin.AdminCommandContext context)
execute in interface org.glassfish.api.admin.AdminCommandcontext - informationCopyright © 2013. All Rights Reserved.