org.glassfish.admin.cli.resources
Class ListResourceRefs
java.lang.Object
org.glassfish.admin.cli.resources.ListResourceRefs
- All Implemented Interfaces:
- AdminCommand
@TargetType(value={DAS,CLUSTER,STANDALONE_INSTANCE,CLUSTERED_INSTANCE})
@ExecuteOn(value=DAS)
@Service(name="list-resource-refs")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@CommandLock(value=NONE)
public class ListResourceRefs- extends Object
- implements AdminCommand
List Resource Refs Command
|
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListResourceRefs
public ListResourceRefs()
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
Copyright © 2012. All Rights Reserved.