Class RemotingConnectorServer

All Implemented Interfaces:
MBeanRegistration, NotificationBroadcaster, NotificationEmitter, JMXAddressable, JMXConnectorServerMBean

public class RemotingConnectorServer extends JMXConnectorServer
A JMXConnectorServer to handle the server side of the lifecycle relating to making the provided MBeanServer accessible using JBoss Remoting.
Author:
Darran Lofthouse
  • Constructor Details

    • RemotingConnectorServer

      public RemotingConnectorServer(MBeanServer mbeanServer, org.jboss.remoting3.Endpoint endpoint)
    • RemotingConnectorServer

      public RemotingConnectorServer(MBeanServer mbeanServer, org.jboss.remoting3.Endpoint endpoint, ServerMessageInterceptorFactory serverMessageInterceptorFactory)
    • RemotingConnectorServer

      public RemotingConnectorServer(MBeanServer mbeanServer, org.jboss.remoting3.Endpoint endpoint, Map<String,?> environment)
    • RemotingConnectorServer

      public RemotingConnectorServer(MBeanServer mbeanServer, org.jboss.remoting3.Endpoint endpoint, Map<String,?> environment, ServerMessageInterceptorFactory serverMessageInterceptorFactory)
    • RemotingConnectorServer

      public RemotingConnectorServer(MBeanServer mbeanServer, org.jboss.remoting3.Endpoint endpoint, Executor executor)
    • RemotingConnectorServer

      public RemotingConnectorServer(MBeanServer mbeanServer, org.jboss.remoting3.Endpoint endpoint, Executor executor, Map<String,?> environment, ServerMessageInterceptorFactory serverMessageInterceptorFactory)
  • Method Details