Java Debug Interface
DRAFT 9-Debian+0-9b149-1
A B C D E F G H I J L M N O P R S T U V W 

M

Method - Interface in com.sun.jdi
A static or instance method in the target VM.
MethodEntryEvent - Interface in com.sun.jdi.event
Notification of a method invocation in the target VM.
MethodEntryRequest - Interface in com.sun.jdi.request
Request for notification when a method is invoked in the target VM.
MethodExitEvent - Interface in com.sun.jdi.event
Notification of a method return in the target VM.
MethodExitRequest - Interface in com.sun.jdi.request
Request for notification when a method returns in the target VM.
Mirror - Interface in com.sun.jdi
A proxy used by a debugger to examine or manipulate some entity in another virtual machine.
ModificationWatchpointEvent - Interface in com.sun.jdi.event
Notification of a field modification in the target VM.
ModificationWatchpointRequest - Interface in com.sun.jdi.request
Request for notification when a field is set.
ModuleReference - Interface in com.sun.jdi
A module in the target VM.
MonitorContendedEnteredEvent - Interface in com.sun.jdi.event
Notification that a thread in the target VM is entering a monitor after waiting for it to be released by another thread.
MonitorContendedEnteredRequest - Interface in com.sun.jdi.request
Request for notification of a thread in the target VM entering a monitor after waiting for it to be released by another thread.
MonitorContendedEnterEvent - Interface in com.sun.jdi.event
Notification that a thread in the target VM is attempting to enter a monitor that is already acquired by another thread.
MonitorContendedEnterRequest - Interface in com.sun.jdi.request
Request for notification of a thread in the target VM attempting to enter a monitor already acquired by another thread.
MonitorInfo - Interface in com.sun.jdi
Information about a monitor owned by a thread.
MonitorWaitedEvent - Interface in com.sun.jdi.event
Notification that a thread in the target VM has finished waiting on an monitor object.
MonitorWaitedRequest - Interface in com.sun.jdi.request
Request for notification when a thread in the target VM has finished waiting on a monitor object.
MonitorWaitEvent - Interface in com.sun.jdi.event
Notification that a thread in the target VM is about to wait on a monitor object.
MonitorWaitRequest - Interface in com.sun.jdi.request
Request for notification when a thread in the target VM is about to wait on a monitor object.
majorInterfaceVersion() - Method in interface com.sun.jdi.VirtualMachineManager
Returns the major version number of the JDI interface.
majorVersion() - Method in interface com.sun.jdi.ReferenceType
Returns the class major version number, as defined in the class file format of the Java Virtual Machine Specification.
max() - Method in interface com.sun.jdi.connect.Connector.IntegerArgument
The upper bound for the value.
method() - Method in interface com.sun.jdi.event.MethodEntryEvent
Returns the method that was entered.
method() - Method in interface com.sun.jdi.event.MethodExitEvent
Returns the method that was exited.
method() - Method in interface com.sun.jdi.Location
Gets the method containing this Location.
methodEntryRequests() - Method in interface com.sun.jdi.request.EventRequestManager
Return an unmodifiable list of the enabled and disabled method entry requests.
methodExitRequests() - Method in interface com.sun.jdi.request.EventRequestManager
Return an unmodifiable list of the enabled and disabled method exit requests.
methods() - Method in interface com.sun.jdi.ReferenceType
Returns a list containing each Method declared directly in this type.
methodsByName(String) - Method in interface com.sun.jdi.ReferenceType
Returns a List containing each visible Method that has the given name.
methodsByName(String, String) - Method in interface com.sun.jdi.ReferenceType
Returns a List containing each visible Method that has the given name and signature.
min() - Method in interface com.sun.jdi.connect.Connector.IntegerArgument
The lower bound for the value.
minorInterfaceVersion() - Method in interface com.sun.jdi.VirtualMachineManager
Returns the minor version number of the JDI interface.
minorVersion() - Method in interface com.sun.jdi.ReferenceType
Returns the class minor version number, as defined in the class file format of the Java Virtual Machine Specification.
mirrorOf(boolean) - Method in interface com.sun.jdi.VirtualMachine
Creates a BooleanValue for the given value.
mirrorOf(byte) - Method in interface com.sun.jdi.VirtualMachine
Creates a ByteValue for the given value.
mirrorOf(char) - Method in interface com.sun.jdi.VirtualMachine
Creates a CharValue for the given value.
mirrorOf(double) - Method in interface com.sun.jdi.VirtualMachine
Creates a DoubleValue for the given value.
mirrorOf(float) - Method in interface com.sun.jdi.VirtualMachine
Creates a FloatValue for the given value.
mirrorOf(int) - Method in interface com.sun.jdi.VirtualMachine
Creates an IntegerValue for the given value.
mirrorOf(long) - Method in interface com.sun.jdi.VirtualMachine
Creates a LongValue for the given value.
mirrorOf(short) - Method in interface com.sun.jdi.VirtualMachine
Creates a ShortValue for the given value.
mirrorOf(String) - Method in interface com.sun.jdi.VirtualMachine
Creates a string in this virtual machine.
mirrorOfVoid() - Method in interface com.sun.jdi.VirtualMachine
Creates a VoidValue.
modificationWatchpointRequests() - Method in interface com.sun.jdi.request.EventRequestManager
Return an unmodifiable list of the enabled and disabled modification watchpoint requests.
modifiers() - Method in interface com.sun.jdi.Accessible
Returns the Java™ programming language modifiers, encoded in an integer.
module() - Method in interface com.sun.jdi.ReferenceType
Gets the module object which contains the class corresponding to this type.
monitor() - Method in interface com.sun.jdi.event.MonitorContendedEnteredEvent
Returns the monitor that was entered.
monitor() - Method in interface com.sun.jdi.event.MonitorContendedEnterEvent
Returns the method that was entered.
monitor() - Method in interface com.sun.jdi.event.MonitorWaitedEvent
Returns the monitor object this thread waited on.
monitor() - Method in interface com.sun.jdi.event.MonitorWaitEvent
Returns the monitor object that the thread about to wait.
monitor() - Method in interface com.sun.jdi.MonitorInfo
Returns the ObjectReference object for the monitor.
monitorContendedEnteredRequests() - Method in interface com.sun.jdi.request.EventRequestManager
Return an unmodifiable list of the enabled and disabled monitor contended entered requests.
monitorContendedEnterRequests() - Method in interface com.sun.jdi.request.EventRequestManager
Return an unmodifiable list of the enabled and disabled monitor contended enter requests.
monitorWaitedRequests() - Method in interface com.sun.jdi.request.EventRequestManager
Return an unmodifiable list of the enabled and disabled monitor waited requests.
monitorWaitRequests() - Method in interface com.sun.jdi.request.EventRequestManager
Return an unmodifiable list of the enabled and disabled monitor wait requests.
mustSpecify() - Method in interface com.sun.jdi.connect.Connector.Argument
Indicates whether the argument must be specified.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links
Java Debug Interface
DRAFT 9-Debian+0-9b149-1

Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1999, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.

DRAFT 9-Debian+0-9b149-1