All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.ContainedHelper

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

public abstract class ContainedHelper
extends Object

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
);
};


Constructor Index

 o ContainedHelper()

Method Index

 o bind(ORB)
 o bind(ORB, String)
 o bind(ORB, String, String, BindOptions)
 o extract(Any)
 o id()
 o insert(Any, Contained)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, Contained)

Constructors

 o ContainedHelper
public ContainedHelper()

Methods

 o narrow
public static Contained narrow(Object object)
 o bind
public static Contained bind(ORB orb)
 o bind
public static Contained bind(ORB orb,
                             String name)
 o bind
public static Contained bind(ORB orb,
                             String name,
                             String host,
                             BindOptions options)
 o read
public static Contained read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         Contained value)
 o insert
public static void insert(Any any,
                          Contained value)
 o extract
public static Contained extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index