本文整理了Java中org.omg.CORBA.portable.InputStream.read_Principal()
方法的一些代码示例,展示了InputStream.read_Principal()
的具体用法。这些代码示例主要来源于Github
/Stackoverflow
/Maven
等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。InputStream.read_Principal()
方法的具体详情如下:
包路径:org.omg.CORBA.portable.InputStream
类名称:InputStream
方法名:read_Principal
暂无
代码示例来源:origin: org.jppf/jppf-jmxremote_optional
@Override
@SuppressWarnings("deprecation")
public Principal read_Principal() {
return in.read_Principal();
}
代码示例来源:origin: JacORB/JacORB
public void _read(org.omg.CORBA.portable.InputStream is) {
value = is.read_Principal();
}
代码示例来源:origin: org.apache.yoko/yoko-spec-corba
public void _read(org.omg.CORBA.portable.InputStream input) {
value = input.read_Principal();
}
代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb
public void _read(InputStream input) {
value = input.read_Principal();
}
代码示例来源:origin: org.jacorb/jacorb-omgapi
public void _read(org.omg.CORBA.portable.InputStream is) {
value = is.read_Principal();
}
代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb
public void read(org.omg.CORBA.portable.InputStream istream) {
super.read(istream);
this.service_contexts
= new ServiceContexts((org.omg.CORBA_2_3.portable.InputStream) istream);
this.request_id = istream.read_ulong();
this.response_expected = istream.read_boolean();
int _len0 = istream.read_long();
this.object_key = new byte[_len0];
istream.read_octet_array(this.object_key, 0, _len0);
this.operation = istream.read_string();
this.requesting_principal = istream.read_Principal();
}
代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec
public void read(org.omg.CORBA.portable.InputStream istream)
{
super.read(istream);
this.service_contexts = new ServiceContexts((org.omg.CORBA_2_3.portable.InputStream) istream);
this.request_id = istream.read_ulong();
this.response_expected = istream.read_boolean();
int _len0 = istream.read_long();
this.object_key = new byte[_len0];
istream.read_octet_array(this.object_key, 0, _len0);
this.operation = istream.read_string();
this.requesting_principal = istream.read_Principal();
}
代码示例来源:origin: jboss/jboss-javaee-specs
public void read(org.omg.CORBA.portable.InputStream istream)
{
super.read(istream);
this.service_contexts = new ServiceContexts((org.omg.CORBA_2_3.portable.InputStream) istream);
this.request_id = istream.read_ulong();
this.response_expected = istream.read_boolean();
int _len0 = istream.read_long();
this.object_key = new byte[_len0];
istream.read_octet_array(this.object_key, 0, _len0);
this.operation = istream.read_string();
this.requesting_principal = istream.read_Principal();
}
代码示例来源:origin: org.apache.yoko/yoko-spec-corba
public static RequestHeader_1_0
read(org.omg.CORBA.portable.InputStream in)
{
RequestHeader_1_0 _ob_v = new RequestHeader_1_0();
_ob_v.service_context = org.omg.IOP.ServiceContextListHelper.read(in);
_ob_v.request_id = in.read_ulong();
_ob_v.response_expected = in.read_boolean();
int len0 = in.read_ulong();
_ob_v.object_key = new byte[len0];
in.read_octet_array(_ob_v.object_key, 0, len0);
_ob_v.operation = in.read_string();
_ob_v.requesting_principal = in.read_Principal();
return _ob_v;
}
代码示例来源:origin: jboss/jboss-javaee-specs
public void read(org.omg.CORBA.portable.InputStream istream)
{
super.read(istream);
this.service_contexts = new ServiceContexts((org.omg.CORBA_2_3.portable.InputStream) istream);
this.request_id = istream.read_ulong();
this.response_expected = istream.read_boolean();
this.reserved = new byte[3];
for (int _o0 = 0; _o0 < (3); ++_o0)
{
this.reserved[_o0] = istream.read_octet();
}
int _len1 = istream.read_long();
this.object_key = new byte[_len1];
istream.read_octet_array(this.object_key, 0, _len1);
this.operation = istream.read_string();
this.requesting_principal = istream.read_Principal();
}
代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb
public void read(org.omg.CORBA.portable.InputStream istream) {
super.read(istream);
this.service_contexts
= new ServiceContexts((org.omg.CORBA_2_3.portable.InputStream) istream);
this.request_id = istream.read_ulong();
this.response_expected = istream.read_boolean();
this.reserved = new byte[3];
for (int _o0 = 0;_o0 < (3); ++_o0) {
this.reserved[_o0] = istream.read_octet();
}
int _len1 = istream.read_long();
this.object_key = new byte[_len1];
istream.read_octet_array(this.object_key, 0, _len1);
this.operation = istream.read_string();
this.requesting_principal = istream.read_Principal();
}
代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec
public void read(org.omg.CORBA.portable.InputStream istream)
{
super.read(istream);
this.service_contexts = new ServiceContexts((org.omg.CORBA_2_3.portable.InputStream) istream);
this.request_id = istream.read_ulong();
this.response_expected = istream.read_boolean();
this.reserved = new byte[3];
for (int _o0 = 0; _o0 < (3); ++_o0)
{
this.reserved[_o0] = istream.read_octet();
}
int _len1 = istream.read_long();
this.object_key = new byte[_len1];
istream.read_octet_array(this.object_key, 0, _len1);
this.operation = istream.read_string();
this.requesting_principal = istream.read_Principal();
}
代码示例来源:origin: org.apache.yoko/yoko-spec-corba
public static RequestHeader_1_1
read(org.omg.CORBA.portable.InputStream in)
{
RequestHeader_1_1 _ob_v = new RequestHeader_1_1();
_ob_v.service_context = org.omg.IOP.ServiceContextListHelper.read(in);
_ob_v.request_id = in.read_ulong();
_ob_v.response_expected = in.read_boolean();
int len0 = 3;
_ob_v.reserved = new byte[len0];
in.read_octet_array(_ob_v.reserved, 0, len0);
int len1 = in.read_ulong();
_ob_v.object_key = new byte[len1];
in.read_octet_array(_ob_v.object_key, 0, len1);
_ob_v.operation = in.read_string();
_ob_v.requesting_principal = in.read_Principal();
return _ob_v;
}
代码示例来源:origin: org.apache.yoko/yoko-core
value_ = in.read_Principal();
break;
代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb
return (myStream.read_Object().equals(otherStream.read_Object()));
case TCKind._tk_Principal:
return (myStream.read_Principal().equals(otherStream.read_Principal()));
代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec
return (myStream.read_Object().equals(otherStream.read_Object()));
case TCKind._tk_Principal :
return (myStream.read_Principal().equals(otherStream.read_Principal()));
代码示例来源:origin: jboss/jboss-javaee-specs
return (myStream.read_Object().equals(otherStream.read_Object()));
case TCKind._tk_Principal :
return (myStream.read_Principal().equals(otherStream.read_Principal()));
代码示例来源:origin: org.jboss.spec.javax.rmi/jboss-rmi-api_1.0_spec
o = s.read_Principal();
break;
代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb
o = s.read_Principal();
break;
代码示例来源:origin: jboss/jboss-javaee-specs
o = s.read_Principal();
break;
内容来源于网络,如有侵权,请联系作者删除!