org.omg.CORBA.portable.InputStream.read_boolean()方法的使用及代码示例

x33g5p2x  于2022-01-21 转载在 其他  
字(9.2k)|赞(0)|评价(0)|浏览(145)

本文整理了Java中org.omg.CORBA.portable.InputStream.read_boolean()方法的一些代码示例,展示了InputStream.read_boolean()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。InputStream.read_boolean()方法的具体详情如下:
包路径:org.omg.CORBA.portable.InputStream
类名称:InputStream
方法名:read_boolean

InputStream.read_boolean介绍

暂无

代码示例

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public boolean is_custom ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("_get_is_custom", true);
       $in = _invoke ($out);
       boolean $result = $in.read_boolean ();
       return $result;
     } catch (org.omg.CORBA.portable.ApplicationException $ex) {
       $in = $ex.getInputStream ();
       String _id = $ex.getId ();
       throw new org.omg.CORBA.MARSHAL (_id);
     } catch (org.omg.CORBA.portable.RemarshalException $rm) {
       return is_custom (        );
     } finally {
       _releaseReply ($in);
     }
} // is_custom

代码示例来源:origin: jbosstm/narayana

boolean _result = _is.read_boolean();
  return _result;
catch( org.omg.CORBA.portable.ApplicationException _ax )
  String _id = _ax.getId();
    try
        _ax.getInputStream().close();
    throw new RuntimeException("Unexpected exception " + e.toString() );
      _os.close();
    throw new RuntimeException("Unexpected exception " + e.toString() );

代码示例来源:origin: jbosstm/narayana

boolean _result = _is.read_boolean();
  return _result;
catch( org.omg.CORBA.portable.ApplicationException _ax )
  String _id = _ax.getId();
    try
        _ax.getInputStream().close();
    throw new RuntimeException("Unexpected exception " + e.toString() );
      _os.close();
    throw new RuntimeException("Unexpected exception " + e.toString() );

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public boolean is_abstract ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("_get_is_abstract", true);
       $in = _invoke ($out);
       boolean $result = $in.read_boolean ();
       return $result;
     } catch (org.omg.CORBA.portable.ApplicationException $ex) {
       $in = $ex.getInputStream ();
       String _id = $ex.getId ();
       throw new org.omg.CORBA.MARSHAL (_id);
     } catch (org.omg.CORBA.portable.RemarshalException $rm) {
       return is_abstract (        );
     } finally {
       _releaseReply ($in);
     }
} // is_abstract

代码示例来源:origin: jbosstm/narayana

boolean _result = _is.read_boolean();
  return _result;
catch( org.omg.CORBA.portable.ApplicationException _ax )
  String _id = _ax.getId();
    try
        _ax.getInputStream().close();
    throw new RuntimeException("Unexpected exception " + e.toString() );
      _os.close();
    throw new RuntimeException("Unexpected exception " + e.toString() );

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public boolean is_abstract ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("_get_is_abstract", true);
       $in = _invoke ($out);
       boolean $result = $in.read_boolean ();
       return $result;
     } catch (org.omg.CORBA.portable.ApplicationException $ex) {
       $in = $ex.getInputStream ();
       String _id = $ex.getId ();
       throw new org.omg.CORBA.MARSHAL (_id);
     } catch (org.omg.CORBA.portable.RemarshalException $rm) {
       return is_abstract (        );
     } finally {
       _releaseReply ($in);
     }
} // is_abstract

代码示例来源:origin: jbosstm/narayana

boolean _result = _is.read_boolean();
  return _result;
catch( org.omg.CORBA.portable.ApplicationException _ax )
  String _id = _ax.getId();
    try
        _ax.getInputStream().close();
    throw new RuntimeException("Unexpected exception " + e.toString() );
      _os.close();
    throw new RuntimeException("Unexpected exception " + e.toString() );

代码示例来源:origin: org.fudaa.business/dodico-corba

public boolean noyauV5P2 ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("_get_noyauV5P2", true);
       $in = _invoke ($out);
       boolean $result = $in.read_boolean ();
       return $result;
     } catch (org.omg.CORBA.portable.ApplicationException $ex) {
       $in = $ex.getInputStream ();
       String _id = $ex.getId ();
       throw new org.omg.CORBA.MARSHAL (_id);
     } catch (org.omg.CORBA.portable.RemarshalException $rm) {
       return noyauV5P2 (        );
     } finally {
       _releaseReply ($in);
     }
} // noyauV5P2

代码示例来源:origin: jbosstm/narayana

boolean _result = _is.read_boolean();
  return _result;
catch( org.omg.CORBA.portable.ApplicationException _ax )
  String _id = _ax.getId();
    try
        _ax.getInputStream().close();
    throw new RuntimeException("Unexpected exception " + e.toString() );
      _os.close();
    throw new RuntimeException("Unexpected exception " + e.toString() );

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public boolean is_truncatable ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("_get_is_truncatable", true);
       $in = _invoke ($out);
       boolean $result = $in.read_boolean ();
       return $result;
     } catch (org.omg.CORBA.portable.ApplicationException $ex) {
       $in = $ex.getInputStream ();
       String _id = $ex.getId ();
       throw new org.omg.CORBA.MARSHAL (_id);
     } catch (org.omg.CORBA.portable.RemarshalException $rm) {
       return is_truncatable (        );
     } finally {
       _releaseReply ($in);
     }
} // is_truncatable

代码示例来源:origin: jbosstm/narayana

boolean _result = _is.read_boolean();
  return _result;
catch( org.omg.CORBA.portable.ApplicationException _ax )
  String _id = _ax.getId();
    try
        _ax.getInputStream().close();
    throw new RuntimeException("Unexpected exception " + e.toString() );
      _os.close();
    throw new RuntimeException("Unexpected exception " + e.toString() );

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public boolean is_abstract ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("_get_is_abstract", true);
       $in = _invoke ($out);
       boolean $result = $in.read_boolean ();
       return $result;
     } catch (org.omg.CORBA.portable.ApplicationException $ex) {
       $in = $ex.getInputStream ();
       String _id = $ex.getId ();
       throw new org.omg.CORBA.MARSHAL (_id);
     } catch (org.omg.CORBA.portable.RemarshalException $rm) {
       return is_abstract (        );
     } finally {
       _releaseReply ($in);
     }
} // is_abstract

代码示例来源:origin: jbosstm/narayana

org.omg.CosTransactions.CoordinatorHelper.write(_os,tc);
  _is = _invoke(_os);
  boolean _result = _is.read_boolean();
  return _result;
catch( org.omg.CORBA.portable.ApplicationException _ax )
  String _id = _ax.getId();
    try
        _ax.getInputStream().close();
    throw new RuntimeException("Unexpected exception " + e.toString() );
      _os.close();
    throw new RuntimeException("Unexpected exception " + e.toString() );

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public boolean is_abstract ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("_get_is_abstract", true);
       $in = _invoke ($out);
       boolean $result = $in.read_boolean ();
       return $result;
     } catch (org.omg.CORBA.portable.ApplicationException $ex) {
       $in = $ex.getInputStream ();
       String _id = $ex.getId ();
       throw new org.omg.CORBA.MARSHAL (_id);
     } catch (org.omg.CORBA.portable.RemarshalException $rm) {
       return is_abstract (        );
     } finally {
       _releaseReply ($in);
     }
} // is_abstract

代码示例来源:origin: jbosstm/narayana

org.omg.CosTransactions.CoordinatorHelper.write(_os,tc);
  _is = _invoke(_os);
  boolean _result = _is.read_boolean();
  return _result;
catch( org.omg.CORBA.portable.ApplicationException _ax )
  String _id = _ax.getId();
    try
        _ax.getInputStream().close();
    throw new RuntimeException("Unexpected exception " + e.toString() );
      _os.close();
    throw new RuntimeException("Unexpected exception " + e.toString() );

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public boolean is_abstract ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("_get_is_abstract", true);
       $in = _invoke ($out);
       boolean $result = $in.read_boolean ();
       return $result;
     } catch (org.omg.CORBA.portable.ApplicationException $ex) {
       $in = $ex.getInputStream ();
       String _id = $ex.getId ();
       throw new org.omg.CORBA.MARSHAL (_id);
     } catch (org.omg.CORBA.portable.RemarshalException $rm) {
       return is_abstract (        );
     } finally {
       _releaseReply ($in);
     }
} // is_abstract

代码示例来源:origin: jbosstm/narayana

org.omg.CosTransactions.CoordinatorHelper.write(_os,tc);
  _is = _invoke(_os);
  boolean _result = _is.read_boolean();
  return _result;
catch( org.omg.CORBA.portable.ApplicationException _ax )
  String _id = _ax.getId();
    try
        _ax.getInputStream().close();
    throw new RuntimeException("Unexpected exception " + e.toString() );
      _os.close();
    throw new RuntimeException("Unexpected exception " + e.toString() );

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public boolean is_abstract ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("_get_is_abstract", true);
       $in = _invoke ($out);
       boolean $result = $in.read_boolean ();
       return $result;
     } catch (org.omg.CORBA.portable.ApplicationException $ex) {
       $in = $ex.getInputStream ();
       String _id = $ex.getId ();
       throw new org.omg.CORBA.MARSHAL (_id);
     } catch (org.omg.CORBA.portable.RemarshalException $rm) {
       return is_abstract (        );
     } finally {
       _releaseReply ($in);
     }
} // is_abstract

代码示例来源:origin: jbosstm/narayana

com.arjuna.ArjunaOTS.OTSAbstractRecordHelper.write(_os,record);
  _is = _invoke(_os);
  boolean _result = _is.read_boolean();
  return _result;
catch( org.omg.CORBA.portable.ApplicationException _ax )
  String _id = _ax.getId();
    try
        _ax.getInputStream().close();
    throw new RuntimeException("Unexpected exception " + e.toString() );
      _os.close();
    throw new RuntimeException("Unexpected exception " + e.toString() );

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public boolean is_abstract ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("_get_is_abstract", true);
       $in = _invoke ($out);
       boolean $result = $in.read_boolean ();
       return $result;
     } catch (org.omg.CORBA.portable.ApplicationException $ex) {
       $in = $ex.getInputStream ();
       String _id = $ex.getId ();
       throw new org.omg.CORBA.MARSHAL (_id);
     } catch (org.omg.CORBA.portable.RemarshalException $rm) {
       return is_abstract (        );
     } finally {
       _releaseReply ($in);
     }
} // is_abstract

相关文章