com.caucho.jca
Interface BeginResource

All Known Implementing Classes:
AmberConnection, AmberEntityManager, CacheConnection

public interface BeginResource

A resource with a begin method.


Method Summary
 void begin(Transaction xa)
          Callback when the transaction starts.
 

Method Detail

begin

void begin(Transaction xa)
Callback when the transaction starts.