Name

NameHelper

Synopsis

This is the helper class generated for the Name typedef declared in the IDL module for the Naming Service specification. The IDL typedef associates the type Name to a sequence of NameComponents. See Chapter 4 for more details on the uses of helper classes.

public abstract class NameHelper {
// Public Constructors
   public NameHelper();                                          // 1.4
                  // Public Class Methods
   public static NameComponent[] extract(
        org.omg.CORBA.Any a);  
   public static String id();  
   public static void insert(org.omg.CORBA.Any a, 
        NameComponent[] that);  
   public static NameComponent[] read(
        org.omg.CORBA.portable.InputStream istream);  
   public static org.omg.CORBA.TypeCode type();                  // synchronized
   public static void write(
        org.omg.CORBA.portable.OutputStream ostream, 
        NameComponent[] value);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.