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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DRemoteType.java173 Vector directInterfaces = new Vector();
177 if (isConformingRemoteInterface(directInterfaces,
185 result = initialize(directInterfaces,directMethods,directConstants,stack,quiet);
195 * @param directInterfaces All directly implmented interfaces will be
204 private boolean isConformingRemoteInterface ( Vector directInterfaces, argument
216 if (addRemoteInterfaces(directInterfaces,false,stack) == null ) {
H A DCompoundType.java721 protected boolean initialize ( Vector directInterfaces, argument
731 if (directInterfaces != null && directInterfaces.size() > 0) {
732 interfaces = new InterfaceType[directInterfaces.size()];
733 directInterfaces.copyInto(interfaces);

Completed in 35 milliseconds