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
* Tuesday, June 10, 2008 1:33:19 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);
}
|