Uses of Interface
org.omg.CosTSPortability.Sender
-
Packages that use Sender 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 Sender in com.sun.corba.ee.impl.txpoa
Fields in com.sun.corba.ee.impl.txpoa declared as Sender Modifier and Type Field Description private Sender
TSIdentificationImpl. sender
Methods in com.sun.corba.ee.impl.txpoa that return Sender Modifier and Type Method Description Sender
TSIdentificationImpl. getSender()
getSender is not defined in the OTS spec.Methods in com.sun.corba.ee.impl.txpoa with parameters of type Sender Modifier and Type Method Description void
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 Sender Modifier and Type Method Description void
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 Sender Modifier and Type Field Description Sender
SenderHolder. value
Constructors in org.omg.CosTSPortability with parameters of type Sender Constructor Description SenderHolder(Sender __arg)
-