public interface ConnectionReusePoolBean
extends weblogic.descriptor.DescriptorBean
Modifier and Type | Method and Description |
---|---|
String |
getDestination()
Specifies the IP address or host name of the destination SBC or S-CSCF.
|
int |
getDestinationPort()
Specifies the port number of the destination SBC or S-CSCF.
|
int |
getMaximumConnections()
Specifies the maximum number of opened connections to maintain in this pool.
|
String |
getPoolName()
Identifies the name of this pool.
|
void |
setDestination(String destination) |
void |
setDestinationPort(int port) |
void |
setMaximumConnections(int maxConnections) |
void |
setPoolName(String name) |
String getPoolName()
Identifies the name of this pool.
void setPoolName(String name)
String getDestination()
Specifies the IP address or host name of the destination SBC or S-CSCF.
WebLogic SIP Server opens or re-uses connection in this pool only when making requests to the configured address.
void setDestination(String destination)
int getDestinationPort()
Specifies the port number of the destination SBC or S-CSCF.
void setDestinationPort(int port)
int getMaximumConnections()
Specifies the maximum number of opened connections to maintain in this pool.
void setMaximumConnections(int maxConnections)