Module jakarta.ejb
Package jakarta.ejb

Interface SessionSynchronization


public interface SessionSynchronization

The SessionSynchronization interface allows a stateful session bean instance to be notified by its container of transaction boundaries.

Only a stateful session bean with container-managed transaction demarcation can receive session synchronization notifications. Other bean types must not implement the SessionSynchronization interface or use the session synchronization annotations.

A stateful session bean class is not required to implement this interface.

Since:
EJB 1.0