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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerMain.java292 Method installMethod = getNamedMethod( serverClass, "install" ) ;
306 installMethod, uninstallMethod, shutdownMethod ) ;
325 private transient Method installMethod ; field in class:ServerCallback
330 ServerCallback(ORB orb, Method installMethod, Method uninstallMethod, argument
334 this.installMethod = installMethod ;
370 invokeMethod( installMethod ) ;

Completed in 30 milliseconds