org.glassfish.javaee.core.deployment
Class ListSubComponentsCommand

java.lang.Object
  extended by 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


Field Summary
 Applications applications
           
 ApplicationRegistry appRegistry
           
 Deployment deployment
           
 java.lang.Boolean terse
           
 
Constructor Summary
ListSubComponentsCommand()
           
 
Method Summary
 void execute(AdminCommandContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appRegistry

public ApplicationRegistry appRegistry

terse

public java.lang.Boolean terse

deployment

public Deployment deployment

applications

public Applications applications
Constructor Detail

ListSubComponentsCommand

public ListSubComponentsCommand()
Method Detail

execute

public void execute(AdminCommandContext context)
Specified by:
execute in interface AdminCommand


Copyright © 2012 GlassFish Community. All Rights Reserved.