Package org.jboss.remotingjmx
Interface VersionedProxy
-
public interface VersionedProxyThe versioned proxy is the server side of the connection proxying incoming requests to the exposed MBeanServer. The proxy is handling the requests for a single open channel, this means that on the server side the proxy can register itself with the MBeanServer for any notifications the client subscribes to.- Author:
- Darran Lofthouse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()StringgetConnectionId()
-
-
-
Method Detail
-
getConnectionId
String getConnectionId()
-
close
void close()
-
-