KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.PortableInterceptor;
2
3
4 /**
5 * org/omg/PortableInterceptor/NON_EXISTENT.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 NON_EXISTENT
12 {
13
14   /** Object adapter state indicating that the adapter has been destroyed.
15    */

16   public static final short value = (short)(4);
17 }
18
Popular Tags