KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > Messaging > SYNC_WITH_TRANSPORT


1 package org.omg.Messaging;
2
3
4 /**
5 * org/omg/Messaging/SYNC_WITH_TRANSPORT.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
7 * from ../../../../src/share/classes/org/omg/PortableInterceptor/Messaging.idl
8 * Saturday, February 9, 2008 9:40:07 AM GMT
9 */

10
11 public interface SYNC_WITH_TRANSPORT
12 {
13
14   /**
15    * Constant, defined in the Messaging spec, to define how far the
16    * request shall progress before control is returned to the client.
17    */

18   public static final short value = (short)(1);
19 }
20
Popular Tags