JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.debug.core.jsdi.VirtualMachine

Packages that use VirtualMachine
org.eclipse.wst.jsdt.debug.core.jsdi   
org.eclipse.wst.jsdt.debug.core.jsdi.connect   
 

Uses of VirtualMachine in org.eclipse.wst.jsdt.debug.core.jsdi
 

Methods in org.eclipse.wst.jsdt.debug.core.jsdi that return VirtualMachine
 VirtualMachine Mirror.virtualMachine()
          Returns the handle to the VirtualMachine that this mirror object was spawned from
 

Uses of VirtualMachine in org.eclipse.wst.jsdt.debug.core.jsdi.connect
 

Methods in org.eclipse.wst.jsdt.debug.core.jsdi.connect that return VirtualMachine
 VirtualMachine ListeningConnector.accept(Map arguments)
          Listens for a VirtualMachine to connect to with the given map of arguments.
 VirtualMachine AttachingConnector.attach(Map arguments)
          Attaches to a VirtualMachine described by the given map of arguments.
 VirtualMachine LaunchingConnector.launch(Map arguments)
          Launches a VirtualMachine with the given map of arguments.
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.