Searched refs:objectClass (Results 1 – 4 of 4) sorted by relevance
31 objectClass: attributeSchema40 objectClass: attributeSchema49 objectClass: attributeSchema58 objectClass: attributeSchema73 objectClass: classSchema87 objectClass: classSchema99 objectClass: classSchema
56 Class objectClass = i_object.getClass(); in assertException() local63 Method method = impl_getMethod( objectClass, i_methodName, i_argClasses ); in assertException()69 …message.append( "no such method: " ).append( objectClass.getName() ).append( "." ).append( i_metho… in assertException()
140 Class objectClass = _object.getClass(); in assureException() local147 Method method = objectClass.getMethod( _methodName, _argClasses ); in assureException()
270 Class objectClass = _object.getClass(); in assureException() local277 Method method = objectClass.getMethod( _methodName, _argClasses ); in assureException()
Completed in 14 milliseconds