tigase.db
Interface MsgRepositoryIfc
- All Known Implementing Classes:
- MsgRepository
public interface MsgRepositoryIfc
Created: May 11, 2010 6:56:14 PM
- Version:
- $Rev$
- Author:
- Artur Hefczyc
getMessageExpired
tigase.xml.Element getMessageExpired(long time,
boolean delete)
loadMessagesToJID
Queue<tigase.xml.Element> loadMessagesToJID(tigase.xmpp.JID to,
boolean delete)
throws UserNotFoundException
- Throws:
UserNotFoundException
storeMessage
void storeMessage(tigase.xmpp.JID from,
tigase.xmpp.JID to,
Date expired,
tigase.xml.Element msg)
throws UserNotFoundException
- Throws:
UserNotFoundException
Copyright © 2013 Tigase. All rights reserved.