Searched defs:IDL (Results 1 - 4 of 4) sorted by relevance

/openjdk7/corba/make/org/omg/sources/
H A DMakefile69 # IDL Files
71 POA.IDL = $(SRC_DIR)/org/omg/PortableServer/poa.idl
72 DYNAMIC_ANY.IDL = $(SRC_DIR)/org/omg/DynamicAny/DynamicAny.idl
73 COSTRANSACTIONS.IDL = $(SRC_DIR)/org/omg/CosTransactions/CosTransactions.idl
74 COSTSINTEROP.IDL = $(SRC_DIR)/org/omg/CosTransactions/CosTSInteroperation.idl
75 NAMESERVICE.IDL = $(SRC_DIR)/org/omg/CosNaming/nameservice.idl
77 IOP.IDL = $(SRC_DIR)/org/omg/PortableInterceptor/IOP.idl
78 CORBAX.IDL = $(SRC_DIR)/org/omg/PortableInterceptor/CORBAX.idl
79 MESSAGING.IDL = $(SRC_DIR)/org/omg/PortableInterceptor/Messaging.idl
80 INTERCEPTORS.IDL
[all...]
/openjdk7/corba/make/com/sun/corba/se/sources/
H A DMakefile67 ACTIVATION.IDL = $(SRC_DIR)/com/sun/corba/se/spi/activation/activation.idl
68 PORTABLEACTIVATION.IDL = $(SRC_DIR)/com/sun/corba/se/PortableActivationIDL/activation.idl
96 $(ACTIVATIONFILES): $(ACTIVATION.IDL)
97 $(IDLJ) -td $(GENSRCDIR) -i $(ACTIVATIONFILEDIR) -fall -oldImplBase -pkgPrefix activation com.sun.corba.se.spi $(ACTIVATION.IDL)
118 $(PORTABLEACTIVATIONFILES): $(PORTABLEACTIVATION.IDL)
119 $(IDLJ) -td $(GENSRCDIR) $(PORTABLEACTIVATION_INCLUDES) $(PORTABLEACTIVATION_PKG_PREFIXES) -fall -oldImplBase -corba 3.0 -D CORBA3 $(PORTABLEACTIVATION.IDL)
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DPrintGenerator.java43 * An IDL generator for rmic.
51 private static final int IDL = 1; field in class:PrintGenerator
86 whatToPrint = IDL;
153 case IDL: theType.println(out,qualified,true,global);
/openjdk7/corba/make/sun/rmi/corbalogsources/
H A DMakefile66 ACTIVATION.IDL = $(SRC_DIR)/com/sun/corba/se/spi/activation/activation.idl
67 PORTABLEACTIVATION.IDL = $(SRC_DIR)/com/sun/corba/se/PortableActivationIDL/activation.idl
174 $(ACTIVATIONFILES): $(ACTIVATION.IDL)
175 $(IDLJ) -td $(GENSRCDIR) -i $(ACTIVATIONFILEDIR) -fall -oldImplBase -pkgPrefix activation com.sun.corba.se.spi $(ACTIVATION.IDL)
197 $(PORTABLEACTIVATIONFILES): $(PORTABLEACTIVATION.IDL)
198 $(IDLJ) -td $(GENSRCDIR) $(PORTABLEACTIVATION_INCLUDES) $(PORTABLEACTIVATION_PKG_PREFIXES) -fall -oldImplBase -corba 3.0 -D CORBA3 $(PORTABLEACTIVATION.IDL)

Completed in 59 milliseconds