@Service(name="delete-ssl")
@PerLookup
@ExecuteOn(value={DAS,INSTANCE})
@TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG})
public class DeleteSsl
extends Object
implements org.glassfish.api.admin.AdminCommand
| Modifier and Type | Field and Description |
|---|---|
com.sun.enterprise.config.serverbeans.Config |
config |
String |
listenerId |
String |
target |
String |
type |
| Constructor and Description |
|---|
DeleteSsl() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.glassfish.api.admin.AdminCommandContext context)
Executes the command with the command parameters passed as Properties
where the keys are the parameter names and the values the parameter values
|
void |
reportError(org.glassfish.api.ActionReport report,
Exception e) |
public String type
public String listenerId
public String target
@Inject @Named(value="default-instance-name") public com.sun.enterprise.config.serverbeans.Config config
public void execute(org.glassfish.api.admin.AdminCommandContext context)
execute in interface org.glassfish.api.admin.AdminCommandcontext - informationpublic void reportError(org.glassfish.api.ActionReport report,
Exception e)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.