Searched defs:ValueFactory (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DValueFactory.java36 * The ValueFactory interface is the native mapping for the IDL
37 * type CORBA::ValueFactory. The read_value() method is called by
47 public interface ValueFactory { interface
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DValueFactory.java52 public class ValueFactory implements AuxGen class in inherits:AuxGen
57 public ValueFactory () method in class:ValueFactory
95 factoryClass = entry.name () + "ValueFactory";
116 stream = Util.stream (entry, "ValueFactory.java");
129 stream.println ("public interface " + factoryClass + " extends org.omg.CORBA.portable.ValueFactory");

Completed in 28 milliseconds