com.sun.enterprise.v3.admin
Class ListCommandDescriptorsCommand

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

@Service(name="list-descriptors",
         metadata="mode=debug")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class ListCommandDescriptorsCommand
extends Object
implements AdminCommand

Create data structures that describe the command.

Author:
Jerome Dochez

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

ListCommandDescriptorsCommand

public ListCommandDescriptorsCommand()
Method Detail

execute

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


Copyright © 2012. All Rights Reserved.