Package org.alfresco.repo.shutdown
Class ShutdownBackstop
- java.lang.Object
-
- org.springframework.extensions.surf.util.AbstractLifecycleBean
-
- org.alfresco.repo.shutdown.ShutdownBackstop
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener
public class ShutdownBackstop extends org.springframework.extensions.surf.util.AbstractLifecycleBeanThe Shutdown backstop is a spring bean that will ensure that shutdown completes within a given time. If alfresco is blocked - for example waiting for a remote resource or a long running actionbackstop will wait for a timeout and then call System.exit()- Author:
- mrogers
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Loglog
-
Constructor Summary
Constructors Constructor Description ShutdownBackstop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTimeout()booleanisEnabled()protected voidonBootstrap(org.springframework.context.ApplicationEvent event)protected voidonShutdown(org.springframework.context.ApplicationEvent event)voidsetEnabled(boolean enabled)voidsetTimeout(int timeout)
-
-
-
Method Detail
-
setTimeout
public void setTimeout(int timeout)
-
getTimeout
public int getTimeout()
-
onBootstrap
protected void onBootstrap(org.springframework.context.ApplicationEvent event)
- Specified by:
onBootstrapin classorg.springframework.extensions.surf.util.AbstractLifecycleBean
-
onShutdown
protected void onShutdown(org.springframework.context.ApplicationEvent event)
- Specified by:
onShutdownin classorg.springframework.extensions.surf.util.AbstractLifecycleBean
-
setEnabled
public void setEnabled(boolean enabled)
-
isEnabled
public boolean isEnabled()
-
-