Package org.jboss.remotingjmx.protocol
Class Versions
java.lang.Object
org.jboss.remotingjmx.protocol.Versions
Single access point to locate the supported versions.
As the client and server are written in parallel this makes no distinction between clients and servers when listing the
supported versions.
- Author:
- Darran Lofthouse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSupportedVersions(Capability... capabilities) getVersionedConnection(byte version, org.jboss.remoting3.Channel channel, JMXServiceURL serviceURL) voidstartServer(byte version, org.jboss.remoting3.Channel channel, MBeanServerManager serverManager, Executor executor, ServerMessageInterceptor serverMessageInterceptor)
-
Constructor Details
-
Versions
-
-
Method Details
-
getSupportedVersions
-
getVersionedConnection
public VersionedConnection getVersionedConnection(byte version, org.jboss.remoting3.Channel channel, JMXServiceURL serviceURL) throws IOException - Throws:
IOException
-
startServer
public void startServer(byte version, org.jboss.remoting3.Channel channel, MBeanServerManager serverManager, Executor executor, ServerMessageInterceptor serverMessageInterceptor) throws IOException - Throws:
IOException
-