Package org.jivesoftware.smackx.mam
Class MamManager.MamQuery
java.lang.Object
org.jivesoftware.smackx.mam.MamManager.MamQuery
- Enclosing class:
- MamManager
-
Method Details
-
isComplete
public boolean isComplete() -
getMessages
-
getMamResultExtensions
-
pageNext
public List<org.jivesoftware.smack.packet.Message> pageNext(int count) throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, org.jivesoftware.smack.SmackException.NotLoggedInException, InterruptedException - Throws:
org.jivesoftware.smack.SmackException.NoResponseExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionorg.jivesoftware.smack.SmackException.NotLoggedInExceptionInterruptedException
-
pagePrevious
public List<org.jivesoftware.smack.packet.Message> pagePrevious(int count) throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, org.jivesoftware.smack.SmackException.NotLoggedInException, InterruptedException - Throws:
org.jivesoftware.smack.SmackException.NoResponseExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionorg.jivesoftware.smack.SmackException.NotLoggedInExceptionInterruptedException
-
getMessageCount
public int getMessageCount() -
getPage
-