|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.process.internal.ProcessingExecutorsFactory
@Scoped(value=org.glassfish.hk2.scopes.Singleton.class) public class ProcessingExecutorsFactory
Aggregate processing executors provider
used directly in the request invoker to get the pluggable
processing executor services.
| Method Summary | |
|---|---|
java.util.concurrent.ExecutorService |
getRequestingExecutor()
Get request processing executor. |
java.util.concurrent.ExecutorService |
getRespondingExecutor()
Get response processing executor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.concurrent.ExecutorService getRequestingExecutor()
ProcessingExecutorsProvider
getRequestingExecutor in interface ProcessingExecutorsProvidernull if the default
executor should be used.public java.util.concurrent.ExecutorService getRespondingExecutor()
ProcessingExecutorsProvider
getRespondingExecutor in interface ProcessingExecutorsProvidernull if the default
executor should be used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||