|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getMaxConnections()
Deprecated. Gets the value of the maxConnections property. |
java.lang.String |
getThreadCount()
Deprecated. Gets the value of the threadCount property. |
java.lang.String |
getTimeoutInSeconds()
Deprecated. Gets the value of the timeoutInSeconds property. |
void |
setMaxConnections(java.lang.String value)
Deprecated. Sets the value of the maxConnections property. |
void |
setThreadCount(java.lang.String value)
Deprecated. Sets the value of the threadCount property. |
void |
setTimeoutInSeconds(java.lang.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) java.lang.String getThreadCount()
String
void setThreadCount(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 getMaxConnections()
String
void setMaxConnections(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=0L) @Max(value=2147483647L) java.lang.String getTimeoutInSeconds()
String
void setTimeoutInSeconds(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 | |||||||||