Uses of Class
org.omg.CORBA.TSIdentificationPackage.NotAvailable
-
Packages that use NotAvailable 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). -
-
Uses of NotAvailable in com.sun.corba.ee.impl.txpoa
Methods in com.sun.corba.ee.impl.txpoa that throw NotAvailable 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.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 NotAvailable in org.omg.CORBA
Methods in org.omg.CORBA that throw NotAvailable 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.void
TSIdentification. identify_sender(Sender senderOTS)
Called by the OTS during initialization in order to register its Sender callback interface with the ORB.
-