public class PubSubTestsTask extends RepoRosterTask
Constructor and Description |
---|
PubSubTestsTask() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
addOutPacket(Packet packet)
Method description
|
Map<String,PropertyItem> |
getDefaultParams()
getDefaultParams method return task instance default configuration
parameters. |
String |
getHelp()
getHelp method returns task help information. |
String |
getType()
getType method returns the task type name. |
protected void |
processMessage(Packet packet,
Queue<Packet> results)
Method description
|
addToRoster, destroy, loadRoster, removeFromRoster, setParams, setRosterItemAdmin, setRosterItemModerationAccepted, setRosterItemOwner, setRosterItemSubscribed
addNewSubscribers, addToRoster, getDescription, getInstance, getJID, getParams, getRoster, getRosterItem, getStatistics, getStats, init, isAdmin, isAllowedToPost, isAllowedToSubscribe, processPacket, removeSubscribers, setJID, setRosterItemOnline, setStanzaReceiver
public Map<String,PropertyItem> getDefaultParams()
ReceiverTaskIfc
getDefaultParams
method return task instance default configuration
parameters. The map should contains all possible parameters accepted by
the task in setParams
method. Values may be empty but may
not be null
. All of parameters should be converted to
String
type to make it possible to display them in ad-hoc
command x-form. Parameters then should be converted back to whatever format
is needed when passed back in setParams
method.
For more detailed information about configuration parameters please refer
to setParams
method.getDefaultParams
in interface ReceiverTaskIfc
getDefaultParams
in class AbstractReceiverTask
Map
value with task instance configuration parameters.ReceiverTaskIfc.setParams(Map)
public String getHelp()
ReceiverTaskIfc
getHelp
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.public String getType()
ReceiverTaskIfc
getType
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.protected boolean addOutPacket(Packet packet)
AbstractReceiverTask
addOutPacket
in class AbstractReceiverTask
protected void processMessage(Packet packet, Queue<Packet> results)
AbstractReceiverTask
processMessage
in class AbstractReceiverTask
Copyright © 2018 "Tigase, Inc.". All rights reserved.