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