Searched refs:defRemoteException (Results 1 - 4 of 4) sorted by relevance

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DBatchEnvironment.java80 ClassDefinition defRemoteException = null; field in class:BatchEnvironment
113 defRemoteException =
129 typeRemoteException = defRemoteException.getClassDeclaration().getType();
244 defRemoteException = null;
H A DCompoundType.java646 if (env.defRemoteException.implementedBy(env,classDecl)) {
2055 if (env.defRemoteException.superClassOf(env, decl) ||
2117 if ((env.defRemoteException.superClassOf(env, decl) &&
2118 !env.defRemoteException.getClassDeclaration().equals(decl)) ||
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DRemoteClass.java158 private ClassDefinition defRemoteException; field in class:RemoteClass
193 defRemoteException =
459 if (defRemoteException.subClassOf(
H A DRMIGenerator.java259 private ClassDefinition defRemoteException; field in class:RMIGenerator
295 defRemoteException =
657 uniqueList.addElement(defRemoteException);

Completed in 40 milliseconds