当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 connector API Documentation 英文版文档
JmsLocalTransaction (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档
org.jboss.resource.adapter.jms
Class JmsLocalTransaction
java.lang.Object
org.jboss.resource.adapter.jms.JmsLocalTransaction
- All Implemented Interfaces:
- javax.resource.spi.LocalTransaction
- public class JmsLocalTransaction
- extends Object
- implements javax.resource.spi.LocalTransaction
???
Created: Tue Apr 17 23:44:05 2001
- Version:
- $Revision: 1.5 $
- Author:
- Peter Antman .
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mc
protected JmsManagedConnection mc
JmsLocalTransaction
public JmsLocalTransaction(JmsManagedConnection mc)
begin
public void begin()
throws javax.resource.ResourceException
- Specified by:
begin
in interface javax.resource.spi.LocalTransaction
- Throws:
javax.resource.ResourceException
commit
public void commit()
throws javax.resource.ResourceException
- Specified by:
commit
in interface javax.resource.spi.LocalTransaction
- Throws:
javax.resource.ResourceException
rollback
public void rollback()
throws javax.resource.ResourceException
- Specified by:
rollback
in interface javax.resource.spi.LocalTransaction
- Throws:
javax.resource.ResourceException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.