Package tigase.server

Class ConnectionManager.PortConfigBean

    • Constructor Summary

      Constructors 
      Constructor Description
      PortConfigBean()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beanConfigurationChanged​(java.util.Collection<java.lang.String> changedFields)
      Method called when configuration was applied to bean.
      void beforeUnregister()
      Method called before bean unregister.
      int getPort()  
      protected java.util.Map<java.lang.String,​java.lang.Object> getProps()  
      void initialize()
      Method will be called, when bean will be created, configured and ready to use.
      boolean isSecure()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PortConfigBean

        public PortConfigBean()
    • Method Detail

      • getPort

        public int getPort()
      • isSecure

        public boolean isSecure()
      • beanConfigurationChanged

        public void beanConfigurationChanged​(java.util.Collection<java.lang.String> changedFields)
        Description copied from interface: ConfigurationChangedAware
        Method called when configuration was applied to bean.
        Specified by:
        beanConfigurationChanged in interface ConfigurationChangedAware
        Parameters:
        changedFields - collection of field names which were changed
      • initialize

        public void initialize()
        Description copied from interface: Initializable
        Method will be called, when bean will be created, configured and ready to use.
        Specified by:
        initialize in interface Initializable
      • getProps

        protected java.util.Map<java.lang.String,​java.lang.Object> getProps()