| Package | Description |
|---|---|
| org.jolokia.jvmagent.client.command | |
| org.jolokia.jvmagent.client.util |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractBaseCommand.getProcessDescription(VirtualMachineHandlerOperations pHandler,
OptionsAndArgs pOpts)
Get a description of the process attached, either the numeric id only or, if a pattern is given,
the pattern and the associated PID
|
protected void |
AbstractBaseCommand.loadAgent(Object pVm,
VirtualMachineHandlerOperations pHandler,
OptionsAndArgs pOpts,
String... pAdditionalOpts)
Execute
com.sun.tools.attach.VirtualMachine#loadAgent(String, String) |
| Constructor and Description |
|---|
CommandDispatcher(OptionsAndArgs pOptions)
Dispatcher responsible for the execution of commands
|
| Modifier and Type | Method and Description |
|---|---|
static VirtualMachineHandlerOperations |
PlatformUtils.createVMAccess(OptionsAndArgs options) |
static String |
PlatformUtils.getProcessId(VirtualMachineHandlerOperations pHandler,
OptionsAndArgs pOpts)
Get the process id, either directly from option's ID or by looking up a regular expression for java process name
(but not this java process)
|
| Constructor and Description |
|---|
ProcessingException(String pErrMsg,
Throwable pStoredExp,
OptionsAndArgs pOptions)
Constructor
|
Copyright © 2022. All rights reserved.