java.lang.Object
javax.management.NotificationBroadcasterSupport
javax.management.remote.JMXConnectorServer
javax.management.remote.rmi.RMIConnectorServer
- All Implemented Interfaces:
- MBeanRegistration, NotificationBroadcaster, NotificationEmitter, JMXConnectorServerMBean
- See Also:
- Top Examples,
RMIServerImpl
, JMXConnectorServerFactory
protected void connectionClosed(String connectionId,
String message,
Object userData)
- See Also:
Notification.getUserData()
, JMXConnectionNotification
, Notification.getMessage()
, JMXConnectorServer, JMXConnectionNotification.CLOSED
, JMXConnectorServer.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:
Notification.getUserData()
, JMXConnectionNotification
, Notification.getMessage()
, JMXConnectorServer, JMXConnectionNotification.FAILED
, JMXConnectorServer.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:
Notification.getUserData()
, JMXConnectionNotification
, Notification.getMessage()
, JMXConnectorServer, JMXConnectionNotification.OPENED
, JMXConnectorServer.getConnectionIds()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public JMXServiceURL getAddress()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Map<String,?> getAttributes()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isActive()
- See Also:
stop
, start
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String JNDI_REBIND_ATTRIBUTE
- See Also:
RMIServer
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RMIConnectorServer(JMXServiceURL url,
Map<String,?> environment)
throws IOException
- See Also:
start
, MalformedURLException, IllegalArgumentException, RMIConnectorServer(directoryURL,environment,null,null)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RMIConnectorServer(JMXServiceURL url,
Map<String,?> environment,
MBeanServer mbeanServer)
throws IOException
- See Also:
start
, MalformedURLException, IllegalArgumentException, RMIConnectorServer(directoryURL,environment,null,mbeanServer)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RMIConnectorServer(JMXServiceURL url,
Map<String,?> environment,
RMIServerImpl rmiServerImpl,
MBeanServer mbeanServer)
throws IOException
- See Also:
start()
, MalformedURLException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String RMI_CLIENT_SOCKET_FACTORY_ATTRIBUTE
- See Also:
RMIClientSocketFactory
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String RMI_SERVER_SOCKET_FACTORY_ATTRIBUTE
- See Also:
RMIServerSocketFactory
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void start()
throws IOException
- See Also:
- IllegalStateException,
MalformedURLException
, getAddress()
, RMIServerImpl
, RMIJRMPServerImpl
, RMIIIOPServerImpl
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void stop()
throws IOException
- See Also:
RMIServerImpl.close()
, start
, JMXConnectionNotification
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public JMXConnector toJMXConnector(Map<String,?> env)
throws IOException
- See Also:
-
isActive()
, IllegalStateException, UnsupportedOperationException, JMXConnector.connect(Map)
, JMXConnectorServer, JMXConnectorServerMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples