Package org.hcjf.service
Class Service.StaticServiceThread
- java.lang.Object
-
- java.lang.Thread
-
- org.hcjf.service.ServiceThread
-
- org.hcjf.service.Service.StaticServiceThread
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- Service<C extends ServiceConsumer>
public static final class Service.StaticServiceThread extends ServiceThread
-
-
Method Summary
-
Methods inherited from class org.hcjf.service.ServiceThread
checkAllocatedMemory, checkExecutionTime, checkInterruptedThread, configureMaxAllocatedMemory, configureMaxExecutionTime, getAccumulatedAllocatedMemory, getAccumulatedTime, getInitialAllocatedMemory, getInitialTime, getLayerStack, getMaxAllocatedMemory, getMaxExecutionTime, getServiceClass, getSession, putLayer, removeLayer, setSession
-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-