Package com.sun.enterprise.v3.admin
Class UptimeCommand
- java.lang.Object
-
- com.sun.enterprise.v3.admin.UptimeCommand
-
- All Implemented Interfaces:
AdminCommand
@Service(name="uptime") @PerLookup @CommandLock(NONE) public class UptimeCommand extends Object implements AdminCommand
uptime command Reports on how long the server has been running.
-
-
Constructor Summary
Constructors Constructor Description UptimeCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(AdminCommandContext context)Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
-
-
-
Method Detail
-
execute
public void execute(AdminCommandContext context)
Description copied from interface:AdminCommandExecutes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values- Specified by:
executein interfaceAdminCommand- Parameters:
context- information
-
-