Package tigase.server.amp.db
Class MsgBroadcastRepository.BroadcastMsg<T>
java.lang.Object
tigase.server.amp.db.MsgRepository.MsgDBItem<T>
tigase.server.amp.db.MsgBroadcastRepository.BroadcastMsg<T>
- All Implemented Interfaces:
Comparable<Delayed>
,Delayed
- Enclosing class:
- MsgBroadcastRepository<T,
S extends DataSource>
-
Field Summary
Fields inherited from class tigase.server.amp.db.MsgRepository.MsgDBItem
db_id, expired, msg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
addRecipient
(tigase.xmpp.jid.BareJID jid) void
markAsSent
(tigase.xmpp.jid.JID jid) boolean
needToSend
(tigase.xmpp.jid.JID jid) Methods inherited from class tigase.server.amp.db.MsgRepository.MsgDBItem
compareTo, getDelay
-
Constructor Details
-
BroadcastMsg
-
-
Method Details
-
needToSend
public boolean needToSend(tigase.xmpp.jid.JID jid) -
markAsSent
public void markAsSent(tigase.xmpp.jid.JID jid) -
addRecipient
protected boolean addRecipient(tigase.xmpp.jid.BareJID jid)
-