1 | Transaction interface supports begin(), commit(), rollback(), get_rollback_only(), set_rollback_only(), suspend(), resume(), get_status(), and set_timeout() operations. This interface is equivalent to the UserTransaction in EJB with additional get_rollback_only(), suspend(), and resume() operations. |
2 | HomeRegistration interface is used by component to register its Home interface. |
3 | HomeRegistration interface contains register_home() and unregister_home() operations. |
4 | The clients find the Home interface of a component from HomeFinder interface which is obtained from the ORB with resolve_initial_references("ComponentHomeFinder") call. |