Searched defs:message_type (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DMessage_1_0.java52 byte message_type = (byte) 0; field in class:Message_1_0
65 message_type = _message_type;
76 return this.message_type;
129 this.message_type = istream.read_octet();
139 ostream.write_octet(this.message_type);
H A DMessage_1_1.java56 byte message_type = (byte) 0; field in class:Message_1_1
69 message_type = _message_type;
80 return this.message_type;
140 switch (this.message_type) {
183 this.message_type = istream.read_octet();
193 ostream.write_octet(this.message_type);

Completed in 30 milliseconds