java.lang.Object
javax.management.NotificationBroadcasterSupport
javax.management.remote.JMXConnectorServer
- All Implemented Interfaces:
- MBeanRegistration, NotificationBroadcaster, NotificationEmitter, JMXConnectorServerMBean
- Direct Known Subclasses:
- RMIConnectorServer
- See Also:
- Top Examples,
JMXConnectionNotification
, stop
, start
public static final String AUTHENTICATOR
- See Also:
JMXAuthenticator
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void connectionClosed(String connectionId,
String message,
Object userData)
- See Also:
- NullPointerException,
Notification.getUserData()
, JMXConnectionNotification
, Notification.getMessage()
, JMXConnectionNotification.CLOSED
, getConnectionIds()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void connectionFailed(String connectionId,
String message,
Object userData)
- See Also:
- NullPointerException,
Notification.getUserData()
, JMXConnectionNotification
, Notification.getMessage()
, JMXConnectionNotification.FAILED
, getConnectionIds()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void connectionOpened(String connectionId,
String message,
Object userData)
- See Also:
- NullPointerException,
Notification.getUserData()
, JMXConnectionNotification
, Notification.getMessage()
, JMXConnectionNotification.OPENED
, getConnectionIds()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String[] getConnectionIds()
- See Also:
- JMXConnectorServerMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MBeanServer getMBeanServer()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MBeanNotificationInfo[] getNotificationInfo()
- See Also:
- NotificationBroadcasterSupport, NotificationBroadcaster,
JMXConnectionNotification
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public JMXConnectorServer()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public JMXConnectorServer(MBeanServer mbeanServer)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void postDeregister()
- See Also:
- MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void postRegister(Boolean registrationDone)
- See Also:
- MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void preDeregister()
throws Exception
- See Also:
MBeanRegistrationException
, stop
, IOException, MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ObjectName preRegister(MBeanServer mbs,
ObjectName name)
- See Also:
- NullPointerException, MBeanRegistration,
getMBeanServer()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setMBeanServerForwarder(MBeanServerForwarder mbsf)
- See Also:
- JMXConnectorServerMBean,
mbsf.setMBeanServer
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public JMXConnector toJMXConnector(Map<String,?> env)
throws IOException
- See Also:
-
JMXConnectorServerMBean.isActive()
, IllegalStateException, UnsupportedOperationException, JMXConnector.connect(Map)
, JMXConnectorFactory.newJMXConnector(addr, env)
, getAddress()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples