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