Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
Method Detail
getThreadCount
int getThreadCount()
The number of worker threads used in the call state Coherence cache service
used by the Sip Server. This is recommended to be a positive integer, but
may be configured with 0 or -1 for specific behavior. See the thread-count
element description in distributed-scheme section of the Oracle Coherence
Cache Configuration Elements Reference documentation for more details.
Returns:
thread count.
setThreadCount
void setThreadCount(int count)
Set thread count.
Parameters:
count - thread count.
getPartitionCount
int getPartitionCount()
The number of partitions used in the call state Coherence cache service
used by the Sip Server. This must be a positive integer and should be a
prime number. See the partition-count element description in distributed-scheme
section of the Oracle Coherence Cache Configuration Elements Reference
documentation for more details.