|
|||||||||
Home >> All >> org >> omg >> CosNaming >> [ NamingContextPackage overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.omg.CosNaming.NamingContextPackage
The COS (Common Object Service) Naming Service allows an object to be found from its symbolic name.
See:
Description
Class Summary | |
AlreadyBoundHelper | The helper operations for the AlreadyBound user exception. |
AlreadyBoundHolder | The holder for class AlreadyBound exception. |
CannotProceedHelper | The helper operations for CannotProceed. |
CannotProceedHolder | The holder for exception CannotProceed. |
InvalidNameHelper | The helper operations for the InvalidName |
InvalidNameHolder | The holder for exception InvalidName. |
NotEmptyHelper | The helper operations for the NotEmpty. |
NotEmptyHolder | The holder for exception NotEmpty. |
NotFoundHelper | The helper operations for NotFound. |
NotFoundHolder | The holder for the NotFound exception. |
NotFoundReason | Represents the reason (explanation), why the binding cannot be found. |
NotFoundReasonHelper | The helper operations for NotFoundReason |
NotFoundReasonHolder | The holder for class NotFoundReason. |
Exception Summary | |
AlreadyBound | The exception is thrown in response to bind the same object into the same context repeatedly under the different name. |
CannotProceed | The exception is raised when the naming service has given up for some reason. |
InvalidName | The exception is thrown if the name has the zero length or is otherwise invalid. |
NotEmpty | This exception is thrown in response to the attemt to destroy the non tempty context. |
NotFound | The exception is thrown when the binding being searched does not exist or has the wrong type |
Package org.omg.CosNaming.NamingContextPackage Description
The COS (Common Object Service) Naming Service allows an object to be found from its symbolic name. The client obtains the object reference invoking the naming service as any other CORBA service. The naming service itself can be located from the stringified object reference (see ORB.string_to_object(String)>ORB.string_to_object(String)
55 or from the ORB pre-configured data by passing "NameService" to org.omg.CORBA.ORB.Object#resolve_initial_references(String)
. The returned object is casted to the NamingContextExt using NamingContextExtHelper.narrow(org.omg.CORBA.Object)>NamingContextExtHelper.narrow(org.omg.CORBA.Object)
55 . The Naming Service can reside on any host accessible within the network.
The default pre-configured location method uses two parameters (properties, applet parameters or command line parameters): org.omg.CORBA.ORBInitialHost and org.omg.CORBA.ORBInitialPort. If these parameters are missing, the naming service is supposed to be running at port 900 on the local host.
|
|||||||||
Home >> All >> org >> omg >> CosNaming >> [ NamingContextPackage overview ] | PREV PACKAGE NEXT PACKAGE |