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

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

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

InputStream.read_ulong介绍

暂无

代码示例

代码示例来源:origin: org.glassfish.main.transaction/jts

public int hash_top_level_tran ()
{
 org.omg.CORBA.portable.InputStream $in = null;
 try {
   org.omg.CORBA.portable.OutputStream $out = _request ("hash_top_level_tran", true);
   $in = _invoke ($out);
   int $result = $in.read_ulong ();
   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 hash_top_level_tran ();
 } finally {
   _releaseReply ($in);
 }
} // hash_top_level_tran

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

return _is.read_ulong();
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

int _result = _is.read_ulong();
  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

public int hash_top_level_tran ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("hash_top_level_tran", true);
       $in = _invoke ($out);
       int $result = $in.read_ulong ();
       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 hash_top_level_tran (        );
     } finally {
       _releaseReply ($in);
     }
} // hash_top_level_tran

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

int _result = _is.read_ulong();
  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.glassfish.main.transaction/jts

public int hash_transaction ()
{
 org.omg.CORBA.portable.InputStream $in = null;
 try {
   org.omg.CORBA.portable.OutputStream $out = _request ("hash_transaction", true);
   $in = _invoke ($out);
   int $result = $in.read_ulong ();
   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 hash_transaction ();
 } finally {
   _releaseReply ($in);
 }
} // hash_transaction

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

int _result = _is.read_ulong();
  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 int bound ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("_get_bound", true);
       $in = _invoke ($out);
       int $result = $in.read_ulong ();
       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 bound (        );
     } finally {
       _releaseReply ($in);
     }
} // bound

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

int _result = _is.read_ulong();
  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 int bound ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("_get_bound", true);
       $in = _invoke ($out);
       int $result = $in.read_ulong ();
       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 bound (        );
     } finally {
       _releaseReply ($in);
     }
} // bound

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

int _result = _is.read_ulong();
  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.apache.yoko/yoko-spec-corba

public int hash_transaction ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("hash_transaction", true);
       $in = _invoke ($out);
       int $result = $in.read_ulong ();
       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 hash_transaction (        );
     } finally {
       _releaseReply ($in);
     }
} // hash_transaction

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

int _result = _is.read_ulong();
  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.apache.yoko/yoko-spec-corba

public int get_timeout ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("get_timeout", true);
       $in = _invoke ($out);
       int $result = $in.read_ulong ();
       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 get_timeout (        );
     } finally {
       _releaseReply ($in);
     }
} // get_timeout

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

org.omg.XA.BeforeCompletionCallbackHelper.write(_os,bcc);
  _is = _invoke(_os);
  int _result = _is.read_ulong();
  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 int length ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("_get_length", true);
       $in = _invoke ($out);
       int $result = $in.read_ulong ();
       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 length (        );
     } finally {
       _releaseReply ($in);
     }
} // length

代码示例来源:origin: org.jacorb/jacorb-services

return _is.read_ulong();
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

public int hash_transaction ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("hash_transaction", true);
       $in = _invoke ($out);
       int $result = $in.read_ulong ();
       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 hash_transaction (        );
     } finally {
       _releaseReply ($in);
     }
} // hash_transaction

代码示例来源:origin: org.jacorb/jacorb-services

return _is.read_ulong();
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

public int hash_transaction ()
{
     org.omg.CORBA.portable.InputStream $in = null;
     try {
       org.omg.CORBA.portable.OutputStream $out = _request ("hash_transaction", true);
       $in = _invoke ($out);
       int $result = $in.read_ulong ();
       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 hash_transaction (        );
     } finally {
       _releaseReply ($in);
     }
} // hash_transaction

相关文章