public interface ConnectorInfoManager
ConnectorInfo instances,
each of which describes a connector that is available.ConnectorInfoManagerFactory| Modifier and Type | Method and Description |
|---|---|
ConnectorInfo |
findConnectorInfo(ConnectorKey key)
Returns the
ConnectorInfo that is
associated with the specified ConnectorKey. |
List<ConnectorInfo> |
getConnectorInfos()
Returns the list of
ConnectorInfo instances. |
List<ConnectorInfo> getConnectorInfos()
ConnectorInfo instances.ConnectorInfo instances.ConnectorInfo findConnectorInfo(ConnectorKey key)
ConnectorInfo that is
associated with the specified ConnectorKey.key - The key of a connector.ConnectorInfo
or null if none was associated with the specified key.Copyright © 2013. All Rights Reserved.