package org.omg.Messaging; /** * org/omg/Messaging/SYNC_WITH_TRANSPORT.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from ../../../../src/share/classes/org/omg/PortableInterceptor/Messaging.idl * Friday, May 25, 2007 3:39:56 o'clock PM GMT-05:00 */ public interface SYNC_WITH_TRANSPORT { /** * Constant, defined in the Messaging spec, to define how far the * request shall progress before control is returned to the client. */ public static final short value = (short)(1); }