org.eclipse.ocl.examples.debug.vm.request
Class VMStartRequest

java.lang.Object
  extended by org.eclipse.ocl.examples.debug.vm.request.VMRequest
      extended by org.eclipse.ocl.examples.debug.vm.request.VMStartRequest
All Implemented Interfaces:
java.io.Serializable

public class VMStartRequest
extends VMRequest

See Also:
Serialized Form

Field Summary
 boolean suspendOnStartup
           
 
Constructor Summary
VMStartRequest(boolean suspendOnStartup)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

suspendOnStartup

public final boolean suspendOnStartup
Constructor Detail

VMStartRequest

public VMStartRequest(boolean suspendOnStartup)
Method Detail

toString

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