:: com :: sun :: star :: embed ::

interface XTransactedObject
Description
allows transacted access to an object.

Methods' Summary
commit commits the changes made for object.  
revert removes all the changes made for the object after last commit or loading.  
Methods' Details
commit
void
commit()
raises( ::com::sun::star::io::IOException,
::com::sun::star::lang::WrappedTargetException );

Description
commits the changes made for object.
revert
void
revert()
raises( ::com::sun::star::io::IOException,
::com::sun::star::lang::WrappedTargetException );

Description
removes all the changes made for the object after last commit or loading.
Top of Page