Package org.glassfish.ejb.admin.cli
Class ListTimers
java.lang.Object
org.glassfish.ejb.admin.cli.ListTimers
- All Implemented Interfaces:
org.glassfish.api.admin.AdminCommand
@Service(name="list-timers")
@PerLookup
@CommandLock(NONE)
@ExecuteOn(DAS)
@TargetType({DAS,STANDALONE_INSTANCE,CLUSTER})
public class ListTimers
extends Object
implements org.glassfish.api.admin.AdminCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.glassfish.api.admin.AdminCommandContext context) Executes the command
-
Constructor Details
-
ListTimers
public ListTimers()
-
-
Method Details
-
execute
public void execute(org.glassfish.api.admin.AdminCommandContext context) Executes the command- Specified by:
executein interfaceorg.glassfish.api.admin.AdminCommand- Parameters:
context- information
-