Smack

org.jivesoftware.smackx.entitycaps.cache
Interface EntityCapsPersistentCache

All Known Implementing Classes:
SimpleDirectoryPersistentCache

public interface EntityCapsPersistentCache


Method Summary
 void addDiscoverInfoByNodePersistent(String node, DiscoverInfo info)
          Add an DiscoverInfo to the persistent Cache
 void emptyCache()
          Empty the Cache
 void replay()
          Replay the Caches data into EntityCapsManager
 

Method Detail

addDiscoverInfoByNodePersistent

void addDiscoverInfoByNodePersistent(String node,
                                     DiscoverInfo info)
Add an DiscoverInfo to the persistent Cache

Parameters:
node -
info -

replay

void replay()
            throws IOException
Replay the Caches data into EntityCapsManager

Throws:
IOException

emptyCache

void emptyCache()
Empty the Cache


Smack

Copyright © 2003-2007 Jive Software.