public void | ejb__flush()Provides a mechanism to flush changes to the database w/o waiting for
the end of the transaction, based on some descriptor values set by the user.
The container would call this method in the postInvoke(), only if the flush
is enabled for the current method and there were no other exceptions set
into inv.exception.
|