Class ServerBeanSelector

java.lang.Object
tigase.kernel.beans.selector.ServerBeanSelector
All Implemented Interfaces:
BeanSelector

public class ServerBeanSelector extends Object implements BeanSelector
Created by andrzej on 26.04.2017.
  • Constructor Details

    • ServerBeanSelector

      public ServerBeanSelector()
  • Method Details

    • getClusterMode

      public static boolean getClusterMode(Kernel kernel)
    • getConfigType

      public static ConfigTypeEnum getConfigType(Kernel kernel)
    • getProperty

      protected static <T> T getProperty(Kernel kernel, String name, T defValue)
    • shouldRegister

      public boolean shouldRegister(Class clazz, Kernel kernel)
      Description copied from interface: BeanSelector
      Method needs to return true if bean in which annotation class implementing this interface is specified and this bean should be registered
      Specified by:
      shouldRegister in interface BeanSelector