Common Interfaces - III
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.
HomeRegistration interface is used by component to register its Home interface.
HomeRegistration interface contains register_home() and unregister_home() operations.
The clients find the Home interface of a component from HomeFinder interface which is obtained from the ORB with resolve_initial_references(“ComponentHomeFinder”) call.