Class RosterFactory.Bean

java.lang.Object
tigase.xmpp.impl.roster.RosterFactory.Bean
All Implemented Interfaces:
Initializable, UnregisterAware
Enclosing class:
RosterFactory

@Bean(name="rosterFactory", exportable=true, active=true) public static class RosterFactory.Bean extends Object implements Initializable, UnregisterAware
  • Constructor Details

    • Bean

      public Bean()
  • Method Details

    • setDefaultRosterImplementation

      public void setDefaultRosterImplementation(String defaultRosterImplementation)
    • setEventBus

      public void setEventBus(EventBus eventBus)
    • beforeUnregister

      public void beforeUnregister()
      Description copied from interface: UnregisterAware
      Method called before bean unregister.
      Specified by:
      beforeUnregister in interface UnregisterAware
    • 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