Class VersionTwo
java.lang.Object
org.jboss.remotingjmx.protocol.v2.VersionTwo
The entry point to VersionTwo
- Author:
- Darran Lofthouse
-
Method Summary
Modifier and TypeMethodDescriptionstatic Set<Capability>static VersionedConnectiongetConnection(org.jboss.remoting3.Channel channel, Map<String, ?> environment, JMXServiceURL serviceURL) static bytestatic voidstartServer(org.jboss.remoting3.Channel channel, MBeanServerManager mbeanServerManager, Executor executor, ServerMessageInterceptor serverMessageInterceptor)
-
Method Details
-
getVersionIdentifier
public static byte getVersionIdentifier() -
getCapabilities
-
getConnection
public static VersionedConnection getConnection(org.jboss.remoting3.Channel channel, Map<String, ?> environment, JMXServiceURL serviceURL) throws IOException- Throws:
IOException
-
startServer
public static void startServer(org.jboss.remoting3.Channel channel, MBeanServerManager mbeanServerManager, Executor executor, ServerMessageInterceptor serverMessageInterceptor) throws IOException - Throws:
IOException
-