Searched refs:isIDLEntityException (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java149 public boolean isIDLEntityException () { method in class:CompoundType
155 * && !isIDLEntityException().
160 !isIDLEntityException());
1014 boolean noIDLEntity = !isIDLEntityException(method.getReturnType(),method,quiet);
1018 if (isIDLEntityException(args[i],method,quiet)) {
1028 protected boolean isIDLEntityException(Type type, CompoundType.Method method,boolean quiet) method in class:CompoundType
1034 if (((CompoundType)type).isIDLEntityException()) {
H A DStubGenerator.java1067 if (exceptions[i].isIDLEntityException() && !exceptions[i].isCORBAUserException()) {
2166 if (exceptions[i].isIDLEntityException() && !exceptions[i].isCORBAUserException()) {
2272 return it.isIDLEntityException() && !it.isCORBAUserException();
H A DIDLGenerator.java1323 if ( ct.isIDLEntityException() )
1918 if ( exc.isIDLEntityException() )

Completed in 45 milliseconds