- getAddress() - Method in class org.jolokia.jvmagent.JolokiaServer
-
- getAddress() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
- getAgentSystemProperties(Object) - Method in class org.jolokia.jvmagent.client.command.AbstractBaseCommand
-
Execute com.sun.tools.attach.VirtualMachine#getSystemProperties()
via reflection
- getAuthenticator() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
Return a basic authenticator if user or password is given in the configuration.
- getAvailableCommands() - Static method in class org.jolokia.jvmagent.client.command.CommandDispatcher
-
Get the list of available commands
- getBacklog() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
Backlog of the HTTP server, which is the number of requests to keep before throwing them away
- getCaCert() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
Get a path to a CA PEM file which is used to verify client certificates.
- getClientPrincipals() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
- getCommand() - Method in class org.jolokia.jvmagent.client.util.OptionsAndArgs
-
The command given as argument
- getContextPath() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
Context path under which the agent is reachable.
- getDefaultConfig(Map<String, String>) - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
- getDefaultConfig(Map<String, String>) - Method in class org.jolokia.jvmagent.JvmAgentConfig
-
Beside reading the default configuration from an internal property file,
also add extra configuration given in an external properties where the path
to this property file is given under the key "config"
- getDisplay() - Method in class org.jolokia.jvmagent.client.util.ProcessDescription
-
Process description
- getExecutor() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
Executor to use as provided by the 'executor' option or "single" as default
- getExtendedClientCheck() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
- getExtraArgs() - Method in class org.jolokia.jvmagent.client.util.OptionsAndArgs
-
Get extra arguments in addition to the command, or an empty list
- getId() - Method in class org.jolokia.jvmagent.client.util.ProcessDescription
-
Process id
- getJarFileName() - Method in class org.jolokia.jvmagent.client.util.OptionsAndArgs
-
Name of the agents jar file
- getJarFilePath() - Method in class org.jolokia.jvmagent.client.util.OptionsAndArgs
-
Path to this agents jar file
- getJolokiaConfig() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
Get the Jolokia runtime configuration
- getKeyManagerAlgorithm() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
- getKeystore() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
Name of the keystore for 'https', if any
- getKeystorePassword() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
Password for keystore if a keystore is used.
- getKeyStoreType() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
- getParameter(String) - Method in class org.jolokia.jvmagent.ParsedUri
-
Get a single parameter of the parsed URI
- getParameterMap() - Method in class org.jolokia.jvmagent.ParsedUri
-
Get the map with parsed parameters as key-value pairs, where the value is multi valued
(array of value)
- getPathInfo() - Method in class org.jolokia.jvmagent.ParsedUri
-
Return the pathinfo fo this query object
- getPid() - Method in class org.jolokia.jvmagent.client.util.OptionsAndArgs
-
Process id as given as argument (if any).
- getPort() - Method in class org.jolokia.jvmagent.client.util.OptionsAndArgs
-
Get the configured port
- getPort() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
Port for the server to listen to
- getProcessDescription(OptionsAndArgs, VirtualMachineHandler) - Method in class org.jolokia.jvmagent.client.command.AbstractBaseCommand
-
Get a description of the process attached, either the numeric id only or, if a pattern is given,
the pattern and the associated PID
- getProcessPattern() - Method in class org.jolokia.jvmagent.client.util.OptionsAndArgs
-
A pattern used for matching a process name.
- getProtocol() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
Protocol to use
- getSecureSocketProtocol() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
- getServerCert() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
Get the path to a server cert which is presented clients when using TLS.
- getServerConfig() - Method in class org.jolokia.jvmagent.JolokiaServer
-
Get configuration for this server
- getServerKey() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
Get the path to a the cert which has the private server key.
- getServerKeyAlgorithm() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
The algorithm to use for extracting the private server key.
- getSSLCipherSuites() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
The list of enabled SSL / TLS cipher suites
- getSSLProtocols() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
The list of enabled SSL / TLS protocols to serve with
- getThreadNr() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
Thread number to use when executor model is "fixed"
- getTrustManagerAlgorithm() - Method in class org.jolokia.jvmagent.JolokiaServerConfig
-
- getUri() - Method in class org.jolokia.jvmagent.ParsedUri
-
Get the complete URI which was parsed
- getUrl() - Method in class org.jolokia.jvmagent.JolokiaServer
-
URL how this agent can be reached from the outside.
- JaasAuthenticator - Class in org.jolokia.jvmagent.security
-
Authenticator using JAAS for logging in with user and password for the given realm.
- JaasAuthenticator(String) - Constructor for class org.jolokia.jvmagent.security.JaasAuthenticator
-
- JOLOKIA_AGENT_URL - Static variable in class org.jolokia.jvmagent.JvmAgent
-
- JolokiaHttpHandler - Class in org.jolokia.jvmagent.handler
-
HttpHandler for handling a Jolokia request
- JolokiaHttpHandler(Configuration) - Constructor for class org.jolokia.jvmagent.handler.JolokiaHttpHandler
-
Create a new HttpHandler for processing HTTP request
- JolokiaHttpHandler(Configuration, LogHandler) - Constructor for class org.jolokia.jvmagent.handler.JolokiaHttpHandler
-
Create a new HttpHandler for processing HTTP request
- JolokiaServer - Class in org.jolokia.jvmagent
-
Factory for creating the HttpServer used for exporting
the Jolokia protocol
- JolokiaServer(JolokiaServerConfig, boolean) - Constructor for class org.jolokia.jvmagent.JolokiaServer
-
Create the Jolokia server which in turn creates an HttpServer for serving Jolokia requests.
- JolokiaServer(HttpServer, JolokiaServerConfig, boolean) - Constructor for class org.jolokia.jvmagent.JolokiaServer
-
Create the Jolokia server by using an existing HttpServer to which a request handler
gets added.
- JolokiaServer() - Constructor for class org.jolokia.jvmagent.JolokiaServer
-
No arg constructor usable by subclasses.
- JolokiaServerConfig - Class in org.jolokia.jvmagent
-
Configuration required for the JolokiaServer
- JolokiaServerConfig(Map<String, String>) - Constructor for class org.jolokia.jvmagent.JolokiaServerConfig
-
Constructor which prepares the server configuration from a map
of given config options (key: option name, value: option value).
- JvmAgent - Class in org.jolokia.jvmagent
-
A JVM level agent using the JDK6 HTTP Server HttpServer
or
its SSL variant HttpsServer
.
- JvmAgentConfig - Class in org.jolokia.jvmagent
-
Holds all Http-Server and Jolokia configuration.
- JvmAgentConfig(String) - Constructor for class org.jolokia.jvmagent.JvmAgentConfig
-
Constructor which parser an agent argument string
- JvmAgentConfig(Map<String, String>) - Constructor for class org.jolokia.jvmagent.JvmAgentConfig
-
Constructor with a preparsed configuration