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