java.lang.Object
javax.management.remote.rmi.RMIConnector
- All Implemented Interfaces:
- Serializable, JMXConnector
- See Also:
RMIServer
, JMXConnectorFactory
public void addConnectionNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
- See Also:
NotificationBroadcaster.addNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object)
, JMXConnector.removeConnectionNotificationListener(javax.management.NotificationListener)
, JMXConnectionNotification
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void close()
throws IOException
- See Also:
- JMXConnector,
JMXConnector.getMBeanServerConnection()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void connect()
throws IOException
- See Also:
- JMXConnector,
connect(null)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void connect(Map<String,?> environment)
throws IOException
- See Also:
- JMXConnector,
JMXConnector.close()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getConnectionId()
throws IOException
- See Also:
-
JMXConnectionNotification
, JMXConnector
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MBeanServerConnection getMBeanServerConnection()
throws IOException
- See Also:
connect
, getMBeanServerConnection(null)
, JMXServerErrorException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MBeanServerConnection getMBeanServerConnection(Subject delegationSubject)
throws IOException
- See Also:
connect
, JMXServerErrorException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void removeConnectionNotificationListener(NotificationListener listener)
throws ListenerNotFoundException
- See Also:
NotificationEmitter.removeNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object)
, JMXConnector.addConnectionNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object)
, JMXConnector.removeConnectionNotificationListener(NotificationListener,
NotificationFilter, Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void removeConnectionNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
throws ListenerNotFoundException
- See Also:
NotificationEmitter.removeNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object)
, JMXConnector.addConnectionNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object)
, JMXConnector.removeConnectionNotificationListener(NotificationListener)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RMIConnector(JMXServiceURL url,
Map<String,?> environment)
- See Also:
- IllegalArgumentException,
InitialContext
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public RMIConnector(RMIServer rmiServer,
Map<String,?> environment)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString()
- See Also:
- Object
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples