Package com.sun.enterprise.v3.admin
Class CreateProfiler
- java.lang.Object
-
- com.sun.enterprise.v3.admin.CreateProfiler
-
- All Implemented Interfaces:
AdminCommand,AdminCommandSecurity.Preauthorization
@Service(name="create-profiler") @PerLookup @ExecuteOn({DAS,INSTANCE}) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG}) public class CreateProfiler extends Object implements AdminCommand, AdminCommandSecurity.Preauthorization
Create Profiler Command
-
-
Constructor Summary
Constructors Constructor Description CreateProfiler()
-
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 valuesbooleanpreAuthorization(AdminCommandContext context)
-
-
-
Method Detail
-
preAuthorization
public boolean preAuthorization(AdminCommandContext context)
- Specified by:
preAuthorizationin interfaceAdminCommandSecurity.Preauthorization
-
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
-
-