Package tigase.meet

Interface IMeetRepository

All Superinterfaces:
tigase.stats.ComponentStatisticsProvider, tigase.stats.StatisticsProviderIfc
All Known Implementing Classes:
MeetRepository

public interface IMeetRepository extends tigase.stats.ComponentStatisticsProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    create(tigase.xmpp.jid.BareJID jid, int maxNoOfPublishers)
     
    void
    destroyed(tigase.xmpp.jid.BareJID jid)
     
    int
     
    getMeet(tigase.xmpp.jid.BareJID jid)
     
    int
     

    Methods inherited from interface tigase.stats.ComponentStatisticsProvider

    belongsTo, everyHour, everyMinute, everySecond

    Methods inherited from interface tigase.stats.StatisticsProviderIfc

    getStatistics
  • Method Details

    • create

      CompletableFuture<Meet> create(tigase.xmpp.jid.BareJID jid, int maxNoOfPublishers)
    • getMeet

      Meet getMeet(tigase.xmpp.jid.BareJID jid) throws tigase.component.exceptions.ComponentException
      Throws:
      tigase.component.exceptions.ComponentException
    • destroyed

      void destroyed(tigase.xmpp.jid.BareJID jid)
    • size

      int size()
    • getMaxParticipantsInMeeting

      int getMaxParticipantsInMeeting()