JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Class
com.attivio.util.RemoteJmxEndpoint
Packages that use
RemoteJmxEndpoint
Package
Description
com.attivio.util
Contains utility classes and methods used across the Attivio code base.
Uses of
RemoteJmxEndpoint
in
com.attivio.util
Methods in
com.attivio.util
with parameters of type
RemoteJmxEndpoint
Modifier and Type
Method
Description
static <T> T
JmxUtils.
getRemoteProxy
(
RemoteJmxEndpoint
endpoint, java.lang.Class<T> clazz)
Returns a proxy to the remote instance of the API described by
endpoint
.