Package org.glassfish.web.admin.cli
Class DeleteProtocolFinder
java.lang.Object
org.glassfish.web.admin.cli.DeleteProtocolFinder
- All Implemented Interfaces:
org.glassfish.api.admin.AdminCommand
@Service(name="delete-protocol-finder")
@PerLookup
@ExecuteOn({DAS,INSTANCE})
@TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG})
public class DeleteProtocolFinder
extends Object
implements org.glassfish.api.admin.AdminCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.glassfish.api.admin.AdminCommandContext context)
-
Constructor Details
-
DeleteProtocolFinder
public DeleteProtocolFinder()
-
-
Method Details
-
execute
public void execute(org.glassfish.api.admin.AdminCommandContext context) - Specified by:
executein interfaceorg.glassfish.api.admin.AdminCommand
-