KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > mark > AddDataValueFactory


1 package mark;
2
3
4 /**
5 * mark/AddDataValueFactory.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.1"
7 * from W:/Geronimo/corba_container/tests/corba_idl/idl/Add.idl
8 * Monday, December 20, 2004 4:06:00 PM EST
9 */

10
11 public interface AddDataValueFactory extends org.omg.CORBA.portable.ValueFactory
12 {
13   AddData createAD (int a);
14 }
15
Popular Tags