2.2.2 Naming services

When using the naming management functionality, the name and storage location of the object is managed by the naming service.

Application Server supports the JNDI that uses the CORBA Naming Service as the naming management functionality. When the JNDI interfaces, such as object registration, deletion, or search, are invoked, the interface of the corresponding CORBA Naming Service is invoked. Consequently, to use the naming management functionality, you must specify the protocol, host name, and port number to connect to the CORBA Naming Service.

Reference note
You can start the CORBA Naming Service as an in-process of the J2EE server. By starting the CORBA Naming Service as an in-process, a separate start and stop process becomes redundant, thereby enhancing the operability.