Class RAP.RepositoryHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class RAP.RepositoryHelper

Object
   |
   +----RAP.RepositoryHelper

public class RepositoryHelper
extends Object

Constructor Index

 o RAP.RepositoryHelper()

Method Index

 o _orb()
 o bind()
 o bind(String)
 o bind(String, String)
 o extract(Any)
 o id()
 o insert(Any, Repository)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, Repository)

Constructors

 o RepositoryHelper
public RepositoryHelper()

Methods

 o _orb
public static org.omg.CORBA.ORB _orb()
 o bind
public static final RAP.Repository bind()
 o bind
public static final RAP.Repository bind(String markerServer)
 o bind
public static final RAP.Repository bind(String markerServer,
                                        String host)
 o extract
public static RAP.Repository extract(Any any)
 o id
public static java.lang.String id()
 o insert
public static void insert(Any any,
                          Repository value)
 o narrow
public static RAP.Repository narrow(Object _obj) throws BAD_PARAM
 o read
public static RAP.Repository read(InputStream _stream)
 o type
public static org.omg.CORBA.TypeCode type()
 o write
public static void write(OutputStream _stream,
                         Repository value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index