|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSnacCommand
SsiCommand
ItemsCmd
CreateItemsCmd
A SNAC command sent to create new server-stored "items." Normally
responded-to with a SsiDataModResponse
.
SsiDataModResponse
0x13
, command 0x08
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 |
CreateItemsCmd(SnacPacket packet)
Generates a new create-items command from the given incoming SNAC packet. |
|
CreateItemsCmd(SsiItem[] items)
Creates a new outgoing create-items request with the given list of items. |
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 CreateItemsCmd(SnacPacket packet)
packet
- an incoming create-items packetpublic CreateItemsCmd(SsiItem[] items)
items
- the items to create on the server
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |