|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.server.sreceiver.AbstractReceiverTask
tigase.server.sreceiver.TesterTask
public class TesterTask
Describe class TesterTask here. Created: Mon Sep 17 18:07:12 2007
| Constructor Summary | |
|---|---|
TesterTask()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHelp()
getHelp method returns task help information. |
java.lang.String |
getType()
getType method returns the task type name. |
protected void |
processMessage(Packet packet,
java.util.Queue<Packet> results)
|
| Methods inherited from class tigase.server.sreceiver.AbstractReceiverTask |
|---|
addNewSubscribers, addToRoster, addToRoster, destroy, getDefaultParams, getDescription, getInstance, getJID, getParams, getRoster, getRosterItem, getStats, init, isAdmin, isAllowedToPost, isAllowedToSubscribe, processPacket, removeFromRoster, removeSubscribers, setJID, setParams, setRosterItemAdmin, setRosterItemModerationAccepted, setRosterItemOnline, setRosterItemOwner, setRosterItemSubscribed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TesterTask()
| Method Detail |
|---|
public java.lang.String getType()
ReceiverTaskIfcgetType method returns the task type name. This
name is displayed on the list of all tasks available for creation.
This is not a nick name of created task this is something more like
"Drupal forums connector" or "Interest group".
Like a Java class name is unique in JVM the task name must be
also inique for StanzaReceiver. Look at
task nick name for more details.
String value of the task name.public java.lang.String getHelp()
ReceiverTaskIfcgetHelp method returns task help information. This
general information about tasks abilties so when the user selects
task for creation he might know what the task is about. This is more
like class description rather then instance description.
String value of task class help information.
protected void processMessage(Packet packet,
java.util.Queue<Packet> results)
processMessage in class AbstractReceiverTask
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||