Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.alert | |
com.jalios.jcms.db | |
com.jalios.jcms.fileprocessor | |
com.jalios.jcms.mail | |
com.jalios.jcms.monitoring | |
com.jalios.jcms.stat |
Provides classes for statistics management and analysis.
|
com.jalios.jdring |
Contains JDring classes.
|
Modifier and Type | Class and Description |
---|---|
class |
JSyncDataListener
This class monitors writes stablization.
|
class |
MemberImportManager.SendActivationMailAlarmListener
This class aims to manage activation email sending, after a batch of DB Member have been persisted.
|
class |
PstatusAlarmListener
This class is the AlarmListener used to change pstatus scheduled
with pdate, edate and adate.
|
class |
QuotaManager |
class |
WFExpressAlarmListener
This class is the AlarmListener used in the Workflow Express
(status change at expiration time if no change in between)
|
class |
WFReminderAlarmListener
This class is the AlarmListener used for the Workflow Reminder
(send mail at expiration time if no change in between)
|
Modifier and Type | Class and Description |
---|---|
class |
AlertPurgeAlarmListener |
Modifier and Type | Class and Description |
---|---|
class |
DBEventLogManager
This class replays the hibernate events on all the other replicas.
|
class |
TransactionalAlarmListener
Abstract class to use for Alarms that may perform Hibernate read or write access.
|
Modifier and Type | Class and Description |
---|---|
class |
FileProcessorAlarmListener
For one Repository configured, there is one instance of this AlarmListener registered in a
corresponding AlarmManager.
|
Modifier and Type | Class and Description |
---|---|
class |
MailFetcher
The MailFetcher is used for communication between JCMS, MailServer and Mail Account.
|
Constructor and Description |
---|
MailFetcherAlarmEntry(AlarmListener listener,
MailAccount account) |
MailFetcherAlarmEntry(AlarmListener listener,
MailAccount account,
boolean isRepetitive) |
Modifier and Type | Class and Description |
---|---|
class |
MonitoringManager
Monitoring class which saves site monitoring measures and events.
|
Modifier and Type | Class and Description |
---|---|
class |
CleaningAlarmListener
AlarmListener used to clean old export ressources |
class |
StatAlarmListener |
Modifier and Type | Field and Description |
---|---|
AlarmListener |
AlarmEntry.listener |
Modifier and Type | Method and Description |
---|---|
AlarmListener |
AlarmEntry.getListener() |
Modifier and Type | Method and Description |
---|---|
AlarmEntry |
AlarmManager.addAlarm(java.util.Date date,
AlarmListener listener)
Adds an alarm for a specified date.
|
AlarmEntry |
AlarmManager.addAlarm(int delay,
boolean isRepetitive,
AlarmListener listener)
Adds an alarm for a specified delay.
|
AlarmEntry |
AlarmManager.addAlarm(int minute,
int hour,
int dayOfMonth,
int month,
int dayOfWeek,
int year,
AlarmListener listener)
Adds an alarm for a specified date.
|
Constructor and Description |
---|
AlarmEntry(java.util.Date date,
AlarmListener listener)
Creates a new AlarmEntry.
|
AlarmEntry(int delay,
boolean isRepetitive,
AlarmListener listener)
Creates a new AlarmEntry.
|
AlarmEntry(int minute,
int hour,
int dayOfMonth,
int month,
int dayOfWeek,
int year,
AlarmListener listener)
Creates a new AlarmEntry.
|
AlarmEntry(Schedule schedule,
AlarmListener listener)
Creates a new AlarmEntry.
|
AlarmEntry(java.lang.String schedule,
AlarmListener listener)
Creates a new AlarmEntry from a (simplified) cron-like schedule.
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.