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 VersionedConnection
getConnection(Channel channel, Map<String,?> environment, JMXServiceURL serviceURL)
static byte
getVersionIdentifier()
static void
startServer(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(Channel channel, Map<String,?> environment, JMXServiceURL serviceURL) throws IOException
- Throws:
IOException
-
startServer
public static void startServer(Channel channel, MBeanServerManager mbeanServerManager, Executor executor, ServerMessageInterceptor serverMessageInterceptor) throws IOException
- Throws:
IOException
-
-