org.omg.CORBA.InterfaceAttrExtensionPOATie 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/InterfaceAttrExtensionPOATie.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 class InterfaceAttrExtensionPOATie extends InterfaceAttrExtensionPOA
{
// Constructors
public InterfaceAttrExtensionPOATie ( org.omg.CORBA.InterfaceAttrExtensionOperations delegate ) {
this._impl = delegate;
}
public InterfaceAttrExtensionPOATie ( org.omg.CORBA.InterfaceAttrExtensionOperations delegate , org.omg.PortableServer.POA poa ) {
this._impl = delegate;
this._poa = poa;
}
public org.omg.CORBA.InterfaceAttrExtensionOperations _delegate() {
return this._impl;
}
public void _delegate (org.omg.CORBA.InterfaceAttrExtensionOperations delegate ) {
this._impl = delegate;
}
public org.omg.PortableServer.POA _default_POA() {
if(_poa != null) {
return _poa;
}
else {
return super._default_POA();
}
}
public org.omg.CORBA.InterfaceAttrExtensionPackage.ExtFullInterfaceDescription describe_ext_interface ()
{
return _impl.describe_ext_interface();
} // describe_ext_interface
// write interface
public org.omg.CORBA.ExtAttributeDef create_ext_attribute (String id, String name, String version, org.omg.CORBA.IDLType type, org.omg.CORBA.AttributeMode mode, org.omg.CORBA.ExceptionDef[] get_exceptions, org.omg.CORBA.ExceptionDef[] set_exceptions)
{
return _impl.create_ext_attribute(id, name, version, type, mode, get_exceptions, set_exceptions);
} // create_ext_attribute
private org.omg.CORBA.InterfaceAttrExtensionOperations _impl;
private org.omg.PortableServer.POA _poa;
} // class InterfaceAttrExtensionPOATie