|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.service.scheduler.SchedulableService
atg.security.LDAPRepositoryAccountManager.SecurityCache
public class LDAPRepositoryAccountManager.SecurityCache
The cache of security permissions associated with this account manager
| Field Summary |
|---|
| Fields inherited from class atg.service.scheduler.SchedulableService |
|---|
CLASS_VERSION, mJobId |
| Fields inherited from class atg.nucleus.GenericService |
|---|
SERVICE_INFO_KEY |
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging |
|---|
DEFAULT_LOG_TRACE_STATUS |
| Fields inherited from interface atg.nucleus.logging.ApplicationLogging |
|---|
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS |
| Method Summary | |
|---|---|
void |
doStartService()
Pre load the cache on start-up |
protected java.util.Iterator |
get(java.lang.String pKey)
Generic impl of a get command for this cache |
protected void |
invalidate()
invalidates the cache |
protected void |
load()
loads the cache |
void |
performScheduledTask(Scheduler pScheduler,
ScheduledJob pJob)
Called by the scheduler when it is time for this service to perform its function. |
protected void |
reload()
reload call for the interface |
protected void |
reload(boolean pForce)
reload call for the interface |
protected void |
updateCacheEntries(java.lang.String pKey,
java.lang.String pAttr)
updates a cache entry of a give key with the values defined by the attr in the ldap directory |
| Methods inherited from class atg.service.scheduler.SchedulableService |
|---|
doStopService, getJobDescription, getJobName, getSchedule, getScheduler, getThreadMethod, isTransactional, setJobDescription, setJobName, setSchedule, setScheduler, setThreadMethod, setTransactional, startScheduledJob, stopScheduledJob |
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl |
|---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected java.util.Iterator get(java.lang.String pKey)
protected void invalidate()
protected void updateCacheEntries(java.lang.String pKey,
java.lang.String pAttr)
protected void load()
protected void reload()
protected void reload(boolean pForce)
pForce - should we force even if cache is disabled
public void performScheduledTask(Scheduler pScheduler,
ScheduledJob pJob)
load().
performScheduledTask in interface SchedulableperformScheduledTask in class SchedulableServicepScheduler - the scheduler managing this jobpJob - the scheduled job associated with this service
public void doStartService()
throws ServiceException
doStartService in class SchedulableServiceServiceException - if an error occurred during the operation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||