Uses of Interface
org.omg.CosTransactions.RecoveryCoordinator
-
Packages that use RecoveryCoordinator Package Description org.omg.CosTransactions -
-
Uses of RecoveryCoordinator in org.omg.CosTransactions
Classes in org.omg.CosTransactions that implement RecoveryCoordinator Modifier and Type Class Description class
_RecoveryCoordinatorStub
org/omg/CosTransactions/_RecoveryCoordinatorStub.java .Fields in org.omg.CosTransactions declared as RecoveryCoordinator Modifier and Type Field Description RecoveryCoordinator
RecoveryCoordinatorHolder. value
Methods in org.omg.CosTransactions that return RecoveryCoordinator Modifier and Type Method Description RecoveryCoordinator
RecoveryCoordinatorPOA. _this()
RecoveryCoordinator
RecoveryCoordinatorPOA. _this(ORB orb)
static RecoveryCoordinator
RecoveryCoordinatorHelper. extract(Any a)
static RecoveryCoordinator
RecoveryCoordinatorHelper. narrow(Object obj)
static RecoveryCoordinator
RecoveryCoordinatorHelper. read(InputStream istream)
RecoveryCoordinator
_CoordinatorStub. register_resource(Resource r)
RecoveryCoordinator
CoordinatorOperations. register_resource(Resource r)
RecoveryCoordinator
CoordinatorPOATie. register_resource(Resource r)
static RecoveryCoordinator
RecoveryCoordinatorHelper. unchecked_narrow(Object obj)
Methods in org.omg.CosTransactions with parameters of type RecoveryCoordinator Modifier and Type Method Description static void
RecoveryCoordinatorHelper. insert(Any a, RecoveryCoordinator that)
static void
RecoveryCoordinatorHelper. write(OutputStream ostream, RecoveryCoordinator value)
Constructors in org.omg.CosTransactions with parameters of type RecoveryCoordinator Constructor Description RecoveryCoordinatorHolder(RecoveryCoordinator initialValue)
-