Index
All Classes and Interfaces|All Packages
A
- adapter - Variable in class org.jolokia.client.jmxadapter.JolokiaJmxConnector
- addConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.jolokia.client.jmxadapter.JolokiaJmxConnector
- addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
C
- cacheType(OpenType<?>, String...) - Static method in class org.jolokia.client.jmxadapter.ToOpenTypeConverter
-
Specify type to use for an attribute, operation or an attribute within the response.
- close() - Method in class org.jolokia.client.jmxadapter.JolokiaJmxConnector
- connect() - Method in class org.jolokia.client.jmxadapter.JolokiaJmxConnector
- connect(Map<String, ?>) - Method in class org.jolokia.client.jmxadapter.JolokiaJmxConnector
- createMBean(String, ObjectName) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- createMBean(String, ObjectName, Object[], String[]) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- createMBean(String, ObjectName, ObjectName) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
E
- equals(Object) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
G
- getAttribute(ObjectName, String) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- getAttributes(ObjectName, String[]) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- getConnectionId() - Method in class org.jolokia.client.jmxadapter.JolokiaJmxConnector
- getDefaultDomain() - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- getDomains() - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- getMBeanCount() - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- getMBeanInfo(ObjectName) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- getMBeanServerConnection() - Method in class org.jolokia.client.jmxadapter.JolokiaJmxConnector
- getMBeanServerConnection(Subject) - Method in class org.jolokia.client.jmxadapter.JolokiaJmxConnector
- getObjectInstance(ObjectName) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
H
- hashCode() - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
I
- instantiateAdapter(J4pClientBuilder, Map<String, Object>) - Method in class org.jolokia.client.jmxadapter.JolokiaJmxConnector
- introspectComplexTypeFrom(Class<?>) - Static method in class org.jolokia.client.jmxadapter.ToOpenTypeConverter
- invoke(ObjectName, String, Object[], String[]) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- isInstanceOf(ObjectName, String) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- isRegistered(ObjectName) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
J
- JolokiaJmxConnectionProvider - Class in org.jolokia.client.jmxadapter
-
I provide support for handling JMX urls for the Jolokia protocol Syntax service:jmx:jolokia://host:port/path/to/jolokia/with/slash/suffix/ My Jar contains a service loader, so that Jolokia JMX protocol is supported as long as my jar (jmx-adapter-version-standalone.jar) is on the classpath
- JolokiaJmxConnectionProvider() - Constructor for class org.jolokia.client.jmxadapter.JolokiaJmxConnectionProvider
- JolokiaJmxConnector - Class in org.jolokia.client.jmxadapter
-
Handle MBeanServerConnection using the jolokia protocol
- JolokiaJmxConnector(JMXServiceURL, Map<String, ?>) - Constructor for class org.jolokia.client.jmxadapter.JolokiaJmxConnector
M
- mbeanInfoCache - Variable in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- mergedEnvironment(Map<String, ?>) - Method in class org.jolokia.client.jmxadapter.JolokiaJmxConnector
N
- newJMXConnector(JMXServiceURL, Map<String, ?>) - Method in class org.jolokia.client.jmxadapter.JolokiaJmxConnectionProvider
O
- org.jolokia.client.jmxadapter - package org.jolokia.client.jmxadapter
P
- postCreateAdapter() - Method in class org.jolokia.client.jmxadapter.JolokiaJmxConnector
Q
- queryMBeans(ObjectName, QueryExp) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- queryNames(ObjectName, QueryExp) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
R
- recursivelyBuildOpenType(String, Object, String) - Static method in class org.jolokia.client.jmxadapter.ToOpenTypeConverter
-
Try to figure out open type, order of preference 1.
- RemoteJmxAdapter - Class in org.jolokia.client.jmxadapter
-
I emulate a subset of the functionality of a native MBeanServerConnector but over a Jolokia connection to the VM , the response types and thrown exceptions attempts to mimic as close as possible the ones from a native Java MBeanServerConnection
- RemoteJmxAdapter(String) - Constructor for class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- RemoteJmxAdapter(J4pClient) - Constructor for class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- removeConnectionNotificationListener(NotificationListener) - Method in class org.jolokia.client.jmxadapter.JolokiaJmxConnector
- removeConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.jolokia.client.jmxadapter.JolokiaJmxConnector
- removeNotificationListener(ObjectName, NotificationListener) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- removeNotificationListener(ObjectName, ObjectName) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- returnOpenTypedValue(String, Object, String) - Static method in class org.jolokia.client.jmxadapter.ToOpenTypeConverter
S
- serviceUrl - Variable in class org.jolokia.client.jmxadapter.JolokiaJmxConnector
- setAttribute(ObjectName, Attribute) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- setAttributes(ObjectName, AttributeList) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
T
- ToOpenTypeConverter - Class in org.jolokia.client.jmxadapter
-
Attempt to produce openmbean results to emulate a native JMX connection by reverse engineering type information from JSON response from Jolokia and use the appropriate converter to convert to corresponding objects
- ToOpenTypeConverter() - Constructor for class org.jolokia.client.jmxadapter.ToOpenTypeConverter
U
- unregisterMBean(ObjectName) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
- unwrapException(J4pException) - Method in class org.jolokia.client.jmxadapter.RemoteJmxAdapter
All Classes and Interfaces|All Packages