Uses of Class
org.jolokia.jvmagent.client.util.OptionsAndArgs
Packages that use OptionsAndArgs
-
Uses of OptionsAndArgs in org.jolokia.jvmagent.client.command
Methods in org.jolokia.jvmagent.client.command with parameters of type OptionsAndArgsModifier and TypeMethodDescriptionprotected StringAbstractBaseCommand.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 PIDprotected voidAbstractBaseCommand.loadAgent(Object pVm, VirtualMachineHandlerOperations pHandler, OptionsAndArgs pOpts, String... pAdditionalOpts) Executecom.sun.tools.attach.VirtualMachine#loadAgent(String, String)Constructors in org.jolokia.jvmagent.client.command with parameters of type OptionsAndArgsModifierConstructorDescriptionCommandDispatcher(OptionsAndArgs pOptions) Dispatcher responsible for the execution of commands -
Uses of OptionsAndArgs in org.jolokia.jvmagent.client.util
Methods in org.jolokia.jvmagent.client.util with parameters of type OptionsAndArgsModifier and TypeMethodDescriptionPlatformUtils.createVMAccess(OptionsAndArgs options) static StringPlatformUtils.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)Constructors in org.jolokia.jvmagent.client.util with parameters of type OptionsAndArgsModifierConstructorDescriptionProcessingException(String pErrMsg, Throwable pStoredExp, OptionsAndArgs pOptions) Constructor