|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.server.core.ServerProfilerDelegate
public abstract class ServerProfilerDelegate
A server profiler delegate.
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Constructor Summary | |
---|---|
ServerProfilerDelegate()
Create a new server profiler delegate. |
Method Summary | |
---|---|
static void |
configureProfiling(ILaunch launch,
IVMInstall vmInstall,
VMRunnerConfiguration vmConfig,
IProgressMonitor monitor)
Processes the Java launch configuration about to be run to support profiling. |
abstract void |
process(ILaunch launch,
IVMInstall vmInstall,
VMRunnerConfiguration vmConfig,
IProgressMonitor monitor)
Processes the Java launch configuration about to be run to support profiling. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerProfilerDelegate()
Method Detail |
---|
public abstract void process(ILaunch launch, IVMInstall vmInstall, VMRunnerConfiguration vmConfig, IProgressMonitor monitor) throws CoreException
launch
- the launchvmInstall
- the vm install being run againstvmConfig
- the configuration to processmonitor
- a progress monitor
CoreException
- if there is a problem during configurationpublic static void configureProfiling(ILaunch launch, IVMInstall vmInstall, VMRunnerConfiguration vmConfig, IProgressMonitor monitor) throws CoreException
launch
- the launchvmInstall
- the vm install being run againstvmConfig
- the configuration to processmonitor
- a progress monitor
CoreException
- if there are no profilers configured or there is a problem
configuring the launch
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |