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 Constructor Description ListTimers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.glassfish.api.admin.AdminCommandContext context)Executes the command
-