#include <jvmti_direct.h>
Public Member Functions | |
void * | get_event_callback (jvmtiEvent event_type) |
Returns pointer to a callback function that was set by SetEventCallbacks If no callback was set, this function returns NULL, in this case no event should be sent to environment. | |
jvmtiExtensionEvent | get_extension_event_callback (jint event_id) |
Returns pointer to a callback function that was set by SetExtensionEventCallback If no callback was set, this function returns NULL, in this case no event should be sent to environment. | |
jvmtiError | allocate_extension_event_callbacks_table () |
Public Attributes | |
const ti_interface * | functions |
hymutex_t | environment_data_lock |
Lock used to protect TIEnv instance. | |
JavaVM_Internal * | vm |
Agent * | agent |
void * | user_storage |
jvmtiEventCallbacks | event_table |
jvmtiExtensionEvent * | extension_event_table |
jvmtiCapabilities | posessed_capabilities |
VMBreakInterface * | brpt_intf |
TITags * | tags |
TIIterationState * | iteration_state |
TIEnv * | next |
NCAIEnv * | ncai_env |
bool | global_events [TOTAL_EVENT_TYPE_NUM] |
TIEventThread * | event_threads [TOTAL_EVENT_TYPE_NUM] |
void* TIEnv.get_event_callback | ( | jvmtiEvent | event_type | ) |
Returns pointer to a callback function that was set by SetEventCallbacks If no callback was set, this function returns NULL, in this case no event should be sent to environment.
jvmtiExtensionEvent TIEnv.get_extension_event_callback | ( | jint | event_id | ) |
Returns pointer to a callback function that was set by SetExtensionEventCallback If no callback was set, this function returns NULL, in this case no event should be sent to environment.
jvmtiError TIEnv.allocate_extension_event_callbacks_table | ( | ) |
const ti_interface* TIEnv.functions |
hymutex_t TIEnv.environment_data_lock |
Lock used to protect TIEnv instance.
void* TIEnv.user_storage |
jvmtiExtensionEvent* TIEnv.extension_event_table |
NCAIEnv* TIEnv.ncai_env |
bool TIEnv.global_events[TOTAL_EVENT_TYPE_NUM] |
TIEventThread* TIEnv.event_threads[TOTAL_EVENT_TYPE_NUM] |
Genereated on Tue Mar 11 19:26:04 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.