com.sun.enterprise.v3.admin
Class ListContainersCommand

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

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

This admin command list the containers currentely running within that Glassfish instance


Constructor Summary
ListContainersCommand()
           
 
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

ListContainersCommand

public ListContainersCommand()
Method Detail

execute

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


Copyright © 2012. All Rights Reserved.