Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.opencms.core.A_OpenCms

Uses of A_OpenCms in com.opencms.core
 

Subclasses of A_OpenCms in com.opencms.core
 class OpenCms
          This class is the main class of the OpenCms system, think of it as the "operating system" of OpenCms.
 

Fields in com.opencms.core declared as A_OpenCms
private  A_OpenCms CmsCronScheduler.m_opencms
          The A_OpenCms to get access to the system
private  A_OpenCms CmsCronScheduleJobStarter.m_opencms
          OpenCms to get access to the system
 

Constructors in com.opencms.core with parameters of type A_OpenCms
CmsCronScheduler(A_OpenCms opencms, CmsCronTable table)
          Constructs a new scheduler.
CmsCronScheduleJobStarter(A_OpenCms opencms, CmsCronTable table, java.util.Calendar thisRun, java.util.Calendar lastRun)
          Creates a new instance of CmsCronScheduleJobStarter.