|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ServiceDependencies
The ServiceDependencies interface defines externally provided dependencies for clustered services.
| Method Summary | |
|---|---|
int |
getEventDispatcherThreadPriority()Obtain the priority of the event dispatcher thread. |
long |
getRequestTimeoutMillis()Obtain a default request timeout value. |
SerializerFactory |
getSerializerFactory()Obtain the SerializerFactory used by this service. |
long |
getTaskHungThresholdMillis()Obtain the amount of time that a task can execute before it's considered "hung". |
long |
getTaskTimeoutMillis()Obtain the default task timeout value. |
int |
getThreadPriority()Obtain the priority of the service thread. |
int |
getWorkerThreadCount()Obtain the number of background worker threads that will be created when the service is started. |
int |
getWorkerThreadPriority()Obtain the priority of the worker threads. |
| Method Detail |
|---|
SerializerFactory getSerializerFactory()
SerializerFactory used by this service.long getRequestTimeoutMillis()
PriorityTasks.long getTaskHungThresholdMillis()
long getTaskTimeoutMillis()
PriorityTasks.int getWorkerThreadCount()
int getThreadPriority()
Thread.MIN_PRIORITY and Thread.MAX_PRIORITY.int getWorkerThreadPriority()
Thread.MIN_PRIORITY and Thread.MAX_PRIORITY.int getEventDispatcherThreadPriority()
Thread.MIN_PRIORITY and Thread.MAX_PRIORITY.
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||