AbstractEventSet |
|
AccessWatchpointEvent |
Notification of a field access in the target VM. |
AccessWatchpointEventSet |
|
AccessWatchpointRequest |
Request for notification when the contents of a field are accessed
in the target VM. |
ArrayReference |
Provides access to an array object and its components in the target VM. |
ArrayReferenceImpl |
|
ArrayType |
Provides access to the class of an array and the type of
its components in the target VM. |
ArrayTypeImpl |
|
BooleanType |
The type of all primitive boolean values
accessed in the target VM. |
BooleanTypeImpl |
|
BooleanValue |
Provides access to a primitive boolean value in
the target VM. |
BooleanValueImpl |
|
BreakpointEvent |
Notification of a breakpoint in the target VM. |
BreakpointRequest |
Identifies a Location in the target VM at which
execution should be stopped. |
ByteType |
The type of all primitive byte values accessed in
the target VM. |
ByteTypeImpl |
|
ByteValue |
Provides access to a primitive byte value in the target VM. |
ByteValueImpl |
|
CharType |
The type of all primitive char values accessed in
the target VM. |
CharTypeImpl |
|
CharValue |
Provides access to a primitive char value in
the target VM. |
CharValueImpl |
|
ClassLoaderReference |
A class loader object from the target VM. |
ClassLoaderReferenceImpl |
|
ClassObjectReference |
An instance of java.lang.Class from the target VM. |
ClassObjectReferenceImpl |
|
ClassPrepareEvent |
Notification of a class prepare in the target VM. |
ClassPrepareEventSet |
|
ClassPrepareRequest |
Request for notification when a class is prepared in the target VM. |
ClassType |
A mirror of a class in the target VM. |
ClassTypeImpl |
|
ClassUnloadEvent |
Notification of a class unload in the target VM. |
ClassUnloadEventSet |
|
ClassUnloadRequest |
Request for notification when a class is unloaded in the target VM. |
ConcreteMethodImpl |
Represents methods with method bodies. |
DoubleType |
The type of all primitive double values accessed in
the target VM. |
DoubleTypeImpl |
|
DoubleValue |
Provides access to a primitive double value in
the target VM. |
DoubleValueImpl |
|
Event |
An occurrence in a target VM that is of interest to a debugger. |
EventQueue |
Manager of incoming debugger events for a target VM. |
EventQueueImpl |
|
EventRequest |
Represents a request for notification of an event. |
EventRequestManager |
Manages the creation and deletion of EventRequest s. |
EventSet |
Several Event objects may be created at a given time by
the target VirtualMachine . |
EventSetImpl |
|
ExceptionEvent |
Notification of an exception in the target VM. |
ExceptionEventSet |
|
ExceptionRequest |
Request for notification when an exception occurs in the target VM. |
Field |
A class or instance variable in the target VM. |
FieldImpl |
|
FloatType |
The type of all primitive float values accessed in
the target VM. |
FloatTypeImpl |
|
FloatValue |
Provides access to a primitive float value in
the target VM. |
FloatValueImpl |
|
IntegerType |
The type of all primitive int values
accessed in the target VM. |
IntegerTypeImpl |
|
IntegerValue |
Provides access to a primitive int value in
the target VM. |
IntegerValueImpl |
|
InterfaceType |
A mirror of an interface in the target VM. |
InterfaceTypeImpl |
|
LocalVariable |
A local variable in the target VM. |
LocalVariableImpl |
|
LocatableEvent |
Abstract superinterface of events which have both location
and thread. |
LocatableEventSet |
Abstract event set for events with location and thread. |
Location |
A point within the executing code of the target VM. |
LocationImpl |
|
LocationTriggerEventSet |
|
LongType |
The type of all primitive long values
accessed in the target VM. |
LongTypeImpl |
|
LongValue |
Provides access to a primitive long value in
the target VM. |
LongValueImpl |
|
Method |
A static or instance method in the target VM. |
MethodEntryEvent |
Notification of a method invocation in the target VM. |
MethodEntryRequest |
Request for notification when a method is invoked in the target VM. |
MethodExitEvent |
Notification of a method return in the target VM. |
MethodExitRequest |
Request for notification when a method returns in the target VM. |
MethodImpl |
|
ModificationWatchpointEvent |
Notification of a field modification in the
target VM. |
ModificationWatchpointEventSet |
|
ModificationWatchpointRequest |
Request for notification when a field is set. |
MonitorContendedEnterEvent |
Notification that a thread in the target VM is attempting
to enter a monitor that is already acquired by another thread. |
MonitorContendedEnterRequest |
Request for notification of a thread in the target VM
attempting to enter a monitor already acquired by another thread. |
MonitorContendedEnteredEvent |
Notification that a thread in the target VM is entering a monitor
after waiting for it to be released by another thread. |
MonitorContendedEnteredRequest |
Request for notification of a thread in the target VM entering a monitor
after waiting for it to be released by another thread. |
MonitorInfo |
Information about a monitor owned by a thread. |
MonitorInfoImpl |
|
MonitorWaitEvent |
Notification that a thread in the target VM is about to
wait on a monitor object. |
MonitorWaitRequest |
Request for notification when a thread in the target VM is about to
wait on a monitor object. |
MonitorWaitedEvent |
Notification that a thread in the target VM has finished
waiting on an monitor object. |
MonitorWaitedRequest |
Request for notification when a thread in the target VM has finished waiting on
a monitor object. |
NonConcreteMethodImpl |
Represents non-concrete (that is, native or abstract) methods. |
ObjectReference |
An object that currently exists in the target VM. |
ObjectReferenceImpl |
|
ObsoleteMethodImpl |
Represents methods which have changed when the class was redefined. |
PathSearchingVirtualMachine |
A virtual machine which searches for classes through paths |
PrimitiveType |
The type associated with non-object values in a target VM. |
PrimitiveValue |
The value assigned to a field or variable of primitive type in a
target VM. |
PrimitiveValueImpl |
|
ReferenceType |
The type of an object in a target VM. |
ReferenceTypeImpl |
|
ShortType |
The type of all primitive short values
accessed in the target VM. |
ShortTypeImpl |
|
ShortValue |
Provides access to a primitive short value in
the target VM. |
ShortValueImpl |
|
StackFrame |
The state of one method invocation on a thread's call stack. |
StackFrameImpl |
|
StepEvent |
Notification of step completion in the target VM. |
StepRequest |
Request for notification when a step occurs in the target VM. |
StringReference |
A string object from the target VM. |
StringReferenceImpl |
|
ThreadDeathEvent |
Notification of a completed thread in the target VM. |
ThreadDeathEventSet |
|
ThreadDeathRequest |
Request for notification when a thread terminates in the target VM. |
ThreadGroupReference |
A thread group object from the target VM. |
ThreadGroupReferenceImpl |
|
ThreadReference |
A thread object from the target VM. |
ThreadReferenceImpl |
|
ThreadStartEvent |
Notification of a new running thread in the target VM. |
ThreadStartEventSet |
|
ThreadStartRequest |
Request for notification when a thread starts execution in the target VM. |
Type |
The mirror for a type in the target VM. |
TypeComponent |
An entity declared within a user defined
type (class or interface). |
TypeComponentImpl |
|
TypeImpl |
|
VMDeathEvent |
Notification of target VM termination. |
VMDeathEventSet |
|
VMDeathRequest |
Request for notification when the target VM terminates. |
VMDisconnectEvent |
Notification of disconnection from target VM. |
VMDisconnectEventSet |
|
VMStartEvent |
Notification of initialization of a target VM. |
VMStartEventSet |
|
Value |
The mirror for a value in the target VM. |
VirtualMachine |
A virtual machine targeted for debugging. |
VoidType |
The type of all primitive void values
accessed in the target VM. |
VoidTypeImpl |
|
VoidValue |
Provides access to a primitive void value in
the target VM. |
VoidValueImpl |
|
WatchpointEvent |
Notification of a field triggered event encountered by a thread in the
target VM. |
WatchpointEventSet |
|
WatchpointRequest |
Identifies a Field in the target VM being watched. |