|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface ConnectionPool
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
java.lang.String |
getMaxPendingCount()
Deprecated. Gets the value of the maxPendingCount property. |
java.lang.String |
getQueueSizeInBytes()
Deprecated. Gets the value of the queueSizeInBytes property. |
java.lang.String |
getReceiveBufferSizeInBytes()
Deprecated. Gets the value of the receiveBufferSizeInBytes property. |
java.lang.String |
getSendBufferSizeInBytes()
Deprecated. Gets the value of the sendBufferSizeInBytes property. |
void |
setMaxPendingCount(java.lang.String value)
Deprecated. Sets the value of the maxPendingCount property. |
void |
setQueueSizeInBytes(java.lang.String value)
Deprecated. Sets the value of the queueSizeInBytes property. |
void |
setReceiveBufferSizeInBytes(java.lang.String value)
Deprecated. Sets the value of the receiveBufferSizeInBytes property. |
void |
setSendBufferSizeInBytes(java.lang.String value)
Deprecated. Sets the value of the sendBufferSizeInBytes property. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Method Detail |
|---|
@Min(value=0L) @Max(value=2147483647L) java.lang.String getQueueSizeInBytes()
String
void setQueueSizeInBytes(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=1L) @Max(value=2147483647L) java.lang.String getMaxPendingCount()
String
void setMaxPendingCount(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=1L) @Max(value=2147483647L) java.lang.String getReceiveBufferSizeInBytes()
String
void setReceiveBufferSizeInBytes(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=1L) @Max(value=2147483647L) java.lang.String getSendBufferSizeInBytes()
String
void setSendBufferSizeInBytes(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||