|
XML Connector API 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This Interface provides methods for data updates and retrievals to Baan.
| Field Summary | |
static java.lang.String |
COPYRIGHT
|
| Method Summary | |
boolean |
close()
This method should be called to release the License. |
boolean |
execute(com.baan.b3.boi1.IUserSession p_userSession,
org.w3c.dom.Document p_request,
org.w3c.dom.Document p_responseDocument,
org.w3c.dom.Document p_requestStatus)
This method should be called to do data retrieval and updates. |
boolean |
execute(com.baan.b3.boi1.IUserSession p_userSession,
java.lang.String p_request,
java.lang.StringBuffer p_responseDocument,
java.lang.StringBuffer p_requestStatus)
This method should be called to do data retrieval and updates. |
com.baan.ow.xmlconnector.IXMLCIterator |
executeSync(com.baan.b3.boi1.IUserSession p_userSession,
org.w3c.dom.Document p_request,
org.w3c.dom.Document p_responseDocument)
This method should be called only for data synchronization purpose, where the return type of the method call is a com.baan.b3.boi1.Iterator. |
com.baan.ow.xmlconnector.IXMLCIterator |
executeSync(com.baan.b3.boi1.IUserSession p_userSession,
java.lang.String p_request,
java.lang.StringBuffer p_responseDocument)
This method should be called only for data synchronization purpose, where the return type of the method call is a com.baan.b3.boi1.Iterator. |
void |
setAdapterFetchSize(int p_fetchSize)
Sets the fetch size for this iterator. |
void |
setAdapterTimeOut(int p_timeout)
Changes the time this manager waits for the result. |
| Field Detail |
public static final java.lang.String COPYRIGHT
| Method Detail |
public boolean execute(com.baan.b3.boi1.IUserSession p_userSession,
java.lang.String p_request,
java.lang.StringBuffer p_responseDocument,
java.lang.StringBuffer p_requestStatus)
p_userSession - @see com.baan.b3.boi1.IUserSessionp_request - The input document, which contains the "ObjectName", "MethodName", "ComponentName" and the input parameters.p_responseDocument - The output Response Document.p_requestStatus - The output Error Document.
public boolean execute(com.baan.b3.boi1.IUserSession p_userSession,
org.w3c.dom.Document p_request,
org.w3c.dom.Document p_responseDocument,
org.w3c.dom.Document p_requestStatus)
p_userSession - @see com.baan.b3.boi1.IUserSessionp_request - The input document, which contains the "ObjectName", "MethodName", "ComponentName" and the input parameters.p_responseDocument - The output Response Document.p_requestStatus - The output Error Document.
public boolean close()
public com.baan.ow.xmlconnector.IXMLCIterator executeSync(com.baan.b3.boi1.IUserSession p_userSession,
java.lang.String p_request,
java.lang.StringBuffer p_responseDocument)
p_userSession - @see com.baan.b3.boi1.IUserSessionp_request - The input document, which contains the "ObjectName", "MethodName", "ComponentName" and the input parameters.p_responseDocument - The output Error Document.
public com.baan.ow.xmlconnector.IXMLCIterator executeSync(com.baan.b3.boi1.IUserSession p_userSession,
org.w3c.dom.Document p_request,
org.w3c.dom.Document p_responseDocument)
p_userSession - @see com.baan.b3.boi1.IUserSessionp_request - The input document, which contains the "ObjectName", "MethodName", "ComponentName" and the input parameters.p_responseDocument - The output Error Document.
public void setAdapterTimeOut(int p_timeout)
p_timeout - the timeout in milliseconds to set on the manager, 0 = no timeout wait forever (must not be less than 0)public void setAdapterFetchSize(int p_fetchSize)
p_fetchSize - the Fetch size to use.
|
XML Connector API 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||