Uses of Class
org.opencms.main.CmsInitException
Package
Description
Low-level database connection and access functionality.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
Provides the main OpenCms "operating system".
Classes to handle the OpenCms publish process.
Utility functions for String manipulation and other often used tasks.
-
Uses of CmsInitException in org.opencms.db
Modifier and TypeMethodDescriptionvoid
I_CmsUserDriver.fillDefaults
(CmsDbContext dbc) Initializes the default organizational units, users and groups.void
CmsSecurityManager.init
(CmsConfigurationManager configurationManager, I_CmsDbContextFactory dbContextFactory, CmsPublishEngine publishEngine) Initializes this security manager with a given runtime info factory.CmsDriverManager.newDriverInstance
(CmsDbContext dbc, CmsConfigurationManager configurationManager, String driverName, List<String> successiveDrivers) Gets a new driver instance.static CmsDriverManager
CmsDriverManager.newInstance
(CmsConfigurationManager configurationManager, CmsSecurityManager securityManager, I_CmsDbContextFactory runtimeInfoFactory, CmsPublishEngine publishEngine) Reads the required configurations from the opencms.properties file and creates the various drivers to access the cms resources.static CmsSecurityManager
CmsSecurityManager.newInstance
(CmsConfigurationManager configurationManager, I_CmsDbContextFactory runtimeInfoFactory, CmsPublishEngine publishEngine) Creates a new instance of the OpenCms security manager.void
CmsDriverManager.newPoolInstance
(CmsParameterConfiguration configuration, String poolName) Method to create a new instance of a pool. -
Uses of CmsInitException in org.opencms.db.generic
-
Uses of CmsInitException in org.opencms.main
Modifier and TypeMethodDescriptionprotected void
OpenCmsCore.initConfiguration
(CmsParameterConfiguration configuration) Constructor to create a new OpenCms object.protected void
OpenCmsCore.initContext
(javax.servlet.ServletContext context) Initialization of the OpenCms runtime environment.void
I_CmsSessionStorageProvider.initialize()
Initializes the storage.protected OpenCmsCore
OpenCmsCore.upgradeRunlevel
(javax.servlet.ServletContext context) Upgrades to runlevelOpenCms.RUNLEVEL_4_SERVLET_ACCESS
, this is the final runlevel with an initialized database and Servlet context.protected OpenCmsCore
OpenCmsCore.upgradeRunlevel
(CmsParameterConfiguration configuration) Upgrades to runlevelOpenCms.RUNLEVEL_3_SHELL_ACCESS
, this is shell access to the database but no Servlet context. -
Uses of CmsInitException in org.opencms.publish
ModifierConstructorDescriptionCmsPublishEngine
(I_CmsDbContextFactory dbContextFactory) Default constructor. -
Uses of CmsInitException in org.opencms.util