org.eclipse.ocl.examples.debug.vm.response
Class VMConnectResponse

java.lang.Object
  extended by org.eclipse.ocl.examples.debug.vm.response.VMResponse
      extended by org.eclipse.ocl.examples.debug.vm.response.VMConnectResponse
All Implemented Interfaces:
java.io.Serializable

public class VMConnectResponse
extends VMResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.debug.vm.response.VMResponse
status, STATUS_ERROR, STATUS_OK
 
Constructor Summary
VMConnectResponse(int eventPort)
           
 
Method Summary
 int getEventPort()
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.ocl.examples.debug.vm.response.VMResponse
createERROR, createOK, isOK, toStatusString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VMConnectResponse

public VMConnectResponse(int eventPort)
Method Detail

getEventPort

public int getEventPort()

toString

public java.lang.String toString()
Overrides:
toString in class VMResponse