KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > IOP > TransactionService


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

10
11 public interface TransactionService
12 {
13
14   /**
15      * Identifies a CDR encapsulation of the
16      * <code>CosTSInteroperation.PropogationContext</code> defined in
17      * <i>CORBAservices: Common Object Services Specifications.</i>
18      */

19   public static final int value = (int)(0L);
20 }
21
Popular Tags