| Package | Description |
|---|---|
| org.mmbase.cache |
The goal of this package is to centralize the MMBase
caches.
|
| org.mmbase.core.event |
An event mechanism.
|
| org.mmbase.util |
This package contains all kind of generic utilities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheManager.notify(SystemEvent event) |
| Modifier and Type | Class and Description |
|---|---|
static class |
EventManager.Ready |
static class |
SystemEvent.Collectable
A SystemEvent that is also Collectable will be collected by the EventManger and also issued to EventListeners which are added after the event
happened.
|
static class |
SystemEvent.DataSourceAvailable
Notifies that the database is now usable
|
static class |
SystemEvent.MachineName
Notifies the first determination or change in the 'machinename'
|
static class |
SystemEvent.ResourceLoaderChange |
static class |
SystemEvent.ServletContext |
static class |
SystemEvent.Shutdown
Notifies that the local MMBase is going to be shut down
|
static class |
SystemEvent.Up
Notifies that the local MMBase is now fully up and running
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventManager.notify(SystemEvent se) |
void |
SystemEventListener.notify(SystemEvent event) |
void |
SqlExecutorListener.notify(SystemEvent se) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceLoader.ServletContextInit.notify(SystemEvent se) |
void |
LocalizedString.DefaultFromServletContext.notify(SystemEvent se) |
MMBase2 Utils 2.0.0 - 2019-08-08T23:20