Interface | Description |
---|---|
MBeanServerLocator |
The interface to be implemented for providing access to the MBeanServers.
|
MBeanServerManager |
Wrapper around the MBeanServerLocator in use to call the locator to locate the MBeanServerConnection to use and then wrap it
with the internal wrapper used to pass it around internaly.
|
RemotingMBeanServerConnection |
An extension of the MBeanServerConnection to also expose the underlying Remoting Connection.
|
ServerMessageInterceptor |
An Interceptor used to wrap the handling of messages on the server side.
|
ServerMessageInterceptor.Event | |
ServerMessageInterceptorFactory | |
VersionedConnection |
A bridge between the JMXConnector implementation and the underlying remoting connections.
|
VersionedProxy |
The versioned proxy is the server side of the connection proxying incoming requests to the exposed MBeanServer.
|
WrappedMBeanServerConnection |
The generic wrapper around the different MBeanServerConnections.
|
Class | Description |
---|---|
Constants | |
DelegatingRemotingConnectorServer |
A RemotingConnectorServer implementation that can delegate to multiple MBeanServers both local and remote through the use of
an MBeanServerLocator.
|
RemotingConnectorProvider |
The JMXConnectorProvider implementation for use with Remoting.
|
RemotingConnectorServer |
A JMXConnectorServer to handle the server side of the lifecycle relating to making the provided MBeanServer accessible using
JBoss Remoting.
|
Util |
A holder for utility methods.
|
Version |
Placeholder for version information inserted during the build.
|
Enum | Description |
---|---|
Capability |
An enumeration to represent capabilities required on opening a new connection.
|
Util.Timeout |
Copyright © 2017 JBoss by Red Hat. All rights reserved.