Uses of Interface
org.omg.CosTSPortability.Receiver
Packages that use Receiver
Package
Description
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).
-
Uses of Receiver in com.sun.corba.ee.impl.txpoa
Fields in com.sun.corba.ee.impl.txpoa declared as ReceiverMethods in com.sun.corba.ee.impl.txpoa that return ReceiverModifier and TypeMethodDescriptionTSIdentificationImpl.getReceiver()
getReceiver is not defined in the OTS spec.Methods in com.sun.corba.ee.impl.txpoa with parameters of type ReceiverModifier and TypeMethodDescriptionvoid
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 ReceiverModifier and TypeMethodDescriptionvoid
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 ReceiverConstructors in org.omg.CosTSPortability with parameters of type Receiver