Updates the retry count value in the CxCollabState database table.
When a two-hour timeout occurs and a retry is performed, this method updates
the retry count in the 24-hour timeout row of the table.
Syntax
public void updateState(java.lang.String CollabObjName,
java.lang.String Verb,
java.lang.String BusinessObjectType,
java.lang.String PropDocID,
int stateValue,
int retry)
Parameters
- CollabObjName
- Specifies the name of the collaboration.
- Verb
- Specifies the verb to use. In this case, the value must be
Update.
- BusinessObjectType
- Specifies the type of the business object.
- PropDocID
- Specifies the identifier for the business object.
- stateValue
- Specifies the numeric tag for the state.
- retry
- Specifies the retry value for the business object.
Exceptions
Throws the following exceptions:
- CwDBSQLException--Thrown if the StateManagement class is unable to
execute the SQL query.
- CollaborationException--Thrown if the values of the parameters passed
are null, or of any other unknown exception occurs within the method.
