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
- Java Class org.omg.CORBA.ContainedHolder
- Source File org/omg/CORBA/ContainedHolder.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::Contained
- Repository Identifier IDL:omg.org/CORBA/Contained:1.0
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
);
};
value-
ContainedHolder()
-
ContainedHolder(Contained)
-
_read(InputStream)
-
_type()
-
_write(OutputStream)
-
value
public Contained value
ContainedHolder
public ContainedHolder()
ContainedHolder
public ContainedHolder(Contained 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