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

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

package org.omg.CORBA;


/**
* org/omg/CORBA/StringDefPOATie.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 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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy