Uses of Class
org.omg.CORBA.TSIdentificationPackage.NotAvailable
Packages that use NotAvailable
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 NotAvailable in com.sun.corba.ee.impl.txpoa
Methods in com.sun.corba.ee.impl.txpoa that throw NotAvailableModifier 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.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 NotAvailableModifier and TypeMethodDescriptionvoid
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.