Class VersionTwo
- java.lang.Object
-
- org.jboss.remotingjmx.protocol.v2.VersionTwo
-
public class VersionTwo extends Object
The entry point to VersionTwo- Author:
- Darran Lofthouse
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<Capability>getCapabilities()static VersionedConnectiongetConnection(org.jboss.remoting3.Channel channel, Map<String,?> environment, JMXServiceURL serviceURL)static bytegetVersionIdentifier()static voidstartServer(org.jboss.remoting3.Channel channel, MBeanServerManager mbeanServerManager, Executor executor, ServerMessageInterceptor serverMessageInterceptor)
-
-
-
Method Detail
-
getVersionIdentifier
public static byte getVersionIdentifier()
-
getCapabilities
public static Set<Capability> 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
-
-