org.omg.CosCollection
Class CollectionFactoriesHelper

java.lang.Object
  extended byorg.omg.CosCollection.CollectionFactoriesHelper

public final class CollectionFactoriesHelper
extends java.lang.Object

Generated from IDL interface "CollectionFactories"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Constructor Summary
CollectionFactoriesHelper()
           
 
Method Summary
static CollectionFactories extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, CollectionFactories s)
           
static CollectionFactories narrow(java.lang.Object obj)
           
static CollectionFactories narrow(Object obj)
           
static CollectionFactories read(InputStream in)
           
static TypeCode type()
           
static CollectionFactories unchecked_narrow(Object obj)
           
static void write(OutputStream _out, CollectionFactories s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionFactoriesHelper

public CollectionFactoriesHelper()
Method Detail

insert

public static void insert(Any any,
                          CollectionFactories s)

extract

public static CollectionFactories extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static CollectionFactories read(InputStream in)

write

public static void write(OutputStream _out,
                         CollectionFactories s)

narrow

public static CollectionFactories narrow(java.lang.Object obj)

narrow

public static CollectionFactories narrow(Object obj)

unchecked_narrow

public static CollectionFactories unchecked_narrow(Object obj)