|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainedOperations
Represents Interface Repository objects that are, themselves, contained within another Interface Repository object. This interface provides methods for: Setting and retrieving the object's name and version. Determining the Container that contains this object. Obtaining the object's absolute name, containing repository, and description. Moving an object from one container to another.
Method Summary | |
---|---|
java.lang.String |
absolute_name()
|
Repository |
containing_repository()
|
Container |
defined_in()
|
Description |
describe()
This method is the default constructor for a Description . |
java.lang.String |
id()
The repository identifier for this object. |
void |
id(java.lang.String arg0)
The repository identifier for this object. |
void |
move(Container new_container,
java.lang.String new_name,
java.lang.String new_version)
This method moves this object to another container. |
java.lang.String |
name()
The object's name. |
void |
name(java.lang.String arg0)
The object's name. |
java.lang.String |
version()
The object's version. |
void |
version(java.lang.String arg0)
The object's version. |
Methods inherited from interface org.omg.CORBA.IRObjectOperations |
---|
def_kind, destroy |
Method Detail |
---|
void move(Container new_container, java.lang.String new_name, java.lang.String new_version)
new_container
- The Container to which the object is to be moved.new_name
- The new name for the object.new_version
- The new version specification for the object.Description describe()
Description
.
Repository containing_repository()
java.lang.String absolute_name()
Container defined_in()
Container
where this object is definedjava.lang.String version()
void version(java.lang.String arg0)
java.lang.String name()
void name(java.lang.String arg0)
java.lang.String id()
void id(java.lang.String arg0)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |