org.glassfish.ejb.admin.cli
Class ListTimers

java.lang.Object
  extended by org.glassfish.ejb.admin.cli.ListTimers
All Implemented Interfaces:
AdminCommand

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


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

ListTimers

public ListTimers()
Method Detail

execute

public void execute(AdminCommandContext context)
Executes the command

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


Copyright © 2012 GlassFish Community. All Rights Reserved.