Searched defs:isIDLEntityException (Results 1 - 1 of 1) 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()) {

Completed in 1099 milliseconds