public interface AttachingConnector extends Connector
VirtualMachine
Connector
that attaches to a
running 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 |
attach(java.util.Map arguments)
Attaches to a
VirtualMachine described by the
given map of arguments. |
defaultArguments, description, id, name
VirtualMachine attach(java.util.Map arguments) throws java.io.IOException
VirtualMachine
described by the
given map of arguments.null
. If a connection cannot be made
an IOException
is thrown.arguments
- the map of connection arguments which cannot be null
VirtualMachine
that has been connected to never null
java.io.IOException
- if the Connector
failed to connectBooleanArgument
,
IntegerArgument
,
StringArgument
,
SelectedArgument
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.