Uses of Interface
de.xima.fc.system.server.api.threadpool.IThreadPoolRegistry
-
Packages that use IThreadPoolRegistry Package Description de.xima.fc.system.impl.server de.xima.fc.system.impl.server.threadpool de.xima.fc.system.server.api -
-
Uses of IThreadPoolRegistry in de.xima.fc.system.impl.server
Methods in de.xima.fc.system.impl.server that return IThreadPoolRegistry Modifier and Type Method Description IThreadPoolRegistryServerRegistries. getThreadPoolRegistry() -
Uses of IThreadPoolRegistry in de.xima.fc.system.impl.server.threadpool
Classes in de.xima.fc.system.impl.server.threadpool that implement IThreadPoolRegistry Modifier and Type Class Description classThreadPoolRegistry -
Uses of IThreadPoolRegistry in de.xima.fc.system.server.api
Methods in de.xima.fc.system.server.api that return IThreadPoolRegistry Modifier and Type Method Description IThreadPoolRegistryIServerRegistries. getThreadPoolRegistry()Get the thread pool registry.
-