Searched refs:ServerLifecycleException (Results 1 - 5 of 5) sorted by relevance
/glassfish-3.1.2/common/glassfish-api/src/main/java/com/sun/appserv/server/ |
H A D | ServerLifecycleException.java | 47 public final class ServerLifecycleException extends Exception { class in inherits:Exception 52 public ServerLifecycleException() { method in class:ServerLifecycleException 61 public ServerLifecycleException(String message) { method in class:ServerLifecycleException 70 public ServerLifecycleException(Throwable rootCause) { method in class:ServerLifecycleException 81 public ServerLifecycleException(String message, Throwable rootCause) { method in class:ServerLifecycleException
|
H A D | LifecycleListener.java | 70 * @throws <code> ServerLifecycleException </code> for exception condition. 73 public void handleEvent(LifecycleEvent event) throws ServerLifecycleException;
|
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/ |
H A D | LifecycleListenerImpl.java | 48 import com.sun.appserv.server.ServerLifecycleException; 58 * @throws <code>ServerLifecycleException</code> for exceptional condition. 73 public void handleEvent(LifecycleEvent event) throws ServerLifecycleException {
|
H A D | ServerLifecycleModule.java | 51 import com.sun.appserv.server.ServerLifecycleException; 136 LifecycleListener loadServerLifecycle() throws ServerLifecycleException { 162 throw new ServerLifecycleException(localStrings.getLocalString("lifecyclemodule.loadExceptionIsFatal", "Treating failure loading the lifecycle module as fatal", this.name)); 176 throws ServerLifecycleException { 179 throw new ServerLifecycleException(localStrings.getLocalString("lifecyclemodule.loadExceptionIsFatal", "Treating failure loading the lifecycle module as fatal", this.name)); 191 } catch (ServerLifecycleException sle) { 192 _logger.log(Level.WARNING, localStrings.getLocalString("lifecyclemodule.event_ServerLifecycleException", "Lifecycle module threw ServerLifecycleException", this.name), sle); 200 throw new ServerLifecycleException(localStrings.getLocalString("lifecyclemodule.event_exceptionIsFatal", "Treating the exception from lifecycle module event handler as fatal"), ee); 206 throws ServerLifecycleException { 211 throws ServerLifecycleException { [all...] |
H A D | LifecycleModuleService.java | 60 import com.sun.appserv.server.ServerLifecycleException; 142 private void onInitialization() throws ServerLifecycleException { 243 throws ServerLifecycleException { 257 private void onStartup() throws ServerLifecycleException { 271 private void onReady() throws ServerLifecycleException { 285 private void onShutdown() throws ServerLifecycleException { 299 private void onTermination() throws ServerLifecycleException {
|
Completed in 14 milliseconds