All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.InterfaceDescriptionHolder
java.lang.Object
|
+----org.omg.CORBA.InterfaceDescriptionHolder
- public final class InterfaceDescriptionHolder
- extends Object
- implements Streamable
- Java Class org.omg.CORBA.InterfaceDescriptionHolder
- Source File org/omg/CORBA/InterfaceDescriptionHolder.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::InterfaceDescription
- Repository Identifier IDL:omg.org/CORBA/InterfaceDescription:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
struct InterfaceDescription {
::CORBA::Identifier name;
::CORBA::RepositoryId id;
::CORBA::RepositoryId defined_in;
::CORBA::VersionSpec version;
::CORBA::RepositoryIdSeq base_interfaces;
};
value-
InterfaceDescriptionHolder()
-
InterfaceDescriptionHolder(InterfaceDescription)
-
_read(InputStream)
-
_type()
-
_write(OutputStream)
-
value
public InterfaceDescription value
InterfaceDescriptionHolder
public InterfaceDescriptionHolder()
InterfaceDescriptionHolder
public InterfaceDescriptionHolder(InterfaceDescription 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