com.hazelcast.client
Class TransactionClientProxy
java.lang.Object
com.hazelcast.client.TransactionClientProxy
- All Implemented Interfaces:
- Transaction
public class TransactionClientProxy
- extends Object
- implements Transaction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionClientProxy
public TransactionClientProxy(String name,
HazelcastClient client)
begin
public void begin()
throws IllegalStateException
- Specified by:
begin in interface Transaction
- Throws:
IllegalStateException
commit
public void commit()
throws IllegalStateException
- Specified by:
commit in interface Transaction
- Throws:
IllegalStateException
getStatus
public int getStatus()
- Specified by:
getStatus in interface Transaction
rollback
public void rollback()
throws IllegalStateException
- Specified by:
rollback in interface Transaction
- Throws:
IllegalStateException
Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.