Java Doc for TransactionManagerImpl.java in » 6.0-JDK-Modules-com.sun » wsit » com » sun » xml » ws » tx » common » Java Source Code / Java DocumentationJava Source Code and Java Documentation
servletPostInvokeTx(Boolean suspend) PostInvoke Transaction configuration for Servlet Container.
BaseContainer.preInvokeTx() handles all this for CMT EJB.
Precondition: assumed called prior to current transcation being suspended or released.
Note: this method is a no-op when invoked on an EJB.
public void
servletPreInvokeTx() PreInvoke Transaction configuration for Servlet Container.
Returns in seconds duration till current transaction times out.
Returns negative value if transaction has already timedout.
Returns 0 if there is no timeout.
Returns 0 if any exceptions occur looking up remaining transaction timeout.
public void servletPostInvokeTx(Boolean suspend)(Code)
PostInvoke Transaction configuration for Servlet Container.
BaseContainer.preInvokeTx() handles all this for CMT EJB.
Precondition: assumed called prior to current transcation being suspended or released.
Note: this method is a no-op when invoked on an EJB. The J2EE method only has an effect
on servlets.
Parameters: suspend - indicate whether the delisting is due to suspension or transaction completion(commmit/rollback)
PreInvoke Transaction configuration for Servlet Container.
BaseContainer.preInvokeTx() handles all this for CMT EJB.
Compensate that J2EEInstanceListener.handleBeforeEvent(BEFORE_SERVICE_EVENT)
gets called before WSIT WSTX Service pipe associates a JTA txn with incoming thread.
Precondition: assumes JTA transaction already associated with current thread.
Note: this method is a no-op when invoked on an EJB.