|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SipThreadPoolConfigurationBean
SipThreadPoolConfiguration descriptor bean.
Field Summary | |
---|---|
static int |
DEFAULT_MaxThreadPoolSize default MaxThreadPoolSize. |
static int |
DEFAULT_MinThreadPoolSize default MinThreadPoolSize. |
static int |
DEFAULT_RequestQueueSize default RequestQueueSize. |
static int |
DEFAULT_ThreadInitialBufferSize default ThreadInitialBufferSize. |
static int |
DEFAULT_ThreadPoolMaxSelectors default ThreadPoolMaxSelectors. |
Method Summary | |
---|---|
int |
getMaxThreadPoolSize() Maximum size of the thread pool used for NIO framework implement SIP. |
int |
getMinThreadPoolSize() Minimum size of the thread pool used for NIO framework to implement SIP. |
int |
getRequestQueueSize() Request queue size of the thread pool used for NIO framework to implement SIP. |
int |
getThreadInitialBufferSize() Initial size of the byte buffer associated with thread. |
int |
getThreadPoolMaxSelectors() Maximum number of temporary NIO selectors used. |
String |
getThreadPoolOtherProperties() Property of the thread pool in the form of name and value. |
void |
setMaxThreadPoolSize(int value) Set MaxThreadPoolSize Properties. |
void |
setMinThreadPoolSize(int value) Set MinThreadPoolSize Properties. |
void |
setRequestQueueSize(int value) Set RequestQueueSize Properties. |
void |
setThreadInitialBufferSize(int value) Set ThreadInitialBufferSize Properties. |
void |
setThreadPoolMaxSelectors(int value) Set ThreadPoolMaxSelectors Properties. |
void |
setThreadPoolOtherProperties(String value) Set the ThreadPoolOtherProperties. |
Field Detail |
---|
static final int DEFAULT_MaxThreadPoolSize
static final int DEFAULT_MinThreadPoolSize
static final int DEFAULT_ThreadPoolMaxSelectors
static final int DEFAULT_ThreadInitialBufferSize
static final int DEFAULT_RequestQueueSize
Method Detail |
---|
int getMaxThreadPoolSize()
void setMaxThreadPoolSize(int value)
value
- MaxThreadPoolSizeint getMinThreadPoolSize()
void setMinThreadPoolSize(int value)
value
- MinThreadPoolSizeint getThreadPoolMaxSelectors()
void setThreadPoolMaxSelectors(int value)
value
- threadPoolMaxSelectorsint getThreadInitialBufferSize()
void setThreadInitialBufferSize(int value)
value
- threadInitialBufferSizeint getRequestQueueSize()
void setRequestQueueSize(int value)
value
- requestQueueSizeString getThreadPoolOtherProperties()
void setThreadPoolOtherProperties(String value)
value
- ThreadPoolOtherProperties
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2012 Oracle Corporation. All Rights Reserved.