| java.lang.Object org.eclipse.jdi.internal.MirrorImpl org.eclipse.jdi.internal.request.EventRequestManagerImpl
accessWatchpointRequests | public List accessWatchpointRequests()(Code) | | Returns list of AccessWatchpointRequests.For changes, the appropriate EventRequestManager methods should be used. |
addEventRequest | public void addEventRequest(int index, EventRequest req)(Code) | | Adds an EventRequests to the given list.
|
breakpointRequests | public List breakpointRequests()(Code) | | Returns list of BreakpointRequests.For changes, the appropriate EventRequestManager methods should be used. |
classPrepareRequests | public List classPrepareRequests()(Code) | | Returns list of ClassPrepareRequests.For changes, the appropriate EventRequestManager methods should be used. |
classUnloadRequests | public List classUnloadRequests()(Code) | | Returns list of ClassUnloadRequests.For changes, the appropriate EventRequestManager methods should be used. |
createMonitorWaitRequest | public MonitorWaitRequest createMonitorWaitRequest()(Code) | | Creates a MonitorWaitRequest
since: 3.3 |
createMonitorWaitedRequest | public MonitorWaitedRequest createMonitorWaitedRequest()(Code) | | Creates a MonitorWaitedRequest
since: 3.3 |
deleteAllBreakpoints | public void deleteAllBreakpoints()(Code) | | Deletes all Breakpoints.
|
deleteEventRequest | public void deleteEventRequest(EventRequest req)(Code) | | Deletes an EventRequest.
|
deleteEventRequests | public void deleteEventRequests(List requests) throws VMMismatchException(Code) | | Deletes all EventRequests from the given list.
|
enableInternalClasUnloadEvent | public void enableInternalClasUnloadEvent()(Code) | | Creates ClassUnloadRequest for maintaining class information for within JDI.
Needed to known when to flush the cache.
|
enableInternalClassPrepareEvent | public void enableInternalClassPrepareEvent()(Code) | | Enables class prepare requests for all loaded classes. This is
necessary for current versions of the KVM to function correctly.
This method is only called when the remote VM is determined to be
the KVM.
|
exceptionRequests | public List exceptionRequests()(Code) | | Returns list of ExceptionRequests.For changes, the appropriate EventRequestManager methods should be used. |
existsEnabledStepRequest | boolean existsEnabledStepRequest(ThreadReferenceImpl threadImpl)(Code) | | Checks if a steprequest is for the given thread is already enabled.
|
methodEntryRequests | public List methodEntryRequests()(Code) | | Returns list of MethodEntryRequests.For changes, the appropriate EventRequestManager methods should be used. |
methodExitRequests | public List methodExitRequests()(Code) | | Returns list of MethodExitRequests.For changes, the appropriate EventRequestManager methods should be used. |
modificationWatchpointRequests | public List modificationWatchpointRequests()(Code) | | Returns list of ModificationWatchpointRequests.For changes, the appropriate EventRequestManager methods should be used. |
stepRequests | public List stepRequests()(Code) | | Returns list of StepRequests.For changes, the appropriate EventRequestManager methods should be used. |
threadDeathRequests | public List threadDeathRequests()(Code) | | Returns list of ThreadDeathRequests.For changes, the appropriate EventRequestManager methods should be used. |
threadStartRequests | public List threadStartRequests()(Code) | | Returns list of ThreadStartRequests.For changes, the appropriate EventRequestManager methods should be used. |
vmDeathRequests | public List vmDeathRequests()(Code) | | Returns list of VMDeathRequests.For changes, the appropriate EventRequestManager methods should be used. |
Methods inherited from org.eclipse.jdi.internal.MirrorImpl | public void checkVM(Mirror mirror) throws VMMismatchException(Code)(Java Doc) public void defaultIOExceptionHandler(Exception e)(Code)(Java Doc) public void defaultReplyErrorHandler(int error)(Code)(Java Doc) public void disconnectVM()(Code)(Java Doc) final public JdwpCommandPacket getCommandVM(int command, long timeout) throws InterruptedException(Code)(Java Doc) public void handledJdwpEventSet()(Code)(Java Doc) public void handledJdwpRequest()(Code)(Java Doc) public void initJdwpEventSet(JdwpCommandPacket commandPacket)(Code)(Java Doc) public void initJdwpRequest()(Code)(Java Doc) public boolean readBoolean(String description, DataInputStream in) throws IOException(Code)(Java Doc) public byte readByte(String description, DataInputStream in) throws IOException(Code)(Java Doc) public byte readByte(String description, Map valueToString, DataInputStream in) throws IOException(Code)(Java Doc) public byte readByte(String description, String[] bitNames, DataInputStream in) throws IOException(Code)(Java Doc) public byte[] readByteArray(int length, String description, DataInputStream in) throws IOException(Code)(Java Doc) public char readChar(String description, DataInputStream in) throws IOException(Code)(Java Doc) public double readDouble(String description, DataInputStream in) throws IOException(Code)(Java Doc) public float readFloat(String description, DataInputStream in) throws IOException(Code)(Java Doc) public int readInt(String description, DataInputStream in) throws IOException(Code)(Java Doc) public int readInt(String description, Map valueToString, DataInputStream in) throws IOException(Code)(Java Doc) public int readInt(String description, String[] bitNames, DataInputStream in) throws IOException(Code)(Java Doc) public long readLong(String description, DataInputStream in) throws IOException(Code)(Java Doc) public short readShort(String description, DataInputStream in) throws IOException(Code)(Java Doc) public short readShort(String description, Map valueToString, DataInputStream in) throws IOException(Code)(Java Doc) public short readShort(String description, String[] bitNames, DataInputStream in) throws IOException(Code)(Java Doc) public String readString(String description, DataInputStream in) throws IOException(Code)(Java Doc) public JdwpReplyPacket requestVM(int command, byte[] outData)(Code)(Java Doc) public JdwpReplyPacket requestVM(int command, ByteArrayOutputStream outData)(Code)(Java Doc) public JdwpReplyPacket requestVM(int command, ObjectReferenceImpl object)(Code)(Java Doc) public JdwpReplyPacket requestVM(int command, ReferenceTypeImpl refType)(Code)(Java Doc) public JdwpReplyPacket requestVM(int command)(Code)(Java Doc) public String toString()(Code)(Java Doc) public VerboseWriter verboseWriter()(Code)(Java Doc) public VirtualMachine virtualMachine()(Code)(Java Doc) public VirtualMachineImpl virtualMachineImpl()(Code)(Java Doc) public void writeBoolean(boolean value, String description, DataOutputStream out) throws IOException(Code)(Java Doc) public void writeByte(byte value, String description, DataOutputStream out) throws IOException(Code)(Java Doc) public void writeByte(byte value, String description, Map valueToString, DataOutputStream out) throws IOException(Code)(Java Doc) public void writeByte(byte value, String description, String[] bitNames, DataOutputStream out) throws IOException(Code)(Java Doc) public void writeChar(char value, String description, DataOutputStream out) throws IOException(Code)(Java Doc) public void writeDouble(double value, String description, DataOutputStream out) throws IOException(Code)(Java Doc) public void writeFloat(float value, String description, DataOutputStream out) throws IOException(Code)(Java Doc) public void writeInt(int value, String description, DataOutputStream out) throws IOException(Code)(Java Doc) public void writeInt(int value, String description, Map valueToString, DataOutputStream out) throws IOException(Code)(Java Doc) public void writeInt(int value, String description, String[] bitNames, DataOutputStream out) throws IOException(Code)(Java Doc) public void writeLong(long value, String description, DataOutputStream out) throws IOException(Code)(Java Doc) public void writeShort(short value, String description, DataOutputStream out) throws IOException(Code)(Java Doc) public void writeShort(short value, String description, Map valueToString, DataOutputStream out) throws IOException(Code)(Java Doc) public void writeShort(short value, String description, String[] bitNames, DataOutputStream out) throws IOException(Code)(Java Doc) public void writeString(String value, String description, DataOutputStream out) throws IOException(Code)(Java Doc) public void writeVerboseCommandPacketHeader(JdwpCommandPacket commandPacket)(Code)(Java Doc)
|
|
|