Table of Contents

Interface IDescriptor

Namespace
Javax.Management
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IDescriptor

Properties

FieldNames

String[] FieldNames { get; }

Property Value

String[]

Fields

String[] Fields { get; }

Property Value

String[]

Methods

GetFieldValue(String)

object GetFieldValue(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

RuntimeOperationsException

GetFieldValues(params String[])

object[] GetFieldValues(params String[] arg0)

Parameters

arg0 String[]

String

Returns

object[]

object

IsValid()

bool IsValid()

Returns

bool

bool

Exceptions

RuntimeOperationsException

RemoveField(String)

void RemoveField(String arg0)

Parameters

arg0 String

String

SetField(String, object)

void SetField(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Exceptions

RuntimeOperationsException

SetFields(String[], object[])

void SetFields(String[] arg0, object[] arg1)

Parameters

arg0 String[]

String

arg1 object[]

object

Exceptions

RuntimeOperationsException