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, toJMXConnectoraddNotificationListener, handleNotification, removeNotificationListener, removeNotificationListener, sendNotificationpublic RemotingConnectorServer(MBeanServer mbeanServer, Endpoint endpoint)
public RemotingConnectorServer(MBeanServer mbeanServer, Endpoint endpoint, Executor executor)
public void start()
throws IOException
IOExceptionpublic void stop()
throws IOException
IOExceptionpublic boolean isActive()
public JMXServiceURL getAddress()
public void connectionOpened(VersionedProxy proxy)
public Executor getExecutor()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.