Uses of Annotation Type
com.sun.corba.ee.spi.trace.Naming
Packages that use Naming
-
Uses of Naming in com.sun.corba.ee.impl.naming.cosnaming
Classes in com.sun.corba.ee.impl.naming.cosnaming with annotations of type NamingModifier and TypeClassDescriptionclass
Class NamingContextImpl implements the org.omg.CosNaming::NamingContext interface, but does not implement the methods associated with maintaining the "table" of current bindings in a NamingContext.class
Class TransientNameServer is a standalone application which implements a transient name service.class
Class TransientNameService implements a transient name service using TransientNamingContexts and TransientBindingIterators, which implement the org.omg.CosNaming::NamingContext and org.omg.CosNaming::BindingIterator interfaces specfied by the OMG Common Object Services Specification.class
Class TransientNamingContext implements the methods defined by NamingContextDataStore, and extends the NamingContextImpl class to provide a servant implementation of CosNaming::NamingContext.Methods in com.sun.corba.ee.impl.naming.cosnaming with annotations of type NamingModifier and TypeMethodDescriptionvoid
NamingContextImpl.bind
(NameComponent[] n, Object obj) Bind an object under a name in this NamingContext.void
NamingContextImpl.bind_context
(NameComponent[] n, NamingContext nc) Bind a NamingContext under a name in this NamingContext.NamingContextImpl.bind_new_context
(NameComponent[] n) Create a new NamingContext, bind it in this Naming Context and return its object reference.final void
TransientNamingContext.bindImpl
(NameComponent n, Object obj, BindingType bt) Binds the object to the name component as the specified binding type.void
NamingContextImpl.destroy()
Destroy this NamingContext object.final void
TransientNamingContext.destroyImpl()
Destroys this NamingContext by disconnecting from the ORB.static void
NamingContextImpl.doBind
(NamingContextDataStore impl, NameComponent[] n, Object obj, boolean rebind, BindingType bt) Implements all four flavors of binding.static Object
NamingContextImpl.doResolve
(NamingContextDataStore impl, NameComponent[] n) Implements resolving names in this NamingContext.static void
NamingContextImpl.doUnbind
(NamingContextDataStore impl, NameComponent[] n) Implements unbinding bound names in this NamingContext.private void
TransientNameService.initialize
(ORB orb, String nameServiceName) This method initializes Transient Name Service by associating Root context with POA and registering the root context with INS Object Keymap.private static Object
TransientNameServer.initializeRootNamingContext
(ORB orb) void
NamingContextImpl.list
(int how_many, BindingListHolder bl, BindingIteratorHolder bi) List the contents of this NamingContest.final void
TransientNamingContext.listImpl
(int how_many, BindingListHolder bl, BindingIteratorHolder bi) List the contents of this NamingContext.static void
Main startup routine.NamingContextImpl.new_context()
Create a NamingContext object and return its object reference.final NamingContext
TransientNamingContext.newContextImpl()
Create a new NamingContext.void
NamingContextImpl.rebind
(NameComponent[] n, Object obj) Bind an object under a name in this NamingContext.void
NamingContextImpl.rebind_context
(NameComponent[] n, NamingContext nc) Bind a NamingContext under a name in this NamingContext.NamingContextImpl.resolve
(NameComponent[] n) Resolve a name in this NamingContext and return the object reference bound to the name.NamingContextImpl.resolve_str
(String sn) This operation resolves the Stringified name into the object reference.protected static NamingContext
NamingContextImpl.resolveFirstAsContext
(NamingContextDataStore impl, NameComponent[] n) Implements resolving a NameComponent in this context and narrowing it to CosNaming::NamingContext.final Object
TransientNamingContext.resolveImpl
(NameComponent n, BindingTypeHolder bth) Resolves the supplied name to an object reference and returns the type of the resolved binding.This operation converts a Stringified Name into an equivalent array of Name Components.NamingContextImpl.to_string
(NameComponent[] n) This operation creates a stringified name from the array of Name components.This operation creates a URL based "iiopname://" format name from the Stringified Name of the object.void
NamingContextImpl.unbind
(NameComponent[] n) Remove a binding from this NamingContext.final Object
TransientNamingContext.unbindImpl
(NameComponent n) Deletes the binding with the supplied name. -
Uses of Naming in com.sun.corba.ee.spi.orb
Fields in com.sun.corba.ee.spi.orb with annotations of type Naming