KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > PortableInterceptor > SUCCESSFUL


1 package org.omg.PortableInterceptor;
2
3
4 /**
5 * org/omg/PortableInterceptor/SUCCESSFUL.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
7 * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
8 * Saturday, February 9, 2008 9:40:08 AM GMT
9 */

10
11 public interface SUCCESSFUL
12 {
13
14   /**
15    * Indicates a successful Reply Status. One possible value for
16    * <code>RequestInfo.reply_status</code>.
17    * @see RequestInfo#reply_status
18    * @see SYSTEM_EXCEPTION
19    * @see USER_EXCEPTION
20    * @see LOCATION_FORWARD
21    * @see TRANSPORT_RETRY
22    */

23   public static final short value = (short)(0);
24 }
25
Popular Tags