Table of Contents

Class ThreadGroup

Namespace
Java.Lang
Assembly
MASES.JNet.dll
public class ThreadGroup : JVMBridgeBase<ThreadGroup>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<ThreadGroup>
ThreadGroup
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<ThreadGroup>.IsAssignableFrom(IJavaType)
JVMBridgeBase<ThreadGroup>.IsAssignableFrom<T>()
JVMBridgeBase<ThreadGroup>.Execute<T>(params T[])
JVMBridgeBase<ThreadGroup>.DynBridgeClazz
JVMBridgeBase<ThreadGroup>.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

ThreadGroup()

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

public ThreadGroup()

ThreadGroup(String)

public ThreadGroup(String arg0)

Parameters

arg0 String

String

ThreadGroup(ThreadGroup, String)

public ThreadGroup(ThreadGroup arg0, String arg1)

Parameters

arg0 ThreadGroup

ThreadGroup

arg1 String

String

ThreadGroup(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 ThreadGroup(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

MaxPriority

public int MaxPriority { get; set; }

Property Value

int

Name

public String Name { get; }

Property Value

String

Parent

public ThreadGroup Parent { get; }

Property Value

ThreadGroup

Methods

ActiveCount()

public int ActiveCount()

Returns

int

int

ActiveGroupCount()

public int ActiveGroupCount()

Returns

int

int

CheckAccess()

public void CheckAccess()

Destroy()

public void Destroy()

Enumerate(ThreadGroup[])

public int Enumerate(ThreadGroup[] arg0)

Parameters

arg0 ThreadGroup[]

ThreadGroup

Returns

int

int

Enumerate(ThreadGroup[], bool)

public int Enumerate(ThreadGroup[] arg0, bool arg1)

Parameters

arg0 ThreadGroup[]

ThreadGroup

arg1 bool

bool

Returns

int

int

Enumerate(Thread[])

public int Enumerate(Thread[] arg0)

Parameters

arg0 Thread[]

Thread

Returns

int

int

Enumerate(Thread[], bool)

public int Enumerate(Thread[] arg0, bool arg1)

Parameters

arg0 Thread[]

Thread

arg1 bool

bool

Returns

int

int

Interrupt()

public void Interrupt()

IsDaemon()

public bool IsDaemon()

Returns

bool

bool

IsDestroyed()

public bool IsDestroyed()

Returns

bool

bool

List()

public void List()

ParentOf(ThreadGroup)

public bool ParentOf(ThreadGroup arg0)

Parameters

arg0 ThreadGroup

ThreadGroup

Returns

bool

bool

SetDaemon(bool)

public void SetDaemon(bool arg0)

Parameters

arg0 bool

bool

UncaughtException(Thread, JVMBridgeException)

public void UncaughtException(Thread arg0, JVMBridgeException arg1)

Parameters

arg0 Thread

Thread

arg1 JVMBridgeException

Throwable