Package org.jboss.msc.service
Class ServiceContainerImpl.ServiceThread
- java.lang.Object
-
- java.lang.Thread
-
- org.jboss.msc.service.ServiceContainerImpl.ServiceThread
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- ServiceContainerImpl
static class ServiceContainerImpl.ServiceThread extends java.lang.Thread
-
-
Field Summary
Fields Modifier and Type Field Description private ServiceContainerImpl
container
-
Constructor Summary
Constructors Constructor Description ServiceThread(java.lang.Runnable runnable, ServiceContainerImpl container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) ServiceContainerImpl
getContainer()
-
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
-
-
-
-
Field Detail
-
container
private final ServiceContainerImpl container
-
-
Constructor Detail
-
ServiceThread
ServiceThread(java.lang.Runnable runnable, ServiceContainerImpl container)
-
-
Method Detail
-
getContainer
ServiceContainerImpl getContainer()
-
-