|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.smackx.packet.OfflineMessageInfo
public class OfflineMessageInfo
OfflineMessageInfo is an extension included in the retrieved offline messages requested by
the OfflineMessageManager
. This extension includes a stamp
that uniquely identifies the offline message. This stamp may be used for deleting the offline
message. The stamp may be of the form UTC timestamps but it is not required to have that format.
Nested Class Summary | |
---|---|
static class |
OfflineMessageInfo.Provider
|
Constructor Summary | |
---|---|
OfflineMessageInfo()
|
Method Summary | |
---|---|
String |
getElementName()
Returns the XML element name of the extension sub-packet root element. |
String |
getNamespace()
Returns the XML namespace of the extension sub-packet root element. |
String |
getNode()
Returns the stamp that uniquely identifies the offline message. |
void |
setNode(String node)
Sets the stamp that uniquely identifies the offline message. |
String |
toXML()
Returns the XML reppresentation of the PacketExtension. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OfflineMessageInfo()
Method Detail |
---|
public String getElementName()
getElementName
in interface PacketExtension
public String getNamespace()
getNamespace
in interface PacketExtension
public String getNode()
public void setNode(String node)
node
- the stamp that uniquely identifies the offline message.public String toXML()
PacketExtension
toXML
in interface PacketExtension
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |