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

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

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

InputStream.read_string介绍

暂无

代码示例

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

public static org.omg.CosTrading.RegisterPackage.ReadonlyProperty read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  java.lang.String x0;
  x0=in.read_string();
  java.lang.String x1;
  x1=in.read_string();
  final org.omg.CosTrading.RegisterPackage.ReadonlyProperty result = new org.omg.CosTrading.RegisterPackage.ReadonlyProperty(id, x0, x1);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.CosTrading.RegisterPackage.ReadonlyProperty s)

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

public static org.omg.CosTrading.RegisterPackage.MandatoryProperty read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  java.lang.String x0;
  x0=in.read_string();
  java.lang.String x1;
  x1=in.read_string();
  final org.omg.CosTrading.RegisterPackage.MandatoryProperty result = new org.omg.CosTrading.RegisterPackage.MandatoryProperty(id, x0, x1);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.CosTrading.RegisterPackage.MandatoryProperty s)

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

public static org.jacorb.imr.AdminPackage.UnknownHostName read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  java.lang.String x0;
  x0=in.read_string();
  final org.jacorb.imr.AdminPackage.UnknownHostName result = new org.jacorb.imr.AdminPackage.UnknownHostName(id, x0);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.jacorb.imr.AdminPackage.UnknownHostName s)

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

public static org.jacorb.imr.ServerStartupFailed read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  java.lang.String x0;
  x0=in.read_string();
  final org.jacorb.imr.ServerStartupFailed result = new org.jacorb.imr.ServerStartupFailed(id, x0);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.jacorb.imr.ServerStartupFailed s)

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

public static org.jacorb.imr.RegistrationPackage.IllegalHostName read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  java.lang.String x0;
  x0=in.read_string();
  final org.jacorb.imr.RegistrationPackage.IllegalHostName result = new org.jacorb.imr.RegistrationPackage.IllegalHostName(id, x0);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.jacorb.imr.RegistrationPackage.IllegalHostName s)

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

public static org.jacorb.imr.AdminPackage.IllegalServerName read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  java.lang.String x0;
  x0=in.read_string();
  final org.jacorb.imr.AdminPackage.IllegalServerName result = new org.jacorb.imr.AdminPackage.IllegalServerName(id, x0);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.jacorb.imr.AdminPackage.IllegalServerName s)

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

public static org.jacorb.imr.UnknownServerName read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  java.lang.String x0;
  x0=in.read_string();
  final org.jacorb.imr.UnknownServerName result = new org.jacorb.imr.UnknownServerName(id, x0);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.jacorb.imr.UnknownServerName s)

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

public static org.omg.CosTrading.LookupPackage.IllegalPolicyName read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  java.lang.String x0;
  x0=in.read_string();
  final org.omg.CosTrading.LookupPackage.IllegalPolicyName result = new org.omg.CosTrading.LookupPackage.IllegalPolicyName(id, x0);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.CosTrading.LookupPackage.IllegalPolicyName s)

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

public static org.omg.CosTrading.IllegalOfferId read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  java.lang.String x0;
  x0=in.read_string();
  final org.omg.CosTrading.IllegalOfferId result = new org.omg.CosTrading.IllegalOfferId(id, x0);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.CosTrading.IllegalOfferId s)

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

public static org.omg.CosTrading.UnknownOfferId read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  java.lang.String x0;
  x0=in.read_string();
  final org.omg.CosTrading.UnknownOfferId result = new org.omg.CosTrading.UnknownOfferId(id, x0);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.CosTrading.UnknownOfferId s)

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

public static org.omg.CosTrading.RegisterPackage.NoMatchingOffers read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  java.lang.String x0;
  x0=in.read_string();
  final org.omg.CosTrading.RegisterPackage.NoMatchingOffers result = new org.omg.CosTrading.RegisterPackage.NoMatchingOffers(id, x0);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.CosTrading.RegisterPackage.NoMatchingOffers s)

代码示例来源:origin: jboss.jbossts/jbossjts

public static org.omg.CosTransactions.InvalidControl read (final org.omg.CORBA.portable.InputStream in)
{
  org.omg.CosTransactions.InvalidControl result = new org.omg.CosTransactions.InvalidControl();
  if (!in.read_string().equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id");
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.CosTransactions.InvalidControl s)

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

public static InvalidValue
read(org.omg.CORBA.portable.InputStream in)
{
  if(!id().equals(in.read_string()))
    throw new org.omg.CORBA.MARSHAL();
  InvalidValue _ob_v = new InvalidValue();
  return _ob_v;
}

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

public static UnknownPollable
read(org.omg.CORBA.portable.InputStream in)
{
  if(!id().equals(in.read_string()))
    throw new org.omg.CORBA.MARSHAL();
  UnknownPollable _ob_v = new UnknownPollable();
  return _ob_v;
}

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

public static InvalidSlot
read(org.omg.CORBA.portable.InputStream in)
{
  if(!id().equals(in.read_string()))
    throw new org.omg.CORBA.MARSHAL();
  InvalidSlot _ob_v = new InvalidSlot();
  return _ob_v;
}

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

public static org.omg.CosTrading.UnknownMaxLeft read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  final org.omg.CosTrading.UnknownMaxLeft result = new org.omg.CosTrading.UnknownMaxLeft(id);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.CosTrading.UnknownMaxLeft s)

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

public static org.omg.CosBridgeAdmin.BridgeInactive read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  final org.omg.CosBridgeAdmin.BridgeInactive result = new org.omg.CosBridgeAdmin.BridgeInactive(id);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.CosBridgeAdmin.BridgeInactive s)

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

public static org.omg.BridgeTransactionMgmt.TransactionActive read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  final org.omg.BridgeTransactionMgmt.TransactionActive result = new org.omg.BridgeTransactionMgmt.TransactionActive(id);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.BridgeTransactionMgmt.TransactionActive s)

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

public static org.omg.CosTypedEventChannelAdmin.NoSuchImplementation read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  final org.omg.CosTypedEventChannelAdmin.NoSuchImplementation result = new org.omg.CosTypedEventChannelAdmin.NoSuchImplementation(id);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.CosTypedEventChannelAdmin.NoSuchImplementation s)

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

public static org.omg.CosNotifyChannelAdmin.ChannelNotFound read (final org.omg.CORBA.portable.InputStream in)
{
  String id = in.read_string();
  if (!id.equals(id())) throw new org.omg.CORBA.MARSHAL("wrong id: " + id);
  final org.omg.CosNotifyChannelAdmin.ChannelNotFound result = new org.omg.CosNotifyChannelAdmin.ChannelNotFound(id);
  return result;
}
public static void write (final org.omg.CORBA.portable.OutputStream out, final org.omg.CosNotifyChannelAdmin.ChannelNotFound s)

相关文章

微信公众号

最新文章

更多