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 TypeClassDescriptionclassClass 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.classClass TransientNameServer is a standalone application which implements a transient name service.classClass 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.classClass 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 TypeMethodDescriptionvoidNamingContextImpl.bind(NameComponent[] n, Object obj) Bind an object under a name in this NamingContext.voidNamingContextImpl.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 voidTransientNamingContext.bindImpl(NameComponent n, Object obj, BindingType bt) Binds the object to the name component as the specified binding type.voidNamingContextImpl.destroy()Destroy this NamingContext object.final voidTransientNamingContext.destroyImpl()Destroys this NamingContext by disconnecting from the ORB.static voidNamingContextImpl.doBind(NamingContextDataStore impl, NameComponent[] n, Object obj, boolean rebind, BindingType bt) Implements all four flavors of binding.static ObjectNamingContextImpl.doResolve(NamingContextDataStore impl, NameComponent[] n) Implements resolving names in this NamingContext.static voidNamingContextImpl.doUnbind(NamingContextDataStore impl, NameComponent[] n) Implements unbinding bound names in this NamingContext.private voidTransientNameService.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 ObjectTransientNameServer.initializeRootNamingContext(ORB orb) voidNamingContextImpl.list(int how_many, BindingListHolder bl, BindingIteratorHolder bi) List the contents of this NamingContest.final voidTransientNamingContext.listImpl(int how_many, BindingListHolder bl, BindingIteratorHolder bi) List the contents of this NamingContext.static voidMain startup routine.NamingContextImpl.new_context()Create a NamingContext object and return its object reference.final NamingContextTransientNamingContext.newContextImpl()Create a new NamingContext.voidNamingContextImpl.rebind(NameComponent[] n, Object obj) Bind an object under a name in this NamingContext.voidNamingContextImpl.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 NamingContextNamingContextImpl.resolveFirstAsContext(NamingContextDataStore impl, NameComponent[] n) Implements resolving a NameComponent in this context and narrowing it to CosNaming::NamingContext.final ObjectTransientNamingContext.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.voidNamingContextImpl.unbind(NameComponent[] n) Remove a binding from this NamingContext.final ObjectTransientNamingContext.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