com.sun.enterprise.v3.admin
Class DumpHK2Command

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

@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@Service(name="_dump-hk2")
public class DumpHK2Command
extends Object
implements AdminCommand

Dumps the currently configured HK2 modules and their contents.

Useful for debugging classloader related issues.

Author:
Kohsuke Kawaguchi

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

DumpHK2Command

public DumpHK2Command()
Method Detail

execute

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


Copyright © 2012. All Rights Reserved.