org.omg.CORBA.SequenceDefPOATie 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/SequenceDefPOATie.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 SequenceDefPOATie extends SequenceDefPOA
{
// Constructors
public SequenceDefPOATie ( org.omg.CORBA.SequenceDefOperations delegate ) {
this._impl = delegate;
}
public SequenceDefPOATie ( org.omg.CORBA.SequenceDefOperations delegate , org.omg.PortableServer.POA poa ) {
this._impl = delegate;
this._poa = poa;
}
public org.omg.CORBA.SequenceDefOperations _delegate() {
return this._impl;
}
public void _delegate (org.omg.CORBA.SequenceDefOperations 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 element_type ()
{
return _impl.element_type();
} // element_type
public org.omg.CORBA.IDLType element_type_def ()
{
return _impl.element_type_def();
} // element_type_def
public void element_type_def (org.omg.CORBA.IDLType newElement_type_def)
{
_impl.element_type_def(newElement_type_def);
} // element_type_def
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.SequenceDefOperations _impl;
private org.omg.PortableServer.POA _poa;
} // class SequenceDefPOATie