All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.RepositoryIdsHelper

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

public abstract class RepositoryIdsHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
typedef sequence<::CORBA::RepositoryId> RepositoryIds;


Constructor Index

 o RepositoryIdsHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, String[])
 o read(InputStream)
 o type()
 o write(OutputStream, String[])

Constructors

 o RepositoryIdsHelper
public RepositoryIdsHelper()

Methods

 o read
public static String[] read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         String[] value)
 o insert
public static void insert(Any any,
                          String[] value)
 o extract
public static String[] extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index