|
CONGO AppServer | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectstatus
| Constructor Summary | |
status()
|
|
| Method Summary | |
java.lang.String |
getProperty(java.lang.String propName)
Get a property from the server |
int |
numConferences()
|
int |
numRegistrants()
|
int |
saveProperties()
Save the properties out to the conf file... |
java.lang.Object |
serverStatus()
Return various tidbits of information from the appserver, including version number. |
java.util.Hashtable |
setProperty(java.lang.String propName,
java.lang.String propVal)
Set a property in the server |
static int |
updateCounters(int cid)
Regenerate the history_state table for a given conference. |
static int |
updateCounters(int cid,
int rid)
Regenerate the reg_state table for a given conference. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public status()
| Method Detail |
public static int updateCounters(int cid)
cid - Conference ID to report on
public static int updateCounters(int cid,
int rid)
cid - Conference ID to report onrid - Which registrant to regenerate
public int numConferences()
public int numRegistrants()
public java.lang.String getProperty(java.lang.String propName)
propName - The name of the property to return
public java.util.Hashtable setProperty(java.lang.String propName,
java.lang.String propVal)
propName - The name of the property to alterpropVal - The new value of the property
public int saveProperties()
public java.lang.Object serverStatus()
|
CONGO AppServer | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||