com.ibm.connectors

Interface ConnectorServices

  • All Known Implementing Classes:
    ContainerServices, SimpleContainerServices


    public interface ConnectorServices
    This class provides access to the host application that connectors can optionally use to reference services within the host, in particular logging and security.
    • Method Detail

      • getSecurity

        SecurityDirector getSecurity()
        Returns:
        the security director which manages security checking for the host application
      • getLogFactory

        ConnectorLogger getLogFactory()
        Returns:
        a logger factory for accessing java.util.Loggers that integrate with the host application's logging system
IBM TM
CommonTM Connector API