All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.ContainedOperations

public interface ContainedOperations
extends IRObjectOperations

IDL definition:
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
);
};


Method Index

 o absolute_name()

Reader for attribute: ::CORBA::Contained::absolute_name.

 o containing_repository()

Reader for attribute: ::CORBA::Contained::containing_repository.

 o defined_in()

Reader for attribute: ::CORBA::Contained::defined_in.

 o describe()

Operation: ::CORBA::Contained::describe.

 o id()

Reader for attribute: ::CORBA::Contained::id.

 o id(String)

Writer for attribute: ::CORBA::Contained::id.

 o move(Container, String, String)

Operation: ::CORBA::Contained::move.

 o name()

Reader for attribute: ::CORBA::Contained::name.

 o name(String)

Writer for attribute: ::CORBA::Contained::name.

 o version()

Reader for attribute: ::CORBA::Contained::version.

 o version(String)

Writer for attribute: ::CORBA::Contained::version.

Methods

 o describe
 public abstract Description describe()

Operation: ::CORBA::Contained::describe.

::CORBA::Contained::Description describe();

 o move
 public abstract void move(Container new_container,
                           String new_name,
                           String new_version)

Operation: ::CORBA::Contained::move.

void move(
in ::CORBA::Container new_container,
in ::CORBA::Identifier new_name,
in ::CORBA::VersionSpec new_version
);

 o id
 public abstract void id(String id)

Writer for attribute: ::CORBA::Contained::id.

attribute ::CORBA::RepositoryId id;

 o id
 public abstract String id()

Reader for attribute: ::CORBA::Contained::id.

attribute ::CORBA::RepositoryId id;

 o name
 public abstract void name(String name)

Writer for attribute: ::CORBA::Contained::name.

attribute ::CORBA::Identifier name;

 o name
 public abstract String name()

Reader for attribute: ::CORBA::Contained::name.

attribute ::CORBA::Identifier name;

 o version
 public abstract void version(String version)

Writer for attribute: ::CORBA::Contained::version.

attribute ::CORBA::VersionSpec version;

 o version
 public abstract String version()

Reader for attribute: ::CORBA::Contained::version.

attribute ::CORBA::VersionSpec version;

 o defined_in
 public abstract Container defined_in()

Reader for attribute: ::CORBA::Contained::defined_in.

readonly attribute ::CORBA::Container defined_in;

 o absolute_name
 public abstract String absolute_name()

Reader for attribute: ::CORBA::Contained::absolute_name.

readonly attribute ::CORBA::ScopedName absolute_name;

 o containing_repository
 public abstract Repository containing_repository()

Reader for attribute: ::CORBA::Contained::containing_repository.

readonly attribute ::CORBA::Repository containing_repository;


All Packages  Class Hierarchy  This Package  Previous  Next  Index