Home | History | Annotate | Download | only in jdi

Lines Matching defs:Mirror

30  * in another virtual machine. Mirror is the root of the
38 * considered a mirror, representing the composite state of the
42 * to a single instance of Mirror. Implementors are free to decide
43 * whether a single mirror will be used for some or all mirrors. Clients
47 * Any method on a {@link com.sun.jdi.Mirror} that takes a <code>Mirror</code> as an
60 public interface Mirror {
64 * Mirror belongs. A Mirror must be associated
67 * @return the {@link VirtualMachine} for which this mirror is a proxy.
72 * Returns a String describing this mirror
74 * @return a string describing this mirror.