Uses of Interface
it.gotoandplay.smartfoxserver.data.buddylist.persistence.IBuddyListPersister

Packages that use IBuddyListPersister
it.gotoandplay.smartfoxserver.data   
it.gotoandplay.smartfoxserver.data.buddylist   
it.gotoandplay.smartfoxserver.data.buddylist.persistence   
it.gotoandplay.smartfoxserver.extensions.examples   
 

Uses of IBuddyListPersister in it.gotoandplay.smartfoxserver.data
 

Methods in it.gotoandplay.smartfoxserver.data with parameters of type IBuddyListPersister
 void Zone.initBuddyList(int listLength, IBuddyListPersister persister)
           
 

Uses of IBuddyListPersister in it.gotoandplay.smartfoxserver.data.buddylist
 

Methods in it.gotoandplay.smartfoxserver.data.buddylist that return IBuddyListPersister
 IBuddyListPersister BuddyListManager.getPersister()
          Get the IBuddyListPersister
 

Methods in it.gotoandplay.smartfoxserver.data.buddylist with parameters of type IBuddyListPersister
 void BuddyListManager.setPersister(IBuddyListPersister persister)
          Set the buddy list persister
 

Constructors in it.gotoandplay.smartfoxserver.data.buddylist with parameters of type IBuddyListPersister
BuddyListManager(java.lang.String zoneName, int maxLength, IBuddyListPersister persister)
           
 

Uses of IBuddyListPersister in it.gotoandplay.smartfoxserver.data.buddylist.persistence
 

Classes in it.gotoandplay.smartfoxserver.data.buddylist.persistence that implement IBuddyListPersister
 class AbstractBuddyPersister
           This is the base class of a Buddy List persister.
 

Uses of IBuddyListPersister in it.gotoandplay.smartfoxserver.extensions.examples
 

Classes in it.gotoandplay.smartfoxserver.extensions.examples that implement IBuddyListPersister
 class BasicBuddyPersister
           
 class BuddyListDatabasePersister
           This class shows how you can implement your own custom persistency system for the SmartFoxServer buddy lists.