Class ThreadInfo
- Namespace
- Java.Lang.Management
- Assembly
- MASES.JNet.dll
public class ThreadInfo : JVMBridgeBase<ThreadInfo>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
ThreadInfo
- Implements
- Inherited Members
-
JVMBridgeBase<ThreadInfo>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<ThreadInfo>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])
- Extension Methods
Constructors
ThreadInfo()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ThreadInfo()
ThreadInfo(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 ThreadInfo(params object[] args)
Parameters
args
object[]
Properties
BlockedCount
public long BlockedCount { get; }
Property Value
BlockedTime
public long BlockedTime { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LockInfo
public LockInfo LockInfo { get; }
Property Value
LockName
public String LockName { get; }
Property Value
LockOwnerId
public long LockOwnerId { get; }
Property Value
LockOwnerName
public String LockOwnerName { get; }
Property Value
LockedMonitors
public MonitorInfo[] LockedMonitors { get; }
Property Value
LockedSynchronizers
public LockInfo[] LockedSynchronizers { get; }
Property Value
- LockInfo[]
Priority
public int Priority { get; }
Property Value
StackTrace
public StackTraceElement[] StackTrace { get; }
Property Value
ThreadId
public long ThreadId { get; }
Property Value
ThreadName
public String ThreadName { get; }
Property Value
ThreadState
public Thread.State ThreadState { get; }
Property Value
WaitedCount
public long WaitedCount { get; }
Property Value
WaitedTime
public long WaitedTime { get; }
Property Value
Methods
From(CompositeData)
public static ThreadInfo From(CompositeData arg0)
Parameters
Returns
IsDaemon()
public bool IsDaemon()
Returns
IsInNative()
public bool IsInNative()
Returns
IsSuspended()
public bool IsSuspended()