Class Summary |
ApplicationProgram |
This class implements the ApplicatioProgram in the two-phase commit protocol. |
DBManager |
DBManager is responsbile to interact to the DBMS through
the JDBC. |
Message |
Message defines the serverl global constants that used
to indicate certain circumstance. |
ResourceManager |
ResourceManager acts as proxy for the DBMS.
|
TransactionManager |
This class implements the simple version of Transaction Manager in
the two-phase commit protocol. |
TransactionRecord |
TransactionRecord is the data structure used to store the
registered ResourceManager instances for specific Transaction Id.
|
TwoPhaseController |
TwoPhaseController class is the main class to perform the
two-phase commit simulation environment. |