FileDocCategorySizeDatePackage
NamingContextExtHolder.javaAPI DocJava SE 6 API1526Tue Jun 10 01:33:22 BST 2008org.omg.CosNaming

NamingContextExtHolder

public final class NamingContextExtHolder extends Object implements org.omg.CORBA.portable.Streamable
NamingContextExt is the extension of NamingContext which contains a set of name bindings in which each name is unique and is part of Interoperable Naming Service. Different names can be bound to an object in the same or different contexts at the same time. Using NamingContextExt, you can use URL-based names to bind and resolve.

See CORBA COS Naming Specification.

Fields Summary
public org.omg.CosNaming.NamingContextExt
value
Constructors Summary
public NamingContextExtHolder()


    
  
  
public NamingContextExtHolder(org.omg.CosNaming.NamingContextExt initialValue)

    value = initialValue;
  
Methods Summary
public void_read(org.omg.CORBA.portable.InputStream i)

    value = org.omg.CosNaming.NamingContextExtHelper.read (i);
  
public org.omg.CORBA.TypeCode_type()

    return org.omg.CosNaming.NamingContextExtHelper.type ();
  
public void_write(org.omg.CORBA.portable.OutputStream o)

    org.omg.CosNaming.NamingContextExtHelper.write (o, value);