jvmtiEventCallbacks Struct Reference

#include <jvmti_types.h>

List of all members.


Detailed Description

Event callbacks table.

See <a href="http://java.sun.com/j2se/1.5.0/docs/guide/jvmti/jvmti.html.jvmtiEventCallbacks>specification for details.


Public Attributes

jvmtiEventVMInit VMInit
jvmtiEventVMDeath VMDeath
jvmtiEventThreadStart ThreadStart
jvmtiEventThreadEnd ThreadEnd
jvmtiEventClassFileLoadHook ClassFileLoadHook
jvmtiEventClassLoad ClassLoad
jvmtiEventClassPrepare ClassPrepare
jvmtiEventVMStart VMStart
jvmtiEventException Exception
jvmtiEventExceptionCatch ExceptionCatch
jvmtiEventSingleStep SingleStep
jvmtiEventFramePop FramePop
jvmtiEventBreakpoint Breakpoint
jvmtiEventFieldAccess FieldAccess
jvmtiEventFieldModification FieldModification
jvmtiEventMethodEntry MethodEntry
jvmtiEventMethodExit MethodExit
jvmtiEventNativeMethodBind NativeMethodBind
jvmtiEventCompiledMethodLoad CompiledMethodLoad
jvmtiEventCompiledMethodUnload CompiledMethodUnload
jvmtiEventDynamicCodeGenerated DynamicCodeGenerated
jvmtiEventDataDumpRequest DataDumpRequest
jvmtiEventDataResetRequest DataResetRequest
jvmtiEventMonitorWait MonitorWait
jvmtiEventMonitorWaited MonitorWaited
jvmtiEventMonitorContendedEnter MonitorContendedEnter
jvmtiEventMonitorContendedEntered MonitorContendedEntered
jvmtiEventReserved reserved77
jvmtiEventReserved reserved78
jvmtiEventReserved reserved79
jvmtiEventReserved reserved80
jvmtiEventGarbageCollectionStart GarbageCollectionStart
jvmtiEventGarbageCollectionFinish GarbageCollectionFinish
jvmtiEventObjectFree ObjectFree
jvmtiEventVMObjectAlloc VMObjectAlloc


Member Data Documentation

jvmtiEventVMInit jvmtiEventCallbacks.VMInit

jvmtiEventVMDeath jvmtiEventCallbacks.VMDeath

jvmtiEventThreadStart jvmtiEventCallbacks.ThreadStart

jvmtiEventThreadEnd jvmtiEventCallbacks.ThreadEnd

jvmtiEventClassFileLoadHook jvmtiEventCallbacks.ClassFileLoadHook

jvmtiEventClassLoad jvmtiEventCallbacks.ClassLoad

jvmtiEventClassPrepare jvmtiEventCallbacks.ClassPrepare

jvmtiEventVMStart jvmtiEventCallbacks.VMStart

jvmtiEventException jvmtiEventCallbacks.Exception

jvmtiEventExceptionCatch jvmtiEventCallbacks.ExceptionCatch

jvmtiEventSingleStep jvmtiEventCallbacks.SingleStep

jvmtiEventFramePop jvmtiEventCallbacks.FramePop

jvmtiEventBreakpoint jvmtiEventCallbacks.Breakpoint

jvmtiEventFieldAccess jvmtiEventCallbacks.FieldAccess

jvmtiEventFieldModification jvmtiEventCallbacks.FieldModification

jvmtiEventMethodEntry jvmtiEventCallbacks.MethodEntry

jvmtiEventMethodExit jvmtiEventCallbacks.MethodExit

jvmtiEventNativeMethodBind jvmtiEventCallbacks.NativeMethodBind

jvmtiEventCompiledMethodLoad jvmtiEventCallbacks.CompiledMethodLoad

jvmtiEventCompiledMethodUnload jvmtiEventCallbacks.CompiledMethodUnload

jvmtiEventDynamicCodeGenerated jvmtiEventCallbacks.DynamicCodeGenerated

jvmtiEventDataDumpRequest jvmtiEventCallbacks.DataDumpRequest

jvmtiEventDataResetRequest jvmtiEventCallbacks.DataResetRequest

jvmtiEventMonitorWait jvmtiEventCallbacks.MonitorWait

jvmtiEventMonitorWaited jvmtiEventCallbacks.MonitorWaited

jvmtiEventMonitorContendedEnter jvmtiEventCallbacks.MonitorContendedEnter

jvmtiEventMonitorContendedEntered jvmtiEventCallbacks.MonitorContendedEntered

jvmtiEventReserved jvmtiEventCallbacks.reserved77

jvmtiEventReserved jvmtiEventCallbacks.reserved78

jvmtiEventReserved jvmtiEventCallbacks.reserved79

jvmtiEventReserved jvmtiEventCallbacks.reserved80

jvmtiEventGarbageCollectionStart jvmtiEventCallbacks.GarbageCollectionStart

jvmtiEventGarbageCollectionFinish jvmtiEventCallbacks.GarbageCollectionFinish

jvmtiEventObjectFree jvmtiEventCallbacks.ObjectFree

jvmtiEventVMObjectAlloc jvmtiEventCallbacks.VMObjectAlloc


The documentation for this struct was generated from the following file:

Genereated on Tue Mar 11 19:26:02 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.