Searched defs:reply_status (Results 1 - 7 of 7) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DLocateReplyMessage_1_1.java56 private int reply_status = (int) 0; field in class:LocateReplyMessage_1_1
71 reply_status = _reply_status;
82 return this.reply_status;
102 this.reply_status = istream.read_long();
103 isValidReplyStatus(this.reply_status); // raises exception on error
106 if (this.reply_status == OBJECT_FORWARD) {
117 ostream.write_long(this.reply_status);
H A DLocateReplyMessage_1_2.java61 private int reply_status = (int) 0; field in class:LocateReplyMessage_1_2
84 reply_status = _reply_status;
95 return this.reply_status;
116 this.reply_status = istream.read_long();
117 isValidReplyStatus(this.reply_status); // raises exception on error
125 if (this.reply_status == LOC_SYSTEM_EXCEPTION) {
146 } else if ( (this.reply_status == OBJECT_FORWARD) ||
147 (this.reply_status == OBJECT_FORWARD_PERM) ){
150 } else if (this.reply_status == LOC_NEEDS_ADDRESSING_MODE) {
164 ostream.write_long(this.reply_status);
[all...]
H A DReplyMessage_1_0.java61 private int reply_status = (int) 0; field in class:ReplyMessage_1_0
83 reply_status = _reply_status;
94 return this.reply_status;
129 this.reply_status = istream.read_long();
130 isValidReplyStatus(this.reply_status); // raises exception on error
134 if (this.reply_status == SYSTEM_EXCEPTION) {
156 } else if (this.reply_status == USER_EXCEPTION) {
158 } else if (this.reply_status == LOCATION_FORWARD) {
177 ostream.write_long(this.reply_status);
H A DReplyMessage_1_1.java61 private int reply_status = (int) 0; field in class:ReplyMessage_1_1
84 reply_status = _reply_status;
95 return this.reply_status;
130 this.reply_status = istream.read_long();
131 isValidReplyStatus(this.reply_status); // raises exception on error
135 if (this.reply_status == SYSTEM_EXCEPTION) {
156 } else if (this.reply_status == USER_EXCEPTION) {
158 } else if (this.reply_status == LOCATION_FORWARD) {
177 ostream.write_long(this.reply_status);
H A DReplyMessage_1_2.java64 private int reply_status = (int) 0; field in class:ReplyMessage_1_2
88 reply_status = _reply_status;
100 return this.reply_status;
133 this.reply_status = istream.read_long();
134 isValidReplyStatus(this.reply_status); // raises exception on error
148 if (this.reply_status == SYSTEM_EXCEPTION) {
170 } else if (this.reply_status == USER_EXCEPTION) {
172 } else if ( (this.reply_status == LOCATION_FORWARD) ||
173 (this.reply_status == LOCATION_FORWARD_PERM) ){
176 } else if (this.reply_status
[all...]
H A DMessageBase.java590 int reply_status, ServiceContexts service_contexts, IOR ior) {
594 reply_status, ior);
597 reply_status, ior);
600 new ReplyMessage_1_2(orb, request_id, reply_status,
588 createReply( ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, int reply_status, ServiceContexts service_contexts, IOR ior) argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DRequestInfoImpl.java136 // The reply status to return in reply_status. This is initialized
347 public short reply_status (){ method in class:RequestInfoImpl
356 * If the reply_status attribute is LOCATION_FORWARD
813 * Sets the value to be returned by reply_status
820 * Gets the current reply_status without doing an access check

Completed in 381 milliseconds