|
VistALink v1.5.0.026 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.va.med.vistalink.adapter.record.VistaLinkRequestVOImpl
Base request implementation. Applications usually use a specific subclass of this implementation.
Constructor Summary | |
VistaLinkRequestVOImpl()
Constructor for VistaLinkRequestVOImpl. |
|
VistaLinkRequestVOImpl(org.w3c.dom.Document requestDoc)
Constructor for VistaLinkRequestVOImpl. |
Method Summary | |
java.lang.String |
getRequestString()
Returns request XML data as a String. |
VistaLinkRequestRetryStrategy |
getRetryStrategy()
Returns current retry strategy reference |
int |
getTimeOut()
Returns time out value used for communications to RPC server |
void |
setRetryStrategy(VistaLinkRequestRetryStrategy retryStrategy)
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 a specific time out for communications to RPC server A timeout value of 0 (zero) indicates that no specific time out for the request has been specified. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VistaLinkRequestVOImpl()
Object.Object()
public VistaLinkRequestVOImpl(org.w3c.dom.Document requestDoc)
requestDoc
- Method Detail |
public java.lang.String getRequestString() throws FoundationsException
getRequestString
in interface VistaLinkRequestVO
FoundationsException
VistaLinkRequestVO.getRequestString()
public int getTimeOut()
getTimeOut
in interface VistaLinkRequestVO
public void setTimeOut(int timeOut)
A timeout value of 0 (zero) indicates that no specific time out for the request has been specified. The time out value associated with the socket will be used during socket read operations.
setTimeOut
in interface VistaLinkRequestVO
timeOut
- time out value to set in milli-seconds.public VistaLinkRequestRetryStrategy getRetryStrategy()
VistaLinkRequestVO
getRetryStrategy
in interface VistaLinkRequestVO
public void setRetryStrategy(VistaLinkRequestRetryStrategy retryStrategy)
VistaLinkRequestVO
setRetryStrategy
in interface VistaLinkRequestVO
|
VistALink v1.5.0.026 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |