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
JVMBridgeBase
JVMBridgeBase<Iterable<object>>
JVMBridgeBaseEnumerable<Iterable<object>>
JVMBridgeBaseEnumerable<Iterable<object>, object>
RoleList
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
IEnumerableExtension
Inherited Members
JVMBridgeBaseEnumerable<Iterable<object>, object>.GetEnumerator()
JVMBridgeBaseEnumerable<Iterable<object>>.GetEnumerator()
JVMBridgeBase<Iterable<object>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Iterable<object>>.IsAssignableFrom<T>()
JVMBridgeBase<Iterable<object>>.Execute<T>(params T[])
JVMBridgeBase<Iterable<object>>.DynBridgeClazz
JVMBridgeBase<Iterable<object>>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
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

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

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