com.sun.enterprise.v3.admin
Class GetHabitatInfo

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

@Service(name="_get-habitat-info")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class GetHabitatInfo
extends Object
implements AdminCommand

Dumps a sorted list of all registered Contract's in the Habitat

Useful for debugging and developing new Contract's

Author:
Byron Nevins

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

GetHabitatInfo

public GetHabitatInfo()
Method Detail

execute

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


Copyright © 2012. All Rights Reserved.