Class ConnectorContainer

  • All Implemented Interfaces:
    Container, org.glassfish.hk2.api.PostConstruct, org.glassfish.hk2.api.PreDestroy

    @Service(name="com.sun.enterprise.connectors.module.ConnectorContainer")
    public class ConnectorContainer
    extends Object
    implements Container, org.glassfish.hk2.api.PostConstruct, org.glassfish.hk2.api.PreDestroy
    Represents the container for connector runtime module
    Author:
    Jagadish Ramu
    • Constructor Detail

      • ConnectorContainer

        public ConnectorContainer()
    • Method Detail

      • postConstruct

        public void postConstruct()
        Specified by:
        postConstruct in interface org.glassfish.hk2.api.PostConstruct
      • preDestroy

        public void preDestroy()
        Specified by:
        preDestroy in interface org.glassfish.hk2.api.PreDestroy
      • getDeployer

        public Class<? extends Deployer> getDeployer()
        Returns the Deployer implementation capable of deploying applications to this container.
        Specified by:
        getDeployer in interface Container
        Returns:
        the Deployer implementation
      • getName

        public String getName()
        Returns a human redeable name for this container, this name is not used for identifying the container but can be used to display messages belonging to the container.
        Specified by:
        getName in interface Container
        Returns:
        a human readable name for this container.
      • logFine

        public void logFine​(String message)