public class NewsDistributor extends RepoRosterTask
Constructor and Description |
---|
NewsDistributor() |
Modifier and Type | Method and Description |
---|---|
String |
getHelp()
getHelp method returns task help information. |
String |
getType()
getType method returns the task type name. |
addToRoster, destroy, loadRoster, removeFromRoster, setParams, setRosterItemAdmin, setRosterItemModerationAccepted, setRosterItemOwner, setRosterItemSubscribed
addNewSubscribers, addOutPacket, addToRoster, getDefaultParams, getDescription, getInstance, getJID, getParams, getRoster, getRosterItem, getStatistics, getStats, init, isAdmin, isAllowedToPost, isAllowedToSubscribe, processMessage, processPacket, removeSubscribers, setJID, setRosterItemOnline, setStanzaReceiver
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.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.Copyright © 2018 "Tigase, Inc.". All rights reserved.