org.eclipse.wst.jsdt.debug.core.jsdi.connect
Interface LaunchingConnector
- All Superinterfaces:
- Connector
public interface LaunchingConnector
- extends Connector
Description of a Connector
that launches a VirtualMachine
.
Clients can implement or extend this interface.
- Since:
- 1.0
- See Also:
Argument
,
Connector
,
VirtualMachine
launch
VirtualMachine launch(java.util.Map arguments)
throws java.io.IOException
- Launches a
VirtualMachine
with the given map of arguments.
This method cannot return null
. If a VirtualMachine
cannot
be launched an IOException
is thrown.
- Parameters:
arguments
- the map of connection arguments which cannot be null
- Returns:
- the
VirtualMachine
that has been launched never null
- Throws:
java.io.IOException
- if the Connector
failed to launch
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.