public class TSIdentificationImpl extends LocalObject implements TSIdentification
| Constructor and Description |
|---|
TSIdentificationImpl() |
| Modifier and Type | Method and Description |
|---|---|
Receiver |
getReceiver()
getReceiver is not defined in the OTS spec.
|
Sender |
getSender()
getSender is not defined in the OTS spec.
|
void |
identify_receiver(Receiver receiverOTS)
identify_receiver is called by the OTS during initialization
to register its Receiver callback interface with the ORB.
|
void |
identify_sender(Sender senderOTS)
identify_sender is called by the OTS during initialization
to register its Sender callback interface with the ORB.
|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connectionpublic void identify_sender(Sender senderOTS) throws NotAvailable, AlreadyIdentified
identify_sender in interface TSIdentificationNotAvailableAlreadyIdentifiedpublic void identify_receiver(Receiver receiverOTS) throws NotAvailable, AlreadyIdentified
identify_receiver in interface TSIdentificationNotAvailableAlreadyIdentifiedpublic Sender getSender()
public Receiver getReceiver()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.