Package tigase.xmpp.impl.roster
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 java.lang.Object implements Initializable, UnregisterAware
-
-
Constructor Summary
Constructors Constructor Description Bean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeUnregister()Method called before bean unregister.voidinitialize()Method will be called, when bean will be created, configured and ready to use.voidsetDefaultRosterImplementation(java.lang.String defaultRosterImplementation)voidsetEventBus(EventBus eventBus)
-
-
-
Method Detail
-
setDefaultRosterImplementation
public void setDefaultRosterImplementation(java.lang.String defaultRosterImplementation)
-
setEventBus
public void setEventBus(EventBus eventBus)
-
beforeUnregister
public void beforeUnregister()
Description copied from interface:UnregisterAwareMethod called before bean unregister.- Specified by:
beforeUnregisterin interfaceUnregisterAware
-
initialize
public void initialize()
Description copied from interface:InitializableMethod will be called, when bean will be created, configured and ready to use.- Specified by:
initializein interfaceInitializable
-
-