Class NetworkConnectorBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<NetworkConnector<?>>, org.springframework.beans.factory.InitializingBean

    public class NetworkConnectorBean
    extends HekateBaseBean<NetworkConnector<?>>
    implements org.springframework.beans.factory.InitializingBean
    Imports NetworkConnector into a Spring context.
    • Constructor Detail

      • NetworkConnectorBean

        public NetworkConnectorBean()
    • Method Detail

      • getProtocol

        public String getProtocol()
        Returns the protocol name.
        Returns:
        Protocol name.
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception