Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.history.HistoryService

Packages that use HistoryService
net.java.sip.communicator.impl.callhistory   
net.java.sip.communicator.impl.filehistory   
net.java.sip.communicator.impl.history   
net.java.sip.communicator.impl.msghistory   
 

Uses of HistoryService in net.java.sip.communicator.impl.callhistory
 

Methods in net.java.sip.communicator.impl.callhistory that return HistoryService
 HistoryService CallHistoryServiceImpl.getHistoryService()
          Returns the underlying history service.
 

Methods in net.java.sip.communicator.impl.callhistory with parameters of type HistoryService
 void CallHistoryServiceImpl.setHistoryService(HistoryService historyService)
          Set the configuration service.
 void CallHistoryServiceImpl.unsetHistoryService(HistoryService hService)
          Remove a configuration service.
 

Uses of HistoryService in net.java.sip.communicator.impl.filehistory
 

Methods in net.java.sip.communicator.impl.filehistory with parameters of type HistoryService
 void FileHistoryServiceImpl.setHistoryService(HistoryService historyService)
          Set the history service.
 

Uses of HistoryService in net.java.sip.communicator.impl.history
 

Classes in net.java.sip.communicator.impl.history that implement HistoryService
 class HistoryServiceImpl
           
 

Uses of HistoryService in net.java.sip.communicator.impl.msghistory
 

Methods in net.java.sip.communicator.impl.msghistory that return HistoryService
 HistoryService MessageHistoryServiceImpl.getHistoryService()
          Returns the history service.
 

Methods in net.java.sip.communicator.impl.msghistory with parameters of type HistoryService
 void MessageHistoryServiceImpl.setHistoryService(HistoryService historyService)
          Set the configuration service.
 void MessageHistoryServiceImpl.unsetHistoryService(HistoryService historyService)
          Remove a configuration service.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.