|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
com.voicent.webalert.BroadcastThread
Field Summary |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
BroadcastThread()
|
Method Summary | |
int |
getCallsFailed()
get current total calls failed |
int |
getCallsInProgress()
get current total calls in progress |
int |
getCallsMade()
get current total calls made |
int |
getCallsToBeMade()
get current total calls to be made |
boolean |
isOngoing()
|
void |
run()
this is a simple call dispatcher, there is no need to schedule the call since the gateway has a call scheduler. |
boolean |
startBroadcast(BroadcastList list,
java.lang.String notes)
|
boolean |
stopBroadcast()
|
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, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BroadcastThread()
Method Detail |
public boolean startBroadcast(BroadcastList list, java.lang.String notes)
public boolean stopBroadcast()
public void run()
public int getCallsMade()
public int getCallsFailed()
public int getCallsInProgress()
public int getCallsToBeMade()
public boolean isOngoing()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |