com.sun.enterprise.v3.admin.commands
Class ListThreadpools

java.lang.Object
  extended by com.sun.enterprise.v3.admin.commands.ListThreadpools
All Implemented Interfaces:
AdminCommand

@Service(name="list-threadpools")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@CommandLock(value=NONE)
@TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG,CLUSTERED_INSTANCE})
public class ListThreadpools
extends Object
implements AdminCommand

List Thread Pools command


Constructor Summary
ListThreadpools()
           
 
Method Summary
 void execute(AdminCommandContext context)
          Executes the command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListThreadpools

public ListThreadpools()
Method Detail

execute

public void execute(AdminCommandContext context)
Executes the command

Specified by:
execute in interface AdminCommand
Parameters:
context - information


Copyright © 2012. All Rights Reserved.