1. package org.omg.PortableInterceptor;
  2. /**
  3. * org/omg/PortableInterceptor/INACTIVE.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
  6. * Wednesday, September 15, 2004 10:28:46 AM GMT
  7. */
  8. public interface INACTIVE
  9. {
  10. /** Object adapter state that causes all requests to be discarded.
  11. * This state indicates that the adapter is shutting down.
  12. */
  13. public static final short value = (short)(3);
  14. }