|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.genericra.outbound.LocalTransactionImpl
public class LocalTransactionImpl
LocalTransaction
implementation for Generic JMS Resource Adapter.
Constructor Summary | |
---|---|
LocalTransactionImpl(ManagedConnection mc)
Constructor for LocalTransaction . |
Method Summary | |
---|---|
void |
begin()
Begin a local transaction. |
void |
commit()
Commit a local transaction. |
void |
rollback()
Rollback a local transaction. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalTransactionImpl(ManagedConnection mc)
LocalTransaction
.
mc
- ManagedConnection
that returns
this LocalTransaction
object as
a result of getLocalTransaction
Method Detail |
---|
public void begin() throws javax.resource.ResourceException
begin
in interface javax.resource.spi.LocalTransaction
javax.resource.ResourceException
public void commit() throws javax.resource.ResourceException
commit
in interface javax.resource.spi.LocalTransaction
javax.resource.ResourceException
public void rollback() throws javax.resource.ResourceException
rollback
in interface javax.resource.spi.LocalTransaction
javax.resource.ResourceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |