1. package org.omg.Messaging;
  2. /**
  3. * org/omg/Messaging/SYNC_WITH_TRANSPORT.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/Messaging.idl
  6. * Wednesday, September 15, 2004 10:28:44 AM GMT
  7. */
  8. public interface SYNC_WITH_TRANSPORT
  9. {
  10. /**
  11. * Constant, defined in the Messaging spec, to define how far the
  12. * request shall progress before control is returned to the client.
  13. */
  14. public static final short value = (short)(1);
  15. }