Package com.bea.jvm.event

Provides interfaces and classes for dealing with different types of management API events.

See:
          Description

Interface Summary
ClassLoadListener A listener for ClassLoad events.
CompilationListener Listener interface for method compilation events.
FinalizationListener Listener for finalization events.
GarbageCollectionListener The listener interface for GarbageCollectionEvent.
GarbageCollectionStrategyChangeListener The listener interface for GarbageCollectorStrategyChangeEvent.
 

Class Summary
ClassLoadEvent when a Class is loaded/unloaded by the JVM.
CompilationEvent An event delivered when a Method is compiled by the JVM.
FinalizationEvent Event delivered when an Object has been finalized.
GarbageCollectionEvent Event delivered _after_ a GC is done.
GarbageCollectionStrategyChangeEvent Event delivered _after_ the GC has been changed.
 

Package com.bea.jvm.event Description

Provides interfaces and classes for dealing with different types of management API events.

Since:
JRockit Viking