Interface LazyEnlistableConnectionManager


  • public interface LazyEnlistableConnectionManager
    This is a mix-in interface that may be optionally implemented by a ConnectionManager implementation. An implementation of this interface must support the lazy transaction enlistment optimization.
    Version:
    1.0
    Author:
    Ram Jeyaraman
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void lazyEnlist​(ManagedConnection mc)
      This method is called by a resource adapter (that is capable of lazy transaction enlistment optimization) in order to lazily enlist a connection object with a XA transaction.