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

IDL definition:
struct InterfaceDescription {
::CORBA::Identifier name;
::CORBA::RepositoryId id;
::CORBA::RepositoryId defined_in;
::CORBA::VersionSpec version;
::CORBA::RepositoryIdSeq base_interfaces;
};


Variable Index

 o value

Constructor Index

 o InterfaceDescriptionHolder()
 o InterfaceDescriptionHolder(InterfaceDescription)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public InterfaceDescription value

Constructors

 o InterfaceDescriptionHolder
 public InterfaceDescriptionHolder()
 o InterfaceDescriptionHolder
 public InterfaceDescriptionHolder(InterfaceDescription value)

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index