public class MainManager
extends java.lang.Object
implements javax.servlet.ServletContextListener
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ScheduledFuture<?> |
clustercl |
private java.util.concurrent.ScheduledExecutorService |
executor |
private java.util.concurrent.ScheduledFuture<?> |
localcl |
private org.apache.log4j.Logger |
log |
(package private) static compbio.util.PropertyHelper |
ph |
Constructor and Description |
---|
MainManager() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent ignored) |
void |
contextInitialized(javax.servlet.ServletContextEvent arg0) |
(package private) static java.lang.String |
getClusterJobDir() |
(package private) static java.lang.String |
getLocalJobDir() |
private final org.apache.log4j.Logger log
static compbio.util.PropertyHelper ph
private java.util.concurrent.ScheduledFuture<?> localcl
private java.util.concurrent.ScheduledFuture<?> clustercl
private java.util.concurrent.ScheduledExecutorService executor
public void contextDestroyed(javax.servlet.ServletContextEvent ignored)
contextDestroyed
in interface javax.servlet.ServletContextListener
public void contextInitialized(javax.servlet.ServletContextEvent arg0)
contextInitialized
in interface javax.servlet.ServletContextListener
static java.lang.String getClusterJobDir()
static java.lang.String getLocalJobDir()