Uses of Interface
org.omg.CosTSPortability.Sender
Packages that use Sender
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 Sender in com.sun.corba.ee.impl.txpoa
Fields in com.sun.corba.ee.impl.txpoa declared as SenderMethods in com.sun.corba.ee.impl.txpoa that return SenderModifier and TypeMethodDescriptionTSIdentificationImpl.getSender()
getSender is not defined in the OTS spec.Methods in com.sun.corba.ee.impl.txpoa with parameters of type SenderModifier and TypeMethodDescriptionvoid
TSIdentificationImpl.identify_sender
(Sender senderOTS) identify_sender is called by the OTS during initialization to register its Sender callback interface with the ORB. -
Uses of Sender in org.omg.CORBA
Methods in org.omg.CORBA with parameters of type SenderModifier and TypeMethodDescriptionvoid
TSIdentification.identify_sender
(Sender senderOTS) Called by the OTS during initialization in order to register its Sender callback interface with the ORB. -
Uses of Sender in org.omg.CosTSPortability
Fields in org.omg.CosTSPortability declared as SenderConstructors in org.omg.CosTSPortability with parameters of type Sender