|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSnacCommand
SsiCommand
ItemsCmd
DeleteItemsCmd
A SNAC command used to delete specific server-stored "items." Normally
responded-to with a SsiDataModResponse
.
0x13
, command 0x0a
Field Summary |
Fields inherited from class SsiCommand |
CMD_ACTIVATE, CMD_CREATE_ITEMS, CMD_DATA_CHECK, CMD_DATA_REQ, CMD_DELETE_ITEMS, CMD_MOD_ACK, CMD_MODIFY_ITEMS, CMD_POST_MOD, CMD_PRE_MOD, CMD_RIGHTS, CMD_RIGHTS_REQ, CMD_SSI_DATA, CMD_UNCHANGED, FAMILY_INFO, FAMILY_SSI |
Fields inherited from class SnacCommand |
SNACFLAG_DEFAULT |
Constructor Summary | |
protected |
DeleteItemsCmd(SnacPacket packet)
Generates a new item deletion command from the given incoming SNAC packet. |
|
DeleteItemsCmd(SsiItem[] items)
Creates a new outgoing item deletion command with the given list of items to delete. |
Methods inherited from class ItemsCmd |
getItems, toString, writeData |
Methods inherited from class SnacCommand |
getCommand, getFamily, getFlag1, getFlag2 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected DeleteItemsCmd(SnacPacket packet)
packet
- an incoming SSI item deletion packetpublic DeleteItemsCmd(SsiItem[] items)
items
- the items to delete from the server
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |