com.sun.enterprise.v3.admin
Class DeleteSystemProperty

java.lang.Object
  extended by com.sun.enterprise.v3.admin.DeleteSystemProperty
All Implemented Interfaces:
AdminCommand

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

Delete System Property Command Removes one system property of the domain, configuration, cluster, or server instance, at a time Usage: delete-system-property [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure|-s=true] [--user admin_user] [ --passwordfile file_name] [--target target(Default server)] property_name


Constructor Summary
DeleteSystemProperty()
           
 
Method Summary
 void execute(AdminCommandContext context)
          Executes the command with the command parameters passed as Properties where the keys are the paramter names and the values the parameter values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteSystemProperty

public DeleteSystemProperty()
Method Detail

execute

public void execute(AdminCommandContext context)
Executes the command with the command parameters passed as Properties where the keys are the paramter names and the values the parameter values

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


Copyright © 2012. All Rights Reserved.