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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java66 protected boolean isCORBAObject = false; field in class:CompoundType
85 public boolean isCORBAObject () { method in class:CompoundType
86 return isCORBAObject;
154 * && !isAbstractBase() && !isCORBAObject()
159 !isAbstractBase() && !isCORBAObject() &&
618 isCORBAObject = env.defCorbaObject.implementedBy(env,classDecl);
624 !isCORBAObject; // Does not implement org.omg.CORBA.Object;
H A DIDLGenerator.java386 if ( t.isCORBAObject() ) return false;
1630 isFromIDL = ct.isIDLEntity() || ct.isCORBAObject();
H A DStubGenerator.java514 if (((CompoundType)type).isCORBAObject()) {

Completed in 49 milliseconds