Class ListProtocolFinders

java.lang.Object
org.glassfish.web.admin.cli.ListProtocolFinders
All Implemented Interfaces:
org.glassfish.api.admin.AdminCommand

@Service(name="list-protocol-finders") @PerLookup @CommandLock(NONE) @ExecuteOn(DAS) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG}) public class ListProtocolFinders extends Object implements org.glassfish.api.admin.AdminCommand
List protocol finders command
  • Constructor Details

    • ListProtocolFinders

      public ListProtocolFinders()
  • Method Details

    • execute

      public void execute(org.glassfish.api.admin.AdminCommandContext context)
      Specified by:
      execute in interface org.glassfish.api.admin.AdminCommand