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 * Monday, June 27, 2011 12:42:32 AM GMT-08: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); }