Table of Contents

Interface IJMXConnector

Namespace
Javax.Management.Remote
Assembly
MASES.JNet.dll
public interface IJMXConnector : ICloseable, IAutoCloseable

Properties

ConnectionId

String ConnectionId { get; }

Property Value

String

MBeanServerConnection

MBeanServerConnection MBeanServerConnection { get; }

Property Value

MBeanServerConnection

Methods

AddConnectionNotificationListener(NotificationListener, NotificationFilter, object)

void AddConnectionNotificationListener(NotificationListener arg0, NotificationFilter arg1, object arg2)

Parameters

arg0 NotificationListener

NotificationListener

arg1 NotificationFilter

NotificationFilter

arg2 object

object

Close()

void Close()

Exceptions

IOException

Connect()

void Connect()

Exceptions

IOException

Connect(Map<String, object>)

void Connect(Map<String, object> arg0)

Parameters

arg0 Map<String, object>

Map

Exceptions

IOException

GetMBeanServerConnection(Subject)

MBeanServerConnection GetMBeanServerConnection(Subject arg0)

Parameters

arg0 Subject

Subject

Returns

MBeanServerConnection

MBeanServerConnection

Exceptions

IOException

RemoveConnectionNotificationListener(NotificationListener)

void RemoveConnectionNotificationListener(NotificationListener arg0)

Parameters

arg0 NotificationListener

NotificationListener

Exceptions

ListenerNotFoundException

RemoveConnectionNotificationListener(NotificationListener, NotificationFilter, object)

void RemoveConnectionNotificationListener(NotificationListener arg0, NotificationFilter arg1, object arg2)

Parameters

arg0 NotificationListener

NotificationListener

arg1 NotificationFilter

NotificationFilter

arg2 object

object

Exceptions

ListenerNotFoundException