public class RemotingConnectorServer extends JMXConnectorServer
AUTHENTICATOR
Constructor and Description |
---|
RemotingConnectorServer(MBeanServer mbeanServer,
Endpoint endpoint) |
RemotingConnectorServer(MBeanServer mbeanServer,
Endpoint endpoint,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
void |
connectionOpened(VersionedProxy proxy) |
JMXServiceURL |
getAddress() |
Map<String,?> |
getAttributes() |
Executor |
getExecutor() |
boolean |
isActive() |
void |
start() |
void |
stop() |
connectionClosed, connectionFailed, connectionOpened, getConnectionIds, getMBeanServer, getNotificationInfo, postDeregister, postRegister, preDeregister, preRegister, setMBeanServerForwarder, toJMXConnector
addNotificationListener, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification
public RemotingConnectorServer(MBeanServer mbeanServer, Endpoint endpoint)
public RemotingConnectorServer(MBeanServer mbeanServer, Endpoint endpoint, Executor executor)
public void start() throws IOException
IOException
public void stop() throws IOException
IOException
public boolean isActive()
public JMXServiceURL getAddress()
public void connectionOpened(VersionedProxy proxy)
public Executor getExecutor()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.