public interface LaunchingConnector extends Connector
Connector
that launches a VirtualMachine
.
Clients can implement or extend this interface.Argument
,
Connector
,
VirtualMachine
Connector.Argument, Connector.BooleanArgument, Connector.IntegerArgument, Connector.SelectedArgument, Connector.StringArgument
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
launch(java.util.Map arguments)
Launches a
VirtualMachine with the given map of arguments. |
defaultArguments, description, id, name
VirtualMachine launch(java.util.Map arguments) throws java.io.IOException
VirtualMachine
with the given map of arguments.null
. If a VirtualMachine
cannot
be launched an IOException
is thrown.arguments
- the map of connection arguments which cannot be null
VirtualMachine
that has been launched never null
java.io.IOException
- if the Connector
failed to launchCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.