com.sun.enterprise.admin.commands
Class DeleteSsl

java.lang.Object
  extended by com.sun.enterprise.admin.commands.DeleteSsl
All Implemented Interfaces:
AdminCommand

@Service(name="delete-ssl")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@ExecuteOn(value={DAS,INSTANCE})
@TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG})
public class DeleteSsl
extends Object
implements AdminCommand

Delete Ssl command Usage: delete-ssl --type [http-listener|iiop-listener|iiop-service] [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [--target target(Default server)] [listener_id]

Author:
Nandini Ektare

Field Summary
 Config config
           
 String listenerId
           
 String target
           
 String type
           
 
Constructor Summary
DeleteSsl()
           
 
Method Summary
 void execute(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(ActionReport report, Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public String type

listenerId

public String listenerId

target

public String target

config

@Inject
@Named(value="default-instance-name")
public Config config
Constructor Detail

DeleteSsl

public DeleteSsl()
Method Detail

execute

public void execute(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

Specified by:
execute in interface AdminCommand
Parameters:
context - information

reportError

public void reportError(ActionReport report,
                        Exception e)


Copyright © 2012. All Rights Reserved.