remoting-jmx 1.0.4.Final-redhat-1

org.jboss.remotingjmx
Interface VersionedConnection

All Superinterfaces:
Closeable

public interface VersionedConnection
extends Closeable

A bridge between the JMXConnector implementation and the underlying remoting connections.

Author:
Darran Lofthouse

Method Summary
 void close()
           
 String getConnectionId()
           
 MBeanServerConnection getMBeanServerConnection(Subject subject)
           
 

Method Detail

getConnectionId

String getConnectionId()

getMBeanServerConnection

MBeanServerConnection getMBeanServerConnection(Subject subject)

close

void close()
Specified by:
close in interface Closeable

remoting-jmx 1.0.4.Final-redhat-1

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