org.apache.wsif.providers
Interface WSIFTransactionControl


public interface WSIFTransactionControl

An interface whose implementation will suspend and resume the global transaction if there is one.

Author:
Mark Whitlock

Method Summary
 void resume()
          Resume the global transaction (if there is one).
 void suspend()
          Suspend the global transaction (if there is one).
 

Method Detail

suspend

void suspend()
             throws WSIFException
Suspend the global transaction (if there is one).

Throws:
WSIFException

resume

void resume()
            throws WSIFException
Resume the global transaction (if there is one).

Throws:
WSIFException


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.