Uses of Interface
org.glassfish.grizzly.config.dom.ThreadPool
-
-
Uses of ThreadPool in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type ThreadPool Modifier and Type Method Description List<ThreadPool>ThreadPools. getThreadPool()Gets the value of the threadPool property. -
Uses of ThreadPool in com.sun.enterprise.v3.services.impl
Methods in com.sun.enterprise.v3.services.impl that return ThreadPool Modifier and Type Method Description ThreadPoolDummyNetworkListener. findThreadPool()Methods in com.sun.enterprise.v3.services.impl with parameters of type ThreadPool Modifier and Type Method Description protected voidServiceInitializerListener. configureThreadPool(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener networkListener, ThreadPool threadPool)protected org.glassfish.grizzly.threadpool.ThreadPoolConfigGlassfishNetworkListener. configureThreadPoolConfig(NetworkListener networkListener, ThreadPool threadPool) -
Uses of ThreadPool in com.sun.enterprise.web.connector.coyote
Methods in com.sun.enterprise.web.connector.coyote with parameters of type ThreadPool Modifier and Type Method Description voidPECoyoteConnector. configureThreadPool(ThreadPool pool)Configures this connector from the given thread-pool configuration bean. -
Uses of ThreadPool in org.glassfish.enterprise.iiop.util
Methods in org.glassfish.enterprise.iiop.util that return types with arguments of type ThreadPool Modifier and Type Method Description Collection<ThreadPool>IIOPUtils. getAllThreadPools() -
Uses of ThreadPool in org.glassfish.grizzly.config
Methods in org.glassfish.grizzly.config with parameters of type ThreadPool Modifier and Type Method Description protected voidGenericGrizzlyListener. configureThreadPool(org.glassfish.hk2.api.ServiceLocator habitat, NetworkListener networkListener, ThreadPool threadPool)protected org.glassfish.grizzly.threadpool.ThreadPoolConfigGenericGrizzlyListener. configureThreadPoolConfig(NetworkListener networkListener, ThreadPool threadPool) -
Uses of ThreadPool in org.glassfish.grizzly.config.dom
Methods in org.glassfish.grizzly.config.dom that return ThreadPool Modifier and Type Method Description static ThreadPoolNetworkListener.Duck. findThreadPool(NetworkListener listener)ThreadPoolNetworkListener. findThreadPool()Methods in org.glassfish.grizzly.config.dom that return types with arguments of type ThreadPool Modifier and Type Method Description List<ThreadPool>NetworkListeners. getThreadPool()Defines public thread-pool(s), which could be referenced within network-listener element(s)Methods in org.glassfish.grizzly.config.dom with parameters of type ThreadPool Modifier and Type Method Description static List<NetworkListener>ThreadPool.Duck. findNetworkListeners(ThreadPool threadpool)
-