Uses of Interface
org.jolokia.jvmagent.client.util.VirtualMachineHandlerOperations
Packages that use VirtualMachineHandlerOperations
-
Uses of VirtualMachineHandlerOperations in org.jolokia.jvmagent.client.command
Methods in org.jolokia.jvmagent.client.command with parameters of type VirtualMachineHandlerOperationsModifier and TypeMethodDescriptionprotected StringAbstractBaseCommand.checkAgentUrl(Object pVm, VirtualMachineHandlerOperations pHandler) Check whether an agent is registered by checking the existance of the system propertyJvmAgent.JOLOKIA_AGENT_URL.protected StringAbstractBaseCommand.checkAgentUrl(Object pVm, VirtualMachineHandlerOperations pHandler, int delayInMs) Check whether an agent is registered by checking the existance of the system propertyJvmAgent.JOLOKIA_AGENT_URL.intCommandDispatcher.dispatchCommand(Object pVm, VirtualMachineHandlerOperations pHandler) Dispatch the commandprotected PropertiesAbstractBaseCommand.getAgentSystemProperties(Object pVm, VirtualMachineHandlerOperations pHandler) ExecuteVirtualMachine.getSystemProperties()via reflectionprotected 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) -
Uses of VirtualMachineHandlerOperations in org.jolokia.jvmagent.client.util
Methods in org.jolokia.jvmagent.client.util that return VirtualMachineHandlerOperationsMethods in org.jolokia.jvmagent.client.util with parameters of type VirtualMachineHandlerOperationsModifier and TypeMethodDescriptionstatic 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)