src/share/classes/com/sun/corba/se/impl/interceptors/ClientRequestInfoImpl.java

changeset 371
e324dfb90c9e
parent 240
f90b3e014e83
child 748
6845b95cba6b
equal deleted inserted replaced
334:66c7161ee588 371:e324dfb90c9e
1 /* 1 /*
2 * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
215 protected static final int MID_ADD_REQUEST_SERVICE_CONTEXT 215 protected static final int MID_ADD_REQUEST_SERVICE_CONTEXT
216 = MID_RI_LAST + 9; 216 = MID_RI_LAST + 9;
217 217
218 // ClientRequestInfo validity table (see ptc/00-08-06 table 21-1). 218 // ClientRequestInfo validity table (see ptc/00-08-06 table 21-1).
219 // Note: These must be in the same order as specified in contants. 219 // Note: These must be in the same order as specified in contants.
220 protected static final boolean validCall[][] = { 220 private static final boolean validCall[][] = {
221 // LEGEND: 221 // LEGEND:
222 // s_req = send_request r_rep = receive_reply 222 // s_req = send_request r_rep = receive_reply
223 // s_pol = send_poll r_exc = receive_exception 223 // s_pol = send_poll r_exc = receive_exception
224 // r_oth = receive_other 224 // r_oth = receive_other
225 // 225 //

mercurial