本文整理了Java中org.omg.CORBA.Any.read_value()
方法的一些代码示例,展示了Any.read_value()
的具体用法。这些代码示例主要来源于Github
/Stackoverflow
/Maven
等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。Any.read_value()
方法的具体详情如下:
包路径:org.omg.CORBA.Any
类名称:Any
方法名:read_value
暂无
代码示例来源:origin: org.eclipse.persistence/org.eclipse.persistence.core
public static void insert(org.omg.CORBA.Any a, org.eclipse.persistence.internal.sessions.remote.Transporter that) {
org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
a.type(type());
write(out, that);
a.read_value(out.create_input_stream(), type());
}
代码示例来源:origin: org.eclipse.persistence/org.eclipse.persistence.core
public static void insert(org.omg.CORBA.Any a, org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnection that) {
org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
a.type(type());
write(out, that);
a.read_value(out.create_input_stream(), type());
}
代码示例来源:origin: se.scalablesolutions.akka/akka-actor
public static void insert (org.omg.CORBA.Any a, com.eaio.uuid.UUID that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec
public static void insert(org.omg.CORBA.Any a, org.jboss.com.sun.org.omg.CORBA.ExceptionDescription[] that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
a.type(type());
write(out, that);
a.read_value(out.create_input_stream(), type());
}
代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec
public static void insert(org.omg.CORBA.Any a, org.jboss.com.sun.org.omg.CORBA.ExceptionDescription that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
a.type(type());
write(out, that);
a.read_value(out.create_input_stream(), type());
}
代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec
public static void insert(org.omg.CORBA.Any a, org.omg.CORBA.IDLType that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
a.type(type());
write(out, that);
a.read_value(out.create_input_stream(), type());
}
代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec
public static void insert(org.omg.CORBA.Any a, org.jboss.com.sun.org.omg.CORBA.AttributeMode that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
a.type(type());
write(out, that);
a.read_value(out.create_input_stream(), type());
}
代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec
public static void insert(org.omg.CORBA.Any a, org.jboss.com.sun.org.omg.CORBA.OperationDescription[] that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
a.type(type());
write(out, that);
a.read_value(out.create_input_stream(), type());
}
代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec
public static void insert(org.omg.CORBA.Any a, Repository that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
a.type(type());
write(out, that);
a.read_value(out.create_input_stream(), type());
}
代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec
public static void insert(org.omg.CORBA.Any a, org.jboss.com.sun.org.omg.CORBA.Initializer[] that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
a.type(type());
write(out, that);
a.read_value(out.create_input_stream(), type());
}
代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec
public static void insert(org.omg.CORBA.Any a, String that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
a.type(type());
write(out, that);
a.read_value(out.create_input_stream(), type());
}
代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec
public static void insert(org.omg.CORBA.Any a, String that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream();
a.type(type());
write(out, that);
a.read_value(out.create_input_stream(), type());
}
代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb
public static void insert (org.omg.CORBA.Any a, com.sun.corba.se.spi.GIOP.LocateRequestHeader_1_2 that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb
public static void insert (org.omg.CORBA.Any a, com.sun.corba.se.spi.activation.ORBAlreadyRegistered that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb
public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.OperationMode that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb
public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.AttributeMode that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb
public static void insert (org.omg.CORBA.Any a, byte[] that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb
public static void insert (org.omg.CORBA.Any a, String that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb
public static void insert (org.omg.CORBA.Any a, com.sun.corba.se.spi.GIOP.RequestHeader_1_2 that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb
public static void insert (org.omg.CORBA.Any a, java.io.Serializable that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
内容来源于网络,如有侵权,请联系作者删除!