org.glassfish.admin.cli.resources
Class CreateResourceRef

java.lang.Object
  extended by org.glassfish.admin.cli.resources.CreateResourceRef
All Implemented Interfaces:
AdminCommand

@TargetType(value={DAS,CLUSTER,STANDALONE_INSTANCE})
@ExecuteOn(value={DAS,INSTANCE})
@Service(name="create-resource-ref")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class CreateResourceRef
extends Object
implements AdminCommand

Create Resource Ref Command

Author:
Jennifer Chou, Jagadish Ramu

Constructor Summary
CreateResourceRef()
           
 
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
 

Constructor Detail

CreateResourceRef

public CreateResourceRef()
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


Copyright © 2012 GlassFish Community. All Rights Reserved.