All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.CORBA.ValueBoxDefPOATie Maven / Gradle / Ivy

package org.omg.CORBA;


/**
* org/omg/CORBA/ValueBoxDefPOATie.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/jenkins/agent/workspace/orb-release-build/omgapi/src/main/idl/ir.idl
* Sunday, February 14, 2021 7:42:42 PM GMT
*/

public class ValueBoxDefPOATie extends ValueBoxDefPOA
{

  // Constructors

  public ValueBoxDefPOATie ( org.omg.CORBA.ValueBoxDefOperations delegate ) {
      this._impl = delegate;
  }
  public ValueBoxDefPOATie ( org.omg.CORBA.ValueBoxDefOperations delegate , org.omg.PortableServer.POA poa ) {
      this._impl = delegate;
      this._poa      = poa;
  }
  public org.omg.CORBA.ValueBoxDefOperations _delegate() {
      return this._impl;
  }
  public void _delegate (org.omg.CORBA.ValueBoxDefOperations 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.IDLType original_type_def ()
  {
    return _impl.original_type_def();
  } // original_type_def
  public void original_type_def (org.omg.CORBA.IDLType newOriginal_type_def)
  {
    _impl.original_type_def(newOriginal_type_def);
  } // original_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.ValueBoxDefOperations _impl;
  private org.omg.PortableServer.POA _poa;

} // class ValueBoxDefPOATie




© 2015 - 2024 Weber Informatics LLC | Privacy Policy