TransportFactory.ConnectorInfo

class ConnectorInfo

Instances of this class describe capabilities and properties of transport implementations.

Author

jmoringe

Constructors

ConnectorInfo

public ConnectorInfo(String name, Set<String> schemas, Set<String> options, boolean remote)

Creates a description for the transport implementation named @a name.

Parameters
  • name – Name of the transport implementation

  • schemas – The schemas supported by the transport implementation.

  • options – Names of the configuration options accepted by the transport implementation.

  • remote – Indicates whether the transport performs remote communication.

Methods

getName

public String getName()

getOptions

public Set<String> getOptions()

getSchemas

public Set<String> getSchemas()

isRemote

public boolean isRemote()