Interface ConnectorInfo

All Known Subinterfaces:
ConnectorDescription

public interface ConnectorInfo
  • Method Details

    • name

      String name()
      Returns:
      name of this connector
    • type

      Returns:
      type of this connector
    • className

      String className()
      Returns:
      class of this connector
    • state

      String state()
      Returns:
      state of this connector. The possible states are "UNASSIGNED", "RUNNING", "FAILED" or "PAUSED".