org.omg.CORBA.ContainedOperations Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openjdk-orb Show documentation
Show all versions of openjdk-orb Show documentation
JBoss repackaging of the OpenJDK ORB
The newest version!
package org.omg.CORBA;
/**
* org/omg/CORBA/ContainedOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/tomek/workspace/openjdk-orb/src/share/classes/org/omg/CORBA/ir.idl
* Wednesday, February 1, 2023 4:15:32 PM CET
*/
public interface ContainedOperations extends org.omg.CORBA.IRObjectOperations
{
// read/write interface
String id ();
// read/write interface
void id (String newId);
String name ();
void name (String newName);
String version ();
void version (String newVersion);
// read interface
org.omg.CORBA.Container defined_in ();
String absolute_name ();
org.omg.CORBA.Repository containing_repository ();
org.omg.CORBA.ContainedPackage.Description describe ();
// write interface
void move (org.omg.CORBA.Container new_container, String new_name, String new_version);
} // interface ContainedOperations