org.jboss.remotingjmx.protocol
Class Versions
java.lang.Object
org.jboss.remotingjmx.protocol.Versions
public class Versions
- extends Object
Single access point to locate the supported versions.
As the client and server are written in parallel this makes no distinction between clients and servers when listing the
supported versions.
- Author:
- Darran Lofthouse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSupportedVersions
public static byte[] getSupportedVersions()
getVersionedConnection
public static VersionedConnection getVersionedConnection(byte version,
org.jboss.remoting3.Channel channel,
Map<String,?> environment)
throws IOException
- Throws:
IOException
getVersionedProxy
public static VersionedProxy getVersionedProxy(byte version,
org.jboss.remoting3.Channel channel,
RemotingConnectorServer server)
throws IOException
- Throws:
IOException
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.