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). |
suspend
public void suspend()
throws WSIFException
- Suspend the global transaction (if there is one).
resume
public void resume()
throws WSIFException
- Resume the global transaction (if there is one).
Copyright © 2002, 2003 Apache XML Project. All Rights Reserved.