remoting-jmx 1.0.4.Final-redhat-1

org.jboss.remotingjmx.protocol
Class Versions

java.lang.Object
  extended by 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

Method Summary
static byte[] getSupportedVersions()
           
static VersionedConnection getVersionedConnection(byte version, org.jboss.remoting3.Channel channel, Map<String,?> environment)
           
static VersionedProxy getVersionedProxy(byte version, org.jboss.remoting3.Channel channel, RemotingConnectorServer server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

remoting-jmx 1.0.4.Final-redhat-1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.