com.sun.enterprise.v3.admin
Class ListModulesCommand

java.lang.Object
  extended by com.sun.enterprise.v3.admin.ListModulesCommand
All Implemented Interfaces:
AdminCommand

@Service(name="list-modules")
@Scoped(value=org.jvnet.hk2.component.Singleton.class)
@CommandLock(value=NONE)
public class ListModulesCommand
extends Object
implements AdminCommand

List the modules available to this instance and their status


Constructor Summary
ListModulesCommand()
           
 
Method Summary
 void execute(AdminCommandContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListModulesCommand

public ListModulesCommand()
Method Detail

execute

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


Copyright © 2012. All Rights Reserved.