public class ConnectorManager extends Object
Connector
objects.
By default, if the requisite classes are available in this JVM, the following connectors are known:
SRBConnector
(SRB)
AcrConnector
(MySpace)
Modifier and Type | Field and Description |
---|---|
static String |
CONNECTORS_PROPERTY
Name of property containing colon-separated list of additional
Connector implementations to be made
available from this manager. |
Constructor and Description |
---|
ConnectorManager() |
Modifier and Type | Method and Description |
---|---|
static ConnectorAction[] |
getConnectorActions()
Returns a list of all the currently available ConnectorAction
objects.
|
static Connector[] |
getConnectors()
Returns a list of all the known Connector objects.
|
static Connection |
showConnectionDialog(Component parent,
Connector connector)
Pops up a modal dialogue which
invites the user to log into a connection using a given connector.
|
public static final String CONNECTORS_PROPERTY
Connector
implementations to be made
available from this manager.public static Connector[] getConnectors()
CONNECTORS_PROPERTY
system property.public static ConnectorAction[] getConnectorActions()
Connector
s
returned by getConnectors()
. Since a ConnectorAction
holds open a single connection at a time, this is a sensible method
to use if you want to get a list of the current connections to
various places. If you want to be able to open guaranteed new
connections, use getConnectors
itself instead.public static Connection showConnectionDialog(Component parent, Connector connector)
parent
- component for the dialogueconnector
- connectorCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.