All Classes and Interfaces
Class
Description
Stateless Base command providing helper functions
Launcher for attaching/detaching a Jolokia agent dynamically to an already
running Java process.
Dispatch for various attach commands
Authenticator using JAAS for logging in with user and password for the given realm.
An implementation of tagged object according to X.690, 8.1.2 Identifier octets
Class of a tag.
Command for encrypting a password which can be used in the configuration
to e.g. access a keystore.
Print out usage information
Authenticator using JAAS for logging in with user and password for the given realm.
HttpHandler for handling a Jolokia request
Factory for creating the HttpServer used for exporting
the Jolokia protocol
Configuration required for the JolokiaServer
A JVM level agent using the JDK11+ HTTP Server
HttpServer or
its SSL variant HttpsServer.Holds all Http-Server and Jolokia configuration.
Utility class for handling keystores
List all available Java processes
Authenticator encapsulating multiple other authenticators whose
results are combined to a single one, depending on the given mode
Mode.ALL : All authenticators must succeed for this authenticator to succeed
Mode.ANY : A single successful authenticator is sufficient for this authenticator to succeed
How to combine multiple authenticators
Class representing options and arguments known to the client launcher.
Enhanced URI class in order to provide means to get to the query string
and the request parameters.
Process descriptor, immutable
Exception indicating an error during operation of the agent launcher.
Load a Jolokia Agent and start it.
Check the status of an agent on the target process.
Stop a Jolokia Agent, but only if it is already running (started with 'start').
Toggle between "start" and "stop" depending on the existance of the system
property
JvmAgent.JOLOKIA_AGENT_URLUtility class for looking up a class within tools.jar
Simple authenticator using user and password for basic authentication.
Print out the version of the agent
A contract for dealing with
VirtualMachine on any JDK where
Attach API is supported.