|
||||||||||
| 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.RepoRosterTask
tigase.server.sreceiver.NewsDistributor
public class NewsDistributor
Simple news distributor task. Created: Fri May 11 08:53:16 2007
| Field Summary |
|---|
| Fields inherited from class tigase.server.sreceiver.AbstractReceiverTask |
|---|
local_domain |
| Constructor Summary | |
|---|---|
NewsDistributor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHelp()
getHelp method returns task help information. |
java.lang.String |
getType()
getType method returns the task type name. |
| Methods inherited from class tigase.server.sreceiver.RepoRosterTask |
|---|
addToRoster, destroy, loadRoster, removeFromRoster, setParams, setRosterItemAdmin, setRosterItemModerationAccepted, setRosterItemOwner, setRosterItemSubscribed |
| Methods inherited from class tigase.server.sreceiver.AbstractReceiverTask |
|---|
addNewSubscribers, addOutPacket, addToRoster, getDefaultParams, getDescription, getInstance, getJID, getParams, getRoster, getRosterItem, getStatistics, getStats, init, isAdmin, isAllowedToPost, isAllowedToSubscribe, processMessage, processPacket, removeSubscribers, setJID, setRosterItemOnline, setStanzaReceiver |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NewsDistributor()
| 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||