Class ListSubComponentsCommand
- java.lang.Object
-
- org.glassfish.javaee.core.deployment.ListSubComponentsCommand
-
- All Implemented Interfaces:
AdminCommand
@Service(name="list-sub-components") @PerLookup @CommandLock(NONE) @ExecuteOn(DAS) public class ListSubComponentsCommand extends Object implements AdminCommand
list-sub-components command
-
-
Field Summary
Fields Modifier and Type Field Description ApplicationsapplicationsApplicationRegistryappRegistryDeploymentdeploymentBooleanterse
-
Constructor Summary
Constructors Constructor Description ListSubComponentsCommand()
-
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
-
-
-
Field Detail
-
appRegistry
@Inject public ApplicationRegistry appRegistry
-
terse
public Boolean terse
-
deployment
@Inject public Deployment deployment
-
applications
@Inject public Applications applications
-
-
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
-
-