org.omg.CORBA
Class RepositoryHelper

java.lang.Object
  extended byorg.omg.CORBA.RepositoryHelper

public final class RepositoryHelper
extends java.lang.Object

Generated from IDL interface "Repository"

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

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

Constructor Detail

RepositoryHelper

public RepositoryHelper()
Method Detail

insert

public static void insert(Any any,
                          Repository s)

extract

public static Repository extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static Repository read(InputStream in)

write

public static void write(OutputStream _out,
                         Repository s)

narrow

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

narrow

public static Repository narrow(Object obj)

unchecked_narrow

public static Repository unchecked_narrow(Object obj)