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
- Java Class org.omg.CORBA.RepositoryIdsHelper
- Source File org/omg/CORBA/RepositoryIdsHelper.java
- IDL Source File corba.idl
- IDL Absolute Name ::CORBA::RepositoryIds
- Repository Identifier IDL:omg.org/CORBA/RepositoryIds:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
typedef sequence<::CORBA::RepositoryId> RepositoryIds;
RepositoryIdsHelper()
-
extract(Any)
-
id()
-
insert(Any, String[])
-
read(InputStream)
-
type()
-
write(OutputStream, String[])
-
RepositoryIdsHelper
public RepositoryIdsHelper()
read
public static String[] read(InputStream _input)
write
public static void write(OutputStream _output,
String[] value)
insert
public static void insert(Any any,
String[] value)
extract
public static String[] extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index