Table of Contents

Interface IMLetMBean

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

.NET interface for TO BE DEFINED FROM USER

public interface IMLetMBean

Properties

LibraryDirectory

String LibraryDirectory { get; set; }

Property Value

String

URLs

URL[] URLs { get; }

Property Value

URL[]

Methods

AddURL(String)

void AddURL(String arg0)

Parameters

arg0 String

String

Exceptions

ServiceNotFoundException

AddURL(URL)

void AddURL(URL arg0)

Parameters

arg0 URL

URL

GetMBeansFromURL(String)

Set<object> GetMBeansFromURL(String arg0)

Parameters

arg0 String

String

Returns

Set<object>

Set

Exceptions

ServiceNotFoundException

GetMBeansFromURL(URL)

Set<object> GetMBeansFromURL(URL arg0)

Parameters

arg0 URL

URL

Returns

Set<object>

Set

Exceptions

ServiceNotFoundException

GetResource(String)

URL GetResource(String arg0)

Parameters

arg0 String

String

Returns

URL

URL

GetResourceAsStream(String)

InputStream GetResourceAsStream(String arg0)

Parameters

arg0 String

String

Returns

InputStream

InputStream

GetResources(String)

Enumeration<URL> GetResources(String arg0)

Parameters

arg0 String

String

Returns

Enumeration<URL>

Enumeration

Exceptions

IOException