org.glassfish.javaee.core.deployment
Class ListSubComponentsCommand
java.lang.Object
org.glassfish.javaee.core.deployment.ListSubComponentsCommand
- All Implemented Interfaces:
- AdminCommand
@Service(name="list-sub-components")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@CommandLock(value=NONE)
@ExecuteOn(value=DAS)
public class ListSubComponentsCommand
- extends java.lang.Object
- implements AdminCommand
list-sub-components command
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
appRegistry
public ApplicationRegistry appRegistry
terse
public java.lang.Boolean terse
deployment
public Deployment deployment
applications
public Applications applications
ListSubComponentsCommand
public ListSubComponentsCommand()
execute
public void execute(AdminCommandContext context)
- Specified by:
execute in interface AdminCommand
Copyright © 2012 GlassFish Community. All Rights Reserved.