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 Receiver
TSIdentificationImpl. receiver
Methods in com.sun.corba.ee.impl.txpoa that return Receiver Modifier and Type Method Description Receiver
TSIdentificationImpl. 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 void
TSIdentificationImpl. 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 void
TSIdentification. identify_receiver(Receiver receiverOTS)
Called by the OTS during initialization to register itsReceiver
callback interface with the ORB. -
Uses of Receiver in org.omg.CosTSPortability
Fields in org.omg.CosTSPortability declared as Receiver Modifier and Type Field Description Receiver
ReceiverHolder. value
Constructors in org.omg.CosTSPortability with parameters of type Receiver Constructor Description ReceiverHolder(Receiver __arg)
-