Table of Contents

Interface IJMXConnectorServerMBean

Namespace
Javax.Management.Remote
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IJMXConnectorServerMBean

Properties

Address

JMXServiceURL Address { get; }

Property Value

JMXServiceURL

Attributes

Map<String, object> Attributes { get; }

Property Value

Map<String, object>

ConnectionIds

String[] ConnectionIds { get; }

Property Value

String[]

Methods

IsActive()

bool IsActive()

Returns

bool

bool

SetMBeanServerForwarder(MBeanServerForwarder)

void SetMBeanServerForwarder(MBeanServerForwarder arg0)

Parameters

arg0 MBeanServerForwarder

MBeanServerForwarder

Start()

void Start()

Exceptions

IOException

Stop()

void Stop()

Exceptions

IOException

ToJMXConnector(Map<String, object>)

JMXConnector ToJMXConnector(Map<String, object> arg0)

Parameters

arg0 Map<String, object>

Map

Returns

JMXConnector

JMXConnector

Exceptions

IOException