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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerMain.java189 private Method getNamedMethod( Class serverClass, String methodName ) method in class:ServerMain
292 Method installMethod = getNamedMethod( serverClass, "install" ) ;
293 Method uninstallMethod = getNamedMethod( serverClass, "uninstall" ) ;
294 Method shutdownMethod = getNamedMethod( serverClass, "shutdown" ) ;

Completed in 103 milliseconds