Uses of Package
tp

Packages that use tp
tp CSEP545 Final Project for Java 
tp.client This package includes all client codes. 
tp.impl Please place your own code under this package. 
 

Classes in tp used by tp
Customer
          unique customer identifier
InvalidTransactionException
          The transaction identifier that was passed is not valid.
LM.DeadLockException
           
LM.LockType
           
Lockable
          A marker interface to indicate the type of lockable item.
LockableID
           A generic ID that encapsulate a string.
RID
          The class represents a resource identifier.
RID.Type
          resource type
Transaction
          unique transaction identifier
TransactionAbortedException
          A problem occurred that caused the transaction to abort.
 

Classes in tp used by tp.client
WC
          Workflow Controller stub
 

Classes in tp used by tp.impl
Customer
          unique customer identifier
InvalidTransactionException
          The transaction identifier that was passed is not valid.
LM
          Lock Manager interface
LM.DeadLockException
           
Lockable
          A marker interface to indicate the type of lockable item.
RID
          The class represents a resource identifier.
RID.Type
          resource type
RM
          Resource Manager Interface
TM
          Transaction Manager Interface The default set of APIs except TM.register(String) is exposed to WC.
Transaction
          unique transaction identifier
TransactionAbortedException
          A problem occurred that caused the transaction to abort.
WC
          Workflow Controller stub