com.sun.im.provider
Interface NewsStorageProvider

All Superinterfaces:
ConferenceStorageProvider, ConferenceStore

public interface NewsStorageProvider
extends ConferenceStore

news storage interface. This class allows the server code to retrieve and save group chat affiliations. It is extended by classes providing actual storage.


Method Summary
 java.lang.String loadMetaData(java.lang.String id)
           
 void saveMetaData(java.lang.String id, java.lang.String xml)
           
 
Methods inherited from interface com.sun.im.provider.ConferenceStore
addMessage, deleteMessage, deleteMessages, getFilterEvaluators, getMessage, getMessageIds, getMessages
 
Methods inherited from interface com.sun.im.provider.ConferenceStorageProvider
create, destroy, exists, loadAffiliations, loadConfiguration, saveAffiliations, saveConfiguration, search, search
 

Method Detail

loadMetaData

public java.lang.String loadMetaData(java.lang.String id)
                              throws java.lang.Exception
Throws:
java.lang.Exception

saveMetaData

public void saveMetaData(java.lang.String id,
                         java.lang.String xml)
                  throws java.lang.Exception
Throws:
java.lang.Exception