|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
uk.org.iscream.cms.server.client.AlerterSkeleton
uk.org.iscream.cms.server.client.alerters.WebFeeder__Alerter
Provides a full Alert feed to the singleton instnace of the WebFeeder. See the WebFeeder class for details.
Field Summary | |
private String |
_name
This is the friendly identifier of the component this class is running in. |
static String |
DESC
A description of this alerter |
static String |
REVISION
The current CVS revision of this class |
Fields inherited from class uk.org.iscream.cms.server.client.AlerterSkeleton |
_cp, _logger, _qID, _running, DEFAULT_LEVEL, NOT_CONFIGURED |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
WebFeeder__Alerter()
|
Method Summary | |
String |
getDescription()
Return the String representation of what the alerter does |
protected String |
getFName()
Returns the "friendly" name of this class. |
void |
sendAlert(Alert alert)
Sends an alert object using whatever transport mechanism the extending class is implementing. |
String |
toString()
Overrides the Object.toString()
method to provide clean logging (every class should have this). |
Methods inherited from class uk.org.iscream.cms.server.client.AlerterSkeleton |
getQueue, getQueueId, processAlertMessage, run |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String REVISION
public static final String DESC
private String _name
Constructor Detail |
public WebFeeder__Alerter()
Method Detail |
public void sendAlert(Alert alert)
AlerterSkeleton
sendAlert
in class AlerterSkeleton
alert
- the Alert to sendpublic String getDescription()
getDescription
in interface PluginAlerter
getDescription
in class AlerterSkeleton
public String toString()
Object.toString()
method to provide clean logging (every class should have this).
This uses the uk.org.iscream.cms.util.FormatName class
to format the toString()
protected String getFName()
getFName
in class AlerterSkeleton
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |