public static class WorkingContext.WorkingContextService extends GenericService
CLASS_VERSION, SERVICE_INFO_KEYDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description |
|---|
WorkingContext.WorkingContextService() |
| Modifier and Type | Method and Description |
|---|---|
void |
doStartService()
This is called after a Service has been created, placed into the
naming hierarchy, and initialized with its configured property
values.
|
void |
dumpPushersForThisThread()
Dump out development line pushers for this thread.
|
DevelopmentLine |
getCurrentDevLine()
Get the current development line for this thread.
|
java.lang.String |
getCurrentDevLineDisplayName()
Get the display name of the current development line, or null if
there is no current development line.
|
java.lang.String |
getCurrentDevLineId()
Get the ID of the current development line, or null if
there is no current development line.
|
boolean |
isDumpStackOnWorkingContextChange()
Whether to dump the stack on working context change.
|
boolean |
isTrackPushers()
Whether we are current tracking devlepment line pushers.
|
void |
setDumpStackOnWorkingContextChange(boolean pDumpStackOnWorkingContextChange)
Whether to dump the stack on working context change.
|
void |
setTrackPushers(boolean pTrackPushers)
Whether we are current tracking devlepment line pushers.
|
addLogListener, createAdminServlet, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopServicevlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic WorkingContext.WorkingContextService()
public void doStartService()
GenericServicedoStartService in class GenericServicepublic void setTrackPushers(boolean pTrackPushers)
public boolean isTrackPushers()
public void dumpPushersForThisThread()
public DevelopmentLine getCurrentDevLine()
public java.lang.String getCurrentDevLineDisplayName()
public java.lang.String getCurrentDevLineId()
public void setDumpStackOnWorkingContextChange(boolean pDumpStackOnWorkingContextChange)
public boolean isDumpStackOnWorkingContextChange()