public class NewTaskCommand extends Object implements TaskCommandIfc
STEP, TASK_NAME_FIELD, TASK_TYPE_FIELD| Constructor and Description |
|---|
NewTaskCommand() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Describe
getDescription method here. |
String |
getNodeName()
Describe
getNodeName method here. |
void |
processCommand(Packet packet,
Packet result,
StanzaReceiver receiv)
Describe
processCommand method here. |
public void processCommand(Packet packet, Packet result, StanzaReceiver receiv)
processCommand method here.processCommand in interface TaskCommandIfcpacket - a Packet valueresult - a Packet valuereceiv - is a StanzaReceiverpublic String getDescription()
getDescription method here.getDescription in interface TaskCommandIfcString valuepublic String getNodeName()
getNodeName method here.getNodeName in interface TaskCommandIfcString valueCopyright © 2013 Tigase. All rights reserved.