Package com.sun.enterprise.v3.admin
Class GetHabitatInfo
- java.lang.Object
-
- com.sun.enterprise.v3.admin.GetHabitatInfo
-
- Type Parameters:
i-
- All Implemented Interfaces:
AdminCommand
@Service(name="_get-habitat-info") @PerLookup public class GetHabitatInfo extends Object implements AdminCommand
Dumps a sorted list of all registered Contract's in the HabitatUseful for debugging and developing new Contract's
- Author:
- Byron Nevins
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetHabitatInfo.Constraintstatic classGetHabitatInfo.Validator
-
Constructor Summary
Constructors Constructor Description GetHabitatInfo()
-
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
-
-