|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidTransactionException | |
---|---|
transaction |
Uses of InvalidTransactionException in transaction |
---|
Methods in transaction that throw InvalidTransactionException | |
---|---|
boolean |
ITravelAgency.abort()
Abort the current transaction. |
boolean |
TransactionManagerImpl.abort(int xid)
|
void |
IResourceManager.abort(int xid)
Abort transaction. |
void |
ResourceManagerImpl.abort(int xid)
|
boolean |
ITransactionManager.abort(int globalXID)
Abort a distributed transaction. |
boolean |
IResourceManager.addResource(int xid,
java.lang.String rid,
int num,
int price)
Add a new resource (e.g. hotel) to the database. |
boolean |
ResourceManagerImpl.addResource(int xid,
java.lang.String rid,
int num,
int price)
|
boolean |
IResourceManager.beginDistributed(int globalXID)
Begin a new distributed transaction. |
boolean |
ResourceManagerImpl.beginDistributed(int globalXID)
|
boolean |
ITravelAgency.commit()
Commit the current transaction. |
boolean |
TransactionManagerImpl.commit(int xid)
|
boolean |
IResourceManager.commit(int xid)
Commit transaction. |
boolean |
ResourceManagerImpl.commit(int xid)
|
boolean |
ITransactionManager.commit(int globalXID)
Commit a distributed transaction. |
boolean |
IResourceManager.newCustomer(int xid,
java.lang.String custName)
Add a new customer to the database. |
boolean |
ResourceManagerImpl.newCustomer(int xid,
java.lang.String custName)
Add a new customer to database. |
boolean |
IResourceManager.prepare(int globalXID)
This method is part of the 2PC protocol for atomic committment of distributed transactions. |
boolean |
ResourceManagerImpl.prepare(int globalXID)
|
int |
IResourceManager.queryCustomerBill(int xid,
java.lang.String custName)
Query the bill of a customer. |
int |
ResourceManagerImpl.queryCustomerBill(int xid,
java.lang.String custName)
|
int |
IResourceManager.queryResourceAvailability(int xid,
java.lang.String rid)
Query the availability of a resource. |
int |
ResourceManagerImpl.queryResourceAvailability(int xid,
java.lang.String rid)
|
int |
IResourceManager.queryResourcePrice(int xid,
java.lang.String rid)
Query the price of a resource. |
int |
ResourceManagerImpl.queryResourcePrice(int xid,
java.lang.String rid)
|
boolean |
IResourceManager.reserveResource(int xid,
java.lang.String rid,
java.lang.String custName)
Reserve a resource for a given customer. |
boolean |
ResourceManagerImpl.reserveResource(int xid,
java.lang.String rid,
java.lang.String custName)
|
boolean |
IResourceManager.updateResource(int xid,
java.lang.String rid,
int num,
int price)
Update the attributes (total capacity and price) of a resource. |
boolean |
ResourceManagerImpl.updateResource(int xid,
java.lang.String rid,
int num,
int price)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |