tigase.server.sreceiver
Interface TaskCommandIfc

All Known Implementing Classes:
NewTaskCommand, TaskInstanceCommand

public interface TaskCommandIfc

Describe class TaskCommandIfc here. Created: Wed May 16 18:29:18 2007

Version:
$Rev: 630 $
Author:
Artur Hefczyc

Field Summary
static String STEP
           
static String TASK_NAME_FIELD
           
static String TASK_TYPE_FIELD
           
 
Method Summary
 String getDescription()
          Describe getDescription method here.
 String getNodeName()
          Describe getNodeName method here.
 void processCommand(Packet packet, Packet result, StanzaReceiver reciv)
          Describe processCommand method here.
 

Field Detail

TASK_NAME_FIELD

static final String TASK_NAME_FIELD
See Also:
Constant Field Values

TASK_TYPE_FIELD

static final String TASK_TYPE_FIELD
See Also:
Constant Field Values

STEP

static final String STEP
See Also:
Constant Field Values
Method Detail

getNodeName

String getNodeName()
Describe getNodeName method here.

Returns:
a String value

getDescription

String getDescription()
Describe getDescription method here.

Returns:
a String value

processCommand

void processCommand(Packet packet,
                    Packet result,
                    StanzaReceiver reciv)
Describe processCommand method here.

Parameters:
packet - a Packet value
result - a Packet value
reciv - a StanzaReceiver value


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.