|
VistALink v1.5.0.026 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base request interface
Method Summary | |
java.lang.String |
getRequestString()
Returns request string that is written to the socket sent to MUMPS. |
VistaLinkRequestRetryStrategy |
getRetryStrategy()
Returns current retry strategy reference |
int |
getTimeOut()
Returns current connection time out value |
void |
setRetryStrategy(VistaLinkRequestRetryStrategy strategy)
Enables application to set retry strategy in request executed failed because of socket failure or other system type problems. |
void |
setTimeOut(int timeOut)
Enables application to set time out for read operations on connections. |
Method Detail |
public java.lang.String getRequestString() throws FoundationsException
FoundationsException
This constructor, method or field is not for public use. |
public int getTimeOut()
public void setTimeOut(int timeOut)
timeOut
- Time out value to set in milli-seconds. This timeout value is
compared to the default value usually used for the connection.
The greater of the two values will be used.public VistaLinkRequestRetryStrategy getRetryStrategy()
public void setRetryStrategy(VistaLinkRequestRetryStrategy strategy)
|
VistALink v1.5.0.026 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |