Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


oracle.sdp.sclb.configuration.beans
Interface SipThreadPoolConfigurationBean


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

DEFAULT_MaxThreadPoolSize

static final int DEFAULT_MaxThreadPoolSize
default MaxThreadPoolSize.
See Also:
Constant Field Values

DEFAULT_MinThreadPoolSize

static final int DEFAULT_MinThreadPoolSize
default MinThreadPoolSize.
See Also:
Constant Field Values

DEFAULT_ThreadPoolMaxSelectors

static final int DEFAULT_ThreadPoolMaxSelectors
default ThreadPoolMaxSelectors.
See Also:
Constant Field Values

DEFAULT_ThreadInitialBufferSize

static final int DEFAULT_ThreadInitialBufferSize
default ThreadInitialBufferSize.
See Also:
Constant Field Values

DEFAULT_RequestQueueSize

static final int DEFAULT_RequestQueueSize
default RequestQueueSize.
See Also:
Constant Field Values

Method Detail

getMaxThreadPoolSize

int getMaxThreadPoolSize()
Maximum size of the thread pool used for NIO framework implement SIP.
Returns:
maxThreadPoolSize

setMaxThreadPoolSize

void setMaxThreadPoolSize(int value)
Set MaxThreadPoolSize Properties.
Parameters:
value - MaxThreadPoolSize

getMinThreadPoolSize

int getMinThreadPoolSize()
Minimum size of the thread pool used for NIO framework to implement SIP.
Returns:
minThreadPoolSize

setMinThreadPoolSize

void setMinThreadPoolSize(int value)
Set MinThreadPoolSize Properties.
Parameters:
value - MinThreadPoolSize

getThreadPoolMaxSelectors

int getThreadPoolMaxSelectors()
Maximum number of temporary NIO selectors used. It effects both HTTP and SIP.
Returns:
threadPoolMaxSelectors

setThreadPoolMaxSelectors

void setThreadPoolMaxSelectors(int value)
Set ThreadPoolMaxSelectors Properties.
Parameters:
value - threadPoolMaxSelectors

getThreadInitialBufferSize

int getThreadInitialBufferSize()
Initial size of the byte buffer associated with thread.
Returns:
threadInitialBufferSize

setThreadInitialBufferSize

void setThreadInitialBufferSize(int value)
Set ThreadInitialBufferSize Properties.
Parameters:
value - threadInitialBufferSize

getRequestQueueSize

int getRequestQueueSize()
Request queue size of the thread pool used for NIO framework to implement SIP.
Returns:
requestQueueSize

setRequestQueueSize

void setRequestQueueSize(int value)
Set RequestQueueSize Properties.
Parameters:
value - requestQueueSize

getThreadPoolOtherProperties

String getThreadPoolOtherProperties()
Property of the thread pool in the form of name and value.
Returns:
ThreadPoolOtherProperties

setThreadPoolOtherProperties

void setThreadPoolOtherProperties(String value)
Set the ThreadPoolOtherProperties.
Parameters:
value - ThreadPoolOtherProperties

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.