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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerMain.java294 Method shutdownMethod = getNamedMethod( serverClass, "shutdown" ) ;
306 installMethod, uninstallMethod, shutdownMethod ) ;
327 private transient Method shutdownMethod ; field in class:ServerCallback
331 Method shutdownMethod )
336 this.shutdownMethod = shutdownMethod ;
359 invokeMethod( shutdownMethod ) ;

Completed in 47 milliseconds