com.sun.enterprise.v3.admin
Class DumpHK2Command
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DumpHK2Command
public DumpHK2Command()
execute
public void execute(AdminCommandContext context)
- Specified by:
execute in interface AdminCommand
Copyright © 2012. All Rights Reserved.