|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--ORG.oclc.opserve.opsmanager.OpsManager | +--ORG.oclc.zbroker.ZBrokerOpsManager
The ZBrokerOpsManager class extends OpsManager.
Fields inherited from class ORG.oclc.opserve.opsmanager.OpsManager |
ACTIVATE,
COMMAND_STRING,
fdThresholds,
FLUSHLOG,
FLUSHSTATS,
HOUSEKEEPING,
HOUSEKEEPING_TIMER,
LOG_TYPE,
LOGGING_TIMER,
memThresholds,
METHOD,
PARMS,
POLL,
QUIESCE,
ROOT,
SERVER_LOG,
SESSION_TIMER,
sessionThresholds,
SETTIMER,
SETTRACELEVEL,
state,
STOP_GRACEFULLY,
STOP_IMMEDIATELY,
THREAD_TIMER,
threadThresholds,
TIMER_TYPE,
TIMER_VALUE,
TRACE_LEVEL,
UPDATE,
USER_LOG |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY,
MIN_PRIORITY,
NORM_PRIORITY |
Constructor Summary | |
ZBrokerOpsManager()
Initializes the ZBrokerOpsManager. |
Method Summary | |
void |
activate()
Override for server specific functionality. |
void |
flushLog(String whichLog)
Override for server specific functionality. |
void |
flushStats()
Override for server specific functionality. |
void |
quiesce()
Override for server specific functionality. |
void |
setTimer(long msec,
String whichTimer)
Override for server specific functionality. |
void |
setTraceLevel(int traceLevel,
String whichLog)
Override for server specific functionality. |
void |
stopGracefully()
Override for server specific functionality. |
void |
stopImmediately()
Override for server specific functionality. |
Methods inherited from class ORG.oclc.opserve.opsmanager.OpsManager |
alert,
beginSession,
calcLoad,
countThreads,
decrConnectedClients,
decrFD,
endSession,
getHostID,
getHostMap,
getServerLocation,
getState,
houseKeeping,
incrConnectedClients,
incrFD,
init,
listenForOpsCommands,
loadFactor,
opActivate,
opFlushLog,
opFlushStats,
opHouseKeeping,
opPoll,
opQuiesce,
opSetTimer,
opSetTraceLevel,
opStopLater,
opStopNow,
opUpdate,
register,
responseTime,
run,
setConnectedClients,
setFD,
setServerPort,
setSessionCount,
toString,
unRegister,
update,
updateStatus,
updateTransRate |
Methods inherited from class java.lang.Thread |
activeCount,
checkAccess,
countStackFrames,
currentThread,
destroy,
dumpStack,
enumerate,
getContextClassLoader,
getName,
getPriority,
getThreadGroup,
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 |
Constructor Detail |
public ZBrokerOpsManager() throws Exception
Method Detail |
public void stopGracefully()
public void stopImmediately()
public void activate()
public void quiesce()
public void flushLog(String whichLog)
public void flushStats()
public void setTraceLevel(int traceLevel, String whichLog)
public void setTimer(long msec, String whichTimer)
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |