com.sun.enterprise.v3.admin
Class ListSystemProperties
java.lang.Object
com.sun.enterprise.v3.admin.ListSystemProperties
- All Implemented Interfaces:
- AdminCommand
@Service(name="list-system-properties")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@CommandLock(value=NONE)
@ExecuteOn(value=DAS)
@TargetType(value={CLUSTER,CLUSTERED_INSTANCE,CONFIG,DAS,DOMAIN,STANDALONE_INSTANCE})
public class ListSystemProperties- extends Object
- implements AdminCommand
List System Properties Command
Lists the system properties of the domain, configuration, cluster, or server instance
Usage: lists-system-properties [--terse={true|false}][ --echo={true|false} ]
[ --interactive={true|false} ] [ --host host] [--port port] [--secure| -s ]
[ --user admin_user] [--passwordfile filename] [--help] [target_name]
|
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 |
ListSystemProperties
public ListSystemProperties()
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.