Class GetHabitatInfo

  • Type Parameters:
    i -
    All Implemented Interfaces:
    AdminCommand

    @Service(name="_get-habitat-info")
    @PerLookup
    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 Detail

      • GetHabitatInfo

        public GetHabitatInfo()
    • Method Detail

      • execute

        public void execute​(AdminCommandContext context)
        Description copied from interface: AdminCommand
        Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
        Specified by:
        execute in interface AdminCommand
        Parameters:
        context - information