Uses of Interface
com.sun.jts.codegen.otsidl.JCoordinator
-
Packages that use JCoordinator Package Description com.sun.jts.codegen.otsidl com.sun.jts.CosTransactions -
-
Uses of JCoordinator in com.sun.jts.codegen.otsidl
Classes in com.sun.jts.codegen.otsidl that implement JCoordinator Modifier and Type Class Description class_JCoordinatorStubcom/sun/jts/codegen/otsidl/_JCoordinatorStub.java .Fields in com.sun.jts.codegen.otsidl declared as JCoordinator Modifier and Type Field Description JCoordinatorJCoordinatorHolder. valueMethods in com.sun.jts.codegen.otsidl that return JCoordinator Modifier and Type Method Description JCoordinatorJCoordinatorPOA. _this()JCoordinatorJCoordinatorPOA. _this(org.omg.CORBA.ORB orb)static JCoordinatorJCoordinatorHelper. extract(org.omg.CORBA.Any a)static JCoordinatorJCoordinatorHelper. narrow(org.omg.CORBA.Object obj)static JCoordinatorJCoordinatorHelper. read(org.omg.CORBA.portable.InputStream istream)Methods in com.sun.jts.codegen.otsidl with parameters of type JCoordinator Modifier and Type Method Description static voidJCoordinatorHelper. insert(org.omg.CORBA.Any a, JCoordinator that)static voidJCoordinatorHelper. write(org.omg.CORBA.portable.OutputStream ostream, JCoordinator value)Constructors in com.sun.jts.codegen.otsidl with parameters of type JCoordinator Constructor Description JCoordinatorHolder(JCoordinator initialValue) -
Uses of JCoordinator in com.sun.jts.CosTransactions
Classes in com.sun.jts.CosTransactions that implement JCoordinator Modifier and Type Class Description classTopCoordinatorThe TopCoordinator interface is our implementation of the standard Coordinator interface that is used for top-level transactions.
-