public interface TSIdentification
TSIdentification
methods are always called from the same address space (i.e. it is
a pseudo-object), hence it is not necessary to define any stubs/skeletons.
During initialization, an instance of TSIdentification is provided
to the JTS by the ORB using the method
com.sun.corba.ee.spi.costransactions.TransactionService.identify_ORB.| Modifier and Type | Method and Description |
|---|---|
void |
identify_receiver(Receiver receiverOTS)
Called by the OTS during
initialization to register its
Receiver callback interface
with the ORB. |
void |
identify_sender(Sender senderOTS)
Called by the OTS
during initialization in order to register its Sender
callback interface with the ORB.
|
void identify_sender(Sender senderOTS) throws NotAvailable, AlreadyIdentified
AlreadyIdentified exception if
the registration has already been done previously.senderOTS - the Sender object to be
registeredNotAvailable - if the ORB is unavailable to register the given Sender
objectAlreadyIdentified - if the given Sender object has already been registered
with the ORBvoid identify_receiver(Receiver receiverOTS) throws NotAvailable, AlreadyIdentified
Receiver callback interface
with the ORB. This operation may throw an AlreadyIdentified
exception if the registration has already been done previously.receiverOTS - the Receiver object to register with the ORBNotAvailable - if the ORB is unavailable to register the given Receiver
objectAlreadyIdentified - if the given Receiver object has already been registered
with the ORBCopyright © 2017–2019 Eclipse Foundation. All rights reserved.