All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.RepositoryIdsHolder
java.lang.Object
|
+----org.omg.CORBA.RepositoryIdsHolder
- public final class RepositoryIdsHolder
- extends Object
- implements Streamable
- Java Class org.omg.CORBA.RepositoryIdsHolder
- Source File org/omg/CORBA/RepositoryIdsHolder.java
- IDL Source File corba.idl
- IDL Absolute Name ::CORBA::RepositoryIds
- Repository Identifier IDL:omg.org/CORBA/RepositoryIds:1.0
IDL definition:
typedef sequence<::CORBA::RepositoryId> RepositoryIds;
-
value
-
-
RepositoryIdsHolder()
-
-
RepositoryIdsHolder(String[])
-
-
_read(InputStream)
-
-
_type()
-
-
_write(OutputStream)
-
value
public String value[]
RepositoryIdsHolder
public RepositoryIdsHolder()
RepositoryIdsHolder
public RepositoryIdsHolder(String value[])
_read
public void _read(InputStream input)
_write
public void _write(OutputStream output)
_type
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index