Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.jdi.hcr.* (6)org.eclipse.jdi.internal.* (125)
org.eclipse.jdi.internal.connect.* (11)org.eclipse.jdi.internal.event.* (21)
org.eclipse.jdi.internal.jdwp.* (19)org.eclipse.jdi.internal.request.* (18)
org.eclipse.jdi.internal.spy.* (8)

org.eclipse.jdi: Javadoc index of package org.eclipse.jdi.


Package Samples:

org.eclipse.jdi.internal
org.eclipse.jdi.internal.connect
org.eclipse.jdi.internal.event
org.eclipse.jdi.internal.jdwp
org.eclipse.jdi.internal.request
org.eclipse.jdi.internal.spy
org.eclipse.jdi.hcr

Classes:

ReenterStepRequest: A reenter step request is a step event request that will be activated when the given thread is about to pop the top stack frame. At this point, the VM is expected to do the following: The arguments to the method are carefully set aside, along with the identity of the actual method. The stack frame is popped. Any value being returned is discarded. Any exception being thrown is ignored. Instruction counter in caller is set at (rather than after) the send bytecode. Suspend the thread depending on the suspend policy and report a StepEvent for this request. When the thread is resumed, the method is ...
TcpipSpy: This class can be used to spy all JDWP packets. It should be configured 'in between' the debugger application and the VM (or J9 debug proxy). Its parameters are: 1) The port number to which the debugger application connects; 2) The name of the host on which the VM or proxy waits for a JDWP connection; 3) The port number on which the VM or proxy waits for a JDWP connection; 4) The file where the trace is written to. Note that if this program is used for tracing JDWP activity of Leapfrog, the 'debug remote program' option must be used, and the J9 proxy must first be started up by hand on the port ...
ValueCache: This class is used to cache values. It uses soft references to store cached values. Once a value is garbage collected by the VM, the corresponding entry is removed from the cache on the next invocation of put() or get(). Note that WeakHashMap can't be used for this purpose because in WeakHashMap soft references are only used for the keys, and values may not have 'strong' references to keys otherwise they will never be garbage collected.
ReferenceTypeImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
PrimitiveValueImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
PrimitiveTypeImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
ObjectReferenceImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
MirrorImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
LongValueImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
LongTypeImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
LocationImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
LocalVariableImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
InterfaceTypeImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
IntegerValueImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
IntegerTypeImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
FloatValueImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
FloatTypeImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
FieldImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
DoubleValueImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
DoubleTypeImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
ClassTypeImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
ClassObjectReferenceImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
ClassLoaderReferenceImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
CharValueImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.
CharTypeImpl: this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.

Home | Contact Us | Privacy Policy | Terms of Service