com.sun.enterprise.v3.admin
Class CreateProfiler

java.lang.Object
  extended by com.sun.enterprise.v3.admin.CreateProfiler
All Implemented Interfaces:
AdminCommand

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

Create Profiler Command


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

Constructor Detail

CreateProfiler

public CreateProfiler()
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:
execute in interface AdminCommand
Parameters:
context - information


Copyright © 2012. All Rights Reserved.