org.omg.CORBA.StringDefPOATie 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/StringDefPOATie.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 StringDefPOATie extends StringDefPOA
{
// Constructors
public StringDefPOATie ( org.omg.CORBA.StringDefOperations delegate ) {
this._impl = delegate;
}
public StringDefPOATie ( org.omg.CORBA.StringDefOperations delegate , org.omg.PortableServer.POA poa ) {
this._impl = delegate;
this._poa = poa;
}
public org.omg.CORBA.StringDefOperations _delegate() {
return this._impl;
}
public void _delegate (org.omg.CORBA.StringDefOperations delegate ) {
this._impl = delegate;
}
public org.omg.PortableServer.POA _default_POA() {
if(_poa != null) {
return _poa;
}
else {
return super._default_POA();
}
}
public int bound ()
{
return _impl.bound();
} // bound
public void bound (int newBound)
{
_impl.bound(newBound);
} // bound
public org.omg.CORBA.TypeCode type ()
{
return _impl.type();
} // type
// read interface
public org.omg.CORBA.DefinitionKind def_kind ()
{
return _impl.def_kind();
} // def_kind
// write interface
public void destroy ()
{
_impl.destroy();
} // destroy
private org.omg.CORBA.StringDefOperations _impl;
private org.omg.PortableServer.POA _poa;
} // class StringDefPOATie