org.omg.CORBA
Class RepositoryHelper

java.lang.Object
  |
  +--org.omg.CORBA.RepositoryHelper

public class RepositoryHelper
extends java.lang.Object


Constructor Summary
RepositoryHelper()
           
 
Method Summary
static Repository extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, Repository t)
           
static Repository narrow(Object obj)
           
static Repository read(InputStream istream)
           
static TypeCode type()
           
static Repository unchecked_narrow(Object obj)
           
static void write(OutputStream ostream, Repository value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryHelper

public RepositoryHelper()
Method Detail

insert

public static void insert(Any a,
                          Repository t)

extract

public static Repository extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static Repository read(InputStream istream)

write

public static void write(OutputStream ostream,
                         Repository value)

narrow

public static Repository narrow(Object obj)

unchecked_narrow

public static Repository unchecked_narrow(Object obj)