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 IThreadPoolRegistry
ServerRegistries. 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 class
ThreadPoolRegistry
-
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 IThreadPoolRegistry
IServerRegistries. getThreadPoolRegistry()
Get the thread pool registry.
-