public class JPPFJMXConnectorServer extends JMXConnectorServer
JMXConnectorServer class for the JPPF JMX remote connector server.| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHORIZATION_CHECKER
The environment key for the
authorization checker. |
AUTHENTICATOR| Constructor and Description |
|---|
JPPFJMXConnectorServer(JMXServiceURL serviceURL,
Map<String,?> environment,
MBeanServer mbeanServer)
Initalize this connector server with the specified service URL, environemnt and MBean server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
connectionClosed(JMXConnectionStatusEvent event) |
void |
connectionFailed(JMXConnectionStatusEvent event) |
void |
connectionOpened(JMXConnectionStatusEvent event) |
JMXServiceURL |
getAddress() |
Map<String,?> |
getAttributes() |
boolean |
isActive() |
void |
start() |
void |
stop() |
connectionClosed, connectionFailed, connectionOpened, getConnectionIds, getMBeanServer, getNotificationInfo, postDeregister, postRegister, preDeregister, preRegister, setMBeanServerForwarder, toJMXConnectoraddNotificationListener, handleNotification, removeNotificationListener, removeNotificationListener, sendNotificationpublic static final String AUTHORIZATION_CHECKER
authorization checker.public JPPFJMXConnectorServer(JMXServiceURL serviceURL, Map<String,?> environment, MBeanServer mbeanServer)
serviceURL - the address of this connector.environment - the environment for this connector.mbeanServer - .public void start()
throws IOException
IOExceptionpublic void stop()
throws IOException
IOExceptionpublic boolean isActive()
public JMXServiceURL getAddress()
public void connectionOpened(JMXConnectionStatusEvent event)
public void connectionClosed(JMXConnectionStatusEvent event)
public void connectionFailed(JMXConnectionStatusEvent event)
Copyright © 2005-2018 JPPF Team.