You can edit almost every page by Creating an account and confirming your email.

Interoperable Object Reference

From EverybodyWiki Bios & Wiki
Revision as of 18:46, 14 September 2025 by WikiMasterBot2 (talk | contribs) (Moved page from wikipedia:en:Interoperable Object Reference ([[Edithistory:|history]]))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


An Interoperable Object Reference (IOR) is a CORBA or RMI-IIOP reference that uniquely identifies an object on a remote CORBA server.

IORs can be transmitted in binary over TCP/IP via the General Inter-ORB Protocol (the encoding may be big-endian or little-endian), or serialized into a string of hexadecimal digits (prefixed by the string IOR:) to facilitate transport by non-CORBA mechanisms such as HTTP, FTP, and e-mail.

The internal structure of an IOR may contain multiple components. Each component is identified by its integer code and has its binary format. Object Management Group assigns the codes. The typical IOR normally contains:

  • the IP address of the remote host,
  • the number of the remote port on that the CORBA server is listening,
  • a string defining the class of the remote object on which the methods will be invoked, and
  • the object key that is used by the server ORB to identify the object.

It is possible to register special objects (IOR interceptors) that can add the needed specific components to the IOR being created by the particular ORB.



This article "Interoperable Object Reference" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Interoperable Object Reference. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.