Use this ECI class when you make updates to recoverable resources in the server within a “unit of work” (UOW). Each update in a UOW is identified at the client by a reference to its CclUOW—see link in CclConn (link).
A CclUOW object cannot be copied or assigned. An attempt to delete a CclUOW object for which there is an active CclFlow object raises an activeFlow exception. Any attempt to delete an active CclUOW object, that is one which has not been committed or backed out, raises an activeUOW exception.