public interface MonitoringService
| Modifier and Type | Method and Description |
|---|---|
Collection<ClassLoader> |
getClassLoaders() |
ExecutorService |
getExecutor(Bundle bundle) |
ThreadGroup |
getThreadGroup(Bundle bundle) |
Collection<ThreadGroup> |
getThreadGroups() |
<T> Future<T> |
runInContext(Bundle bundle,
Callable<T> run) |
Future<?> |
runInContext(Bundle bundle,
Runnable run) |
ExecutorService getExecutor(Bundle bundle)
ThreadGroup getThreadGroup(Bundle bundle)
Collection<ThreadGroup> getThreadGroups()
Collection<ClassLoader> getClassLoaders()
Copyright © 2007-2014 FuseSource, Corp.. All Rights Reserved.