|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface KeepAlive
Keep-alive subsystem configuration
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
String |
getMaxConnections()
Deprecated. Gets the value of the maxConnections property. |
String |
getThreadCount()
Deprecated. Gets the value of the threadCount property. |
String |
getTimeoutInSeconds()
Deprecated. Gets the value of the timeoutInSeconds property. |
void |
setMaxConnections(String value)
Deprecated. Sets the value of the maxConnections property. |
void |
setThreadCount(String value)
Deprecated. Sets the value of the threadCount property. |
void |
setTimeoutInSeconds(String value)
Deprecated. Sets the value of the timeoutInSeconds 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=1L) @Max(value=2147483647L) String getThreadCount()
String
void setThreadCount(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=1L) @Max(value=2147483647L) String getMaxConnections()
String
void setMaxConnections(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=0L) @Max(value=2147483647L) String getTimeoutInSeconds()
String
void setTimeoutInSeconds(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||