Package org.glassfish.web.admin.cli
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.glassfish.api.admin.AdminCommandContext context)
-
Constructor Details
-
ListProtocolFinders
public ListProtocolFinders()
-
-
Method Details
-
execute
public void execute(org.glassfish.api.admin.AdminCommandContext context) - Specified by:
executein interfaceorg.glassfish.api.admin.AdminCommand
-