KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.PortableInterceptor;
2
3
4 /**
5 * org/omg/PortableInterceptor/HOLDING.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 HOLDING
12 {
13
14   /** Object adapter state that holds requests temporarily until the
15    * state is changed.
16    */

17   public static final short value = (short)(0);
18 }
19
Popular Tags