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

x33g5p2x  于2022-01-26 转载在 其他  
字(5.4k)|赞(0)|评价(0)|浏览(147)

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

OutputStream.write_ulonglong介绍

暂无

代码示例

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

public static void write (final org.omg.CORBA.portable.OutputStream _out, long _s)
  {
    _out.write_ulonglong(_s);
  }
}

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

/**
 * Operation write_ulonglong
 */
public void write_ulonglong( long value )
{
  delegate.write_ulonglong( value );
}

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

public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.TimeBase.IntervalT s)
  {
    out.write_ulonglong(s.lower_bound);
    out.write_ulonglong(s.upper_bound);
  }
}

代码示例来源:origin: org.mobicents.resources/parlay-provider-api

public static void write (final org.omg.CORBA.portable.OutputStream _out, long _s)
  {
    _out.write_ulonglong(_s);
  }
}

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

public static void write (final org.omg.CORBA.portable.OutputStream _out, long _s)
  {
    _out.write_ulonglong(_s);
  }
}

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

public static void write (final org.omg.CORBA.portable.OutputStream _out, long _s)
  {
    _out.write_ulonglong(_s);
  }
}

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

public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.TimeBase.IntervalT s)
  {
    out.write_ulonglong(s.lower_bound);
    out.write_ulonglong(s.upper_bound);
  }
}

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

public static void write (final org.omg.CORBA.portable.OutputStream _out, long _s)
  {
    _out.write_ulonglong(_s);
  }
}

代码示例来源:origin: apache/cxf

public void writeULongLong(java.math.BigInteger l) throws CorbaBindingException {
  if (l == null) {
    stream.write_ulonglong(0);
  } else {
    stream.write_ulonglong(l.longValue());
  }
}

代码示例来源:origin: org.apache.yoko/yoko-spec-corba

public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CSI.MessageInContext value)
{
 ostream.write_ulonglong (value.client_context_id);
 ostream.write_boolean (value.discard_context);
}

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

public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CSI.CompleteEstablishContext value)
{
 ostream.write_ulonglong (value.client_context_id);
 ostream.write_boolean (value.context_stateful);
 org.omg.CSI.GSSTokenHelper.write (ostream, value.final_context_token);
}

代码示例来源:origin: org.apache.yoko/yoko-spec-corba

public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CSI.CompleteEstablishContext value)
{
 ostream.write_ulonglong (value.client_context_id);
 ostream.write_boolean (value.context_stateful);
 org.omg.CSI.GSSTokenHelper.write (ostream, value.final_context_token);
}

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

public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CSI.EstablishContext value)
{
 ostream.write_ulonglong (value.client_context_id);
 org.omg.CSI.AuthorizationTokenHelper.write (ostream, value.authorization_token);
 org.omg.CSI.IdentityTokenHelper.write (ostream, value.identity_token);
 org.omg.CSI.GSSTokenHelper.write (ostream, value.client_authentication_token);
}

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

public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.CSI.ContextError s)
  {
    out.write_ulonglong(s.client_context_id);
    out.write_long(s.major_status);
    out.write_long(s.minor_status);
    org.omg.CSI.GSSTokenHelper.write(out,s.error_token);
  }
}

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

public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.TimeBase.UtcT s)
  {
    out.write_ulonglong(s.time);
    out.write_ulong(s.inacclo);
    out.write_ushort(s.inacchi);
    out.write_short(s.tdf);
  }
}

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

public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CSI.ContextError value)
{
 ostream.write_ulonglong (value.client_context_id);
 ostream.write_long (value.major_status);
 ostream.write_long (value.minor_status);
 org.omg.CSI.GSSTokenHelper.write (ostream, value.error_token);
}

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

public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.CSI.EstablishContext s)
  {
    out.write_ulonglong(s.client_context_id);
    org.omg.CSI.AuthorizationTokenHelper.write(out,s.authorization_token);
    org.omg.CSI.IdentityTokenHelper.write(out,s.identity_token);
    org.omg.CSI.GSSTokenHelper.write(out,s.client_authentication_token);
  }
}

代码示例来源:origin: org.glassfish.corba/glassfish-corba-csiv2-idl

public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.corba.ee.org.omg.CSI.ContextError value)
{
 ostream.write_ulonglong (value.client_context_id);
 ostream.write_long (value.major_status);
 ostream.write_long (value.minor_status);
 com.sun.corba.ee.org.omg.CSI.GSSTokenHelper.write (ostream, value.error_token);
}

代码示例来源:origin: org.apache.yoko/yoko-spec-corba

public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CSI.EstablishContext value)
{
 ostream.write_ulonglong (value.client_context_id);
 org.omg.CSI.AuthorizationTokenHelper.write (ostream, value.authorization_token);
 org.omg.CSI.IdentityTokenHelper.write (ostream, value.identity_token);
 org.omg.CSI.GSSTokenHelper.write (ostream, value.client_authentication_token);
}

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

public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.TimeBase.UtcT s)
  {
    out.write_ulonglong(s.time);
    out.write_ulong(s.inacclo);
    out.write_ushort(s.inacchi);
    out.write_short(s.tdf);
  }
}

相关文章