Uses of Interface
com.sun.jts.codegen.otsidl.JControl
-
Packages that use JControl Package Description com.sun.jts.codegen.otsidl com.sun.jts.CosTransactions -
-
Uses of JControl in com.sun.jts.codegen.otsidl
Classes in com.sun.jts.codegen.otsidl that implement JControl Modifier and Type Class Description class_JControlStubcom/sun/jts/codegen/otsidl/_JControlStub.java .Fields in com.sun.jts.codegen.otsidl declared as JControl Modifier and Type Field Description JControlJControlHolder. valueMethods in com.sun.jts.codegen.otsidl that return JControl Modifier and Type Method Description JControlJControlPOA. _this()JControlJControlPOA. _this(org.omg.CORBA.ORB orb)static JControlJControlHelper. extract(org.omg.CORBA.Any a)static JControlJControlHelper. narrow(org.omg.CORBA.Object obj)static JControlJControlHelper. read(org.omg.CORBA.portable.InputStream istream)Methods in com.sun.jts.codegen.otsidl with parameters of type JControl Modifier and Type Method Description static voidJControlHelper. insert(org.omg.CORBA.Any a, JControl that)static voidJControlHelper. write(org.omg.CORBA.portable.OutputStream ostream, JControl value)Constructors in com.sun.jts.codegen.otsidl with parameters of type JControl Constructor Description JControlHolder(JControl initialValue) -
Uses of JControl in com.sun.jts.CosTransactions
Methods in com.sun.jts.CosTransactions with parameters of type JControl Modifier and Type Method Description static ControlImplControlImpl. servant(JControl control)Returns the ControlImpl which serves the given object.
-