Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Interoperable Object Reference
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Unreferenced|date=December 2009}} An '''Interoperable Object Reference''' ('''IOR''') is a [[CORBA]] or [[RMI-IIOP]] [[Reference (computer science)|reference]] that uniquely identifies an [[object (computer science)|object]] on a remote CORBA [[Server (computing)|server]]. IORs can be transmitted in binary over [[TCP/IP]] via the [[General Inter-ORB Protocol]] (the encoding may be [[endianness|big-endian or little-endian]]), or serialized into a string of hexadecimal digits (prefixed by the string ''<code>IOR:</code>'') to facilitate transport by non-CORBA mechanisms such as [[HTTP]], [[File Transfer Protocol|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 [[Object Request Broker|ORB]]. [[Category:Common Object Request Broker Architecture]] {{Compu-network-stub}}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Compu-network-stub
(
edit
)
Template:Unreferenced
(
edit
)