Constructor and Description |
---|
Keepalive() |
Modifier and Type | Method and Description |
---|---|
void |
apply(com.solacesystems.jms.SolConnectionFactory cf) |
java.lang.Integer |
getKeepAliveCountMax() |
java.lang.Integer |
getKeepAliveIntervalInMillis() |
java.lang.Boolean |
getKeepAlives() |
void |
setKeepAliveCountMax(java.lang.Integer keepAliveCountMax)
This property is used to specify the allowed number of consecutive keep-alive messages for which no response is received before the connection is closed by the API.
|
void |
setKeepAliveIntervalInMillis(java.lang.Integer keepAliveIntervalInMillis)
This property is used to specify the interval between keep alives in milliseconds.
|
void |
setKeepAlives(java.lang.Boolean keepAlives)
This property is used to enable/disable keep alives.
|
public void apply(com.solacesystems.jms.SolConnectionFactory cf)
public java.lang.Boolean getKeepAlives()
public void setKeepAlives(java.lang.Boolean keepAlives)
public java.lang.Integer getKeepAliveCountMax()
public void setKeepAliveCountMax(java.lang.Integer keepAliveCountMax)
public java.lang.Integer getKeepAliveIntervalInMillis()
public void setKeepAliveIntervalInMillis(java.lang.Integer keepAliveIntervalInMillis)