org.eclipse.m2m.qvt.oml.debug.core.vm.protocol
Class VMResponse
java.lang.Object
org.eclipse.m2m.qvt.oml.debug.core.vm.protocol.VMResponse
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- VMBreakpointResponse, VMConnectResponse, VMDetailResponse, VMStackFrameResponse, VMVariableResponse
public class VMResponse
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
STATUS_OK
public static final int STATUS_OK
- See Also:
- Constant Field Values
STATUS_ERROR
public static final int STATUS_ERROR
- See Also:
- Constant Field Values
status
public final int status
VMResponse
protected VMResponse()
VMResponse
protected VMResponse(int status)
isOK
public boolean isOK()
createOK
public static VMResponse createOK()
createERROR
public static VMResponse createERROR()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object