All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.ContainedHolder

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

public final class ContainedHolder
extends Object
implements Streamable

IDL definition:
#pragma prefix "omg.org/CORBA"
interface Contained : ::CORBA::IRObject {
attribute ::CORBA::RepositoryId id;
attribute ::CORBA::Identifier name;
attribute ::CORBA::VersionSpec version;
readonly attribute ::CORBA::Container defined_in;
readonly attribute ::CORBA::ScopedName absolute_name;
readonly attribute ::CORBA::Repository containing_repository;
struct Description {
::CORBA::DefinitionKind kind;
any value;
};
::CORBA::Contained::Description describe();
void move(
in ::CORBA::Container new_container,
in ::CORBA::Identifier new_name,
in ::CORBA::VersionSpec new_version
);
};


Variable Index

 o value

Constructor Index

 o ContainedHolder()
 o ContainedHolder(Contained)

Method Index

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

Variables

 o value
public Contained value

Constructors

 o ContainedHolder
public ContainedHolder()
 o ContainedHolder
public ContainedHolder(Contained 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