Package org.glassfish.jms.admin.cli
Class CreateJMSResource
- java.lang.Object
-
- org.glassfish.jms.admin.cli.CreateJMSResource
-
- All Implemented Interfaces:
AdminCommand
@Service(name="create-jms-resource") @PerLookup @ExecuteOn(DAS) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,DOMAIN,DEPLOYMENT_GROUP}) public class CreateJMSResource extends Object implements AdminCommand
Create JMS Resource Command
-
-
Constructor Summary
Constructors Constructor Description CreateJMSResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(AdminCommandContext context)Executes the command with the command parameters passed as Properties where the keys are the paramter names and the values the parameter valuesStringgetMappedName(String key)
-
-
-
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:
executein interfaceAdminCommand- Parameters:
context- information
-
-