Table of Contents

Interface IJVMWrapperStatistics

Namespace
MASES.JCOBridge.C2JBridge.JVMInterop
Assembly
C2JBridge.dll

Public accessor for statistics about JVM JNI pressure

public interface IJVMWrapperStatistics
Extension Methods

Properties

ExceptionJNICalls

Total exceptions raised from JNI methods invocations

long ExceptionJNICalls { get; }

Property Value

long

GlobalRefCount

Current global reference count

long GlobalRefCount { get; }

Property Value

long

LocalRefCount

Current local reference count

long LocalRefCount { get; }

Property Value

long

TotalJNICalls

Total invocations of JNI methods

long TotalJNICalls { get; }

Property Value

long

TotalJavaVMCalls

Total invocations of Java VM methods

long TotalJavaVMCalls { get; }

Property Value

long

TotalTimeInJNICalls

Total time spent in invocations of JNI methods

TimeSpan TotalTimeInJNICalls { get; }

Property Value

TimeSpan

Uptime

Application up-time in milliseconds

long Uptime { get; }

Property Value

long

WeakGlobalRefCount

Current weak global reference count

long WeakGlobalRefCount { get; }

Property Value

long