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>

public class MsgBroadcastRepository.BroadcastMsg<T> extends MsgRepository.MsgDBItem<T>
  • Constructor Details

    • BroadcastMsg

      public BroadcastMsg(T db_id, Element msg, Date expired)
  • Method Details

    • needToSend

      public boolean needToSend(JID jid)
    • markAsSent

      public void markAsSent(JID jid)
    • addRecipient

      protected boolean addRecipient(BareJID jid)