Table of Contents

Class RoleList

Namespace
Javax.Management.Relation
Assembly
MASES.JNet.dll
public class RoleList : ArrayList<object>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEnumerableExtension, IEnumerable<object>, IEnumerable, IAsyncEnumerable<object>, IIterable<object>, ICollection<object>
Inheritance
RoleList
Implements
Inherited Members
Extension Methods

Constructors

RoleList()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public RoleList()

RoleList(List<Role>)

public RoleList(List<Role> arg0)

Parameters

arg0 List<Role>

List

Exceptions

IllegalArgumentException

RoleList(int)

public RoleList(int arg0)

Parameters

arg0 int

int

RoleList(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public RoleList(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Add(Role)

public void Add(Role arg0)

Parameters

arg0 Role

Role

Exceptions

IllegalArgumentException

Add(int, Role)

public void Add(int arg0, Role arg1)

Parameters

arg0 int

int

arg1 Role

Role

Exceptions

IllegalArgumentException
IndexOutOfBoundsException

AddAll(RoleList)

public bool AddAll(RoleList arg0)

Parameters

arg0 RoleList

RoleList

Returns

bool

bool

Exceptions

IndexOutOfBoundsException

AddAll(int, RoleList)

public bool AddAll(int arg0, RoleList arg1)

Parameters

arg0 int

int

arg1 RoleList

RoleList

Returns

bool

bool

Exceptions

IllegalArgumentException
IndexOutOfBoundsException

AsList()

public List<Role> AsList()

Returns

List<Role>

List

Set(int, Role)

public void Set(int arg0, Role arg1)

Parameters

arg0 int

int

arg1 Role

Role

Exceptions

IllegalArgumentException
IndexOutOfBoundsException