SilverStream
Application Server 3.5

com.sssw.rt.util
Interface AgiTransactionHandle


public interface AgiTransactionHandle

This is an interface for a "transaction handle" representing an in-progress database transaction. At present it's an empty interface. Eventually, it will probably extend the Java JTS transaction handle.

A customer-written updatable Data Source Object may use the transaction handle to hold information that must be passed to each updatable row during the update operation. The transaction handle is created by the AgoDataUpdateRequest.beginTransaction() method.



SilverStream
Application Server 3.5