|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.voicent.webalert.BroadcastManager
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 |
static BroadcastManager |
getInstance()
Get the singleton instance |
static void |
main(java.lang.String[] args)
|
void |
setCallList(java.lang.String filename)
Set the current call list |
boolean |
startBroadcast(java.lang.String notes)
Start a background thread to manage calls |
boolean |
stopBroadcast()
Stop broadcast |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static BroadcastManager getInstance()
public void setCallList(java.lang.String filename)
filename
- CSV file name of the call listpublic boolean startBroadcast(java.lang.String notes)
notes
- alert messagepublic boolean stopBroadcast()
public int getCallsMade()
public int getCallsFailed()
public int getCallsInprogress()
public int getCallsToBeMade()
public static void main(java.lang.String[] args) throws java.lang.InterruptedException
java.lang.InterruptedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |