Uses of Interface
org.omg.CosTSPortability.Receiver
-
Packages that use Receiver Package Description com.sun.corba.ee.impl.txpoa org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).org.omg.CosTSPortability -
-
Uses of Receiver in com.sun.corba.ee.impl.txpoa
Fields in com.sun.corba.ee.impl.txpoa declared as Receiver Modifier and Type Field Description private ReceiverTSIdentificationImpl. receiverMethods in com.sun.corba.ee.impl.txpoa that return Receiver Modifier and Type Method Description ReceiverTSIdentificationImpl. getReceiver()getReceiver is not defined in the OTS spec.Methods in com.sun.corba.ee.impl.txpoa with parameters of type Receiver Modifier and Type Method Description voidTSIdentificationImpl. identify_receiver(Receiver receiverOTS)identify_receiver is called by the OTS during initialization to register its Receiver callback interface with the ORB. -
Uses of Receiver in org.omg.CORBA
Methods in org.omg.CORBA with parameters of type Receiver Modifier and Type Method Description voidTSIdentification. identify_receiver(Receiver receiverOTS)Called by the OTS during initialization to register itsReceivercallback interface with the ORB. -
Uses of Receiver in org.omg.CosTSPortability
Fields in org.omg.CosTSPortability declared as Receiver Modifier and Type Field Description ReceiverReceiverHolder. valueConstructors in org.omg.CosTSPortability with parameters of type Receiver Constructor Description ReceiverHolder(Receiver __arg)
-