public abstract class SpringBeanAccessor
extends java.lang.Object
| Constructor and Description |
|---|
SpringBeanAccessor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BonitaSpringContext |
createContext() |
void |
destroy() |
protected abstract java.util.List<org.bonitasoft.platform.configuration.model.BonitaConfiguration> |
getConfigurationFromDatabase() |
org.springframework.context.ApplicationContext |
getContext() |
protected abstract java.util.Properties |
getProperties() |
<T> T |
getService(java.lang.Class<T> serviceClass) |
protected abstract java.util.List<java.lang.String> |
getSpringFileFromClassPath(boolean cluster) |
protected boolean |
isCluster() |
public <T> T getService(java.lang.Class<T> serviceClass)
public org.springframework.context.ApplicationContext getContext()
protected abstract BonitaSpringContext createContext()
public void destroy()
protected abstract java.util.Properties getProperties()
throws java.io.IOException
java.io.IOExceptionprotected abstract java.util.List<org.bonitasoft.platform.configuration.model.BonitaConfiguration> getConfigurationFromDatabase()
throws java.io.IOException
java.io.IOExceptionprotected abstract java.util.List<java.lang.String> getSpringFileFromClassPath(boolean cluster)
protected boolean isCluster()
throws java.io.IOException
java.io.IOException