| Package | Description |
|---|---|
| org.mmbase.applications.crontab |
An MMBase CronDaemon implementation.
|
| org.mmbase.applications.email | |
| org.mmbase.cache |
The goal of this package is to centralize the MMBase
caches.
|
| org.mmbase.clustering | |
| org.mmbase.core.event | |
| org.mmbase.datatypes |
This package defines and implements
DataTypes, which are a way to apply restrictions to and
annotate certain data. |
| org.mmbase.framework |
The package contains the component framework of MMBase.
|
| org.mmbase.module.lucene | |
| org.mmbase.module.tools | |
| org.mmbase.sms |
| Modifier and Type | Class and Description |
|---|---|
static class |
Events.Event |
static class |
ProposedJobs.Event |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Events.Broker.canBrokerForEvent(Event event) |
boolean |
ProposedJobs.Broker.canBrokerForEvent(Event event) |
protected void |
Events.Broker.notifyEventListener(Event event,
EventListener listener) |
protected void |
ProposedJobs.Broker.notifyEventListener(Event event,
EventListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmailEvent |
static class |
EmailEvent.Sent |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EmailEventBroker.canBrokerForEvent(Event event) |
protected void |
EmailEventBroker.notifyEventListener(Event event,
EventListener listener) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
QueryResultCache.nodeChanged(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
ClusterManager.parseMessage(byte[] message) |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
ClusterManager.createMessage(Event event) |
protected void |
ClusterManager.handleEvent(Event event) |
void |
ClusterManager.notify(Event event) |
| Modifier and Type | Class and Description |
|---|---|
class |
BuildersRead
An BuilderReader system event is and should be issued after one or more builders are added to the system.
|
class |
IdEvent
Very generic event type, which only adds an 'id' property.
|
class |
LocalEvent
An event that does not need broadcasting to other servers
|
class |
NodeEvent
This class communicates a node event.
|
class |
RelationEvent
This class reflects a ,,change relation event.
|
class |
SystemEvent |
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.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
|
class |
TransactionEvent |
static class |
TransactionEvent.Cancel |
static class |
TransactionEvent.Commit |
static class |
TransactionEvent.Create |
static class |
TransactionEvent.End |
static class |
TransactionEvent.Resolve |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.clone() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NodeEventBroker.canBrokerForEvent(Event event) |
boolean |
WeakNodeEventBroker.canBrokerForEvent(Event event) |
boolean |
TransactionEventBroker.canBrokerForEvent(Event event) |
boolean |
IdEventBroker.canBrokerForEvent(Event event) |
abstract boolean |
EventBroker.canBrokerForEvent(Event event)
this method should return true if this event broker can broker for
events of this type.
|
boolean |
SystemEventBroker.canBrokerForEvent(Event event) |
boolean |
AllEventBroker.canBrokerForEvent(Event event) |
boolean |
RelationEventBroker.canBrokerForEvent(Event event) |
void |
AllEventListener.notify(Event event) |
protected void |
NodeEventBroker.notifyEventListener(Event event,
EventListener listener) |
protected void |
WeakNodeEventBroker.notifyEventListener(Event event,
EventListener listener) |
protected void |
TransactionEventBroker.notifyEventListener(Event event,
EventListener listener) |
protected void |
IdEventBroker.notifyEventListener(Event event,
EventListener listener) |
protected abstract void |
EventBroker.notifyEventListener(Event event,
EventListener listener)
This method has two functions.
|
protected void |
SystemEventBroker.notifyEventListener(Event event,
EventListener listener) |
protected void |
AllEventBroker.notifyEventListener(Event event,
EventListener listener) |
protected void |
RelationEventBroker.notifyEventListener(Event event,
EventListener listener) |
void |
EventBroker.notifyForEvent(Event event) |
void |
WeakEventBroker.notifyForEvent(Event event)
Only adds synchronization, because backing is not concurrency proof.
|
void |
EventManager.propagateEvent(Event event)
This method will propagate the given event to all the aproprate listeners.
|
void |
EventManager.propagateEvent(Event event,
boolean asynchronous)
Like
EventManager.propagateEvent(org.mmbase.core.event.Event) but with an extra argument 'asynchronous'. |
| Modifier and Type | Class and Description |
|---|---|
class |
EmailValidated |
| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentRepository.Ready |
| Modifier and Type | Class and Description |
|---|---|
static class |
AssignmentEvents.Event |
static class |
FullIndexEvents.Event |
static class |
Lucene.ConfigurationRead |
static class |
NewSearcher.Event |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NewSearcher.Broker.canBrokerForEvent(Event event) |
boolean |
FullIndexEvents.Broker.canBrokerForEvent(Event event) |
boolean |
AssignmentEvents.Broker.canBrokerForEvent(Event event) |
protected void |
NewSearcher.Broker.notifyEventListener(Event event,
EventListener listener) |
protected void |
FullIndexEvents.Broker.notifyEventListener(Event event,
EventListener listener) |
protected void |
AssignmentEvents.Broker.notifyEventListener(Event event,
EventListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationsInstalledEvent
Application installations functionality of MMAdmin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMSEvent
An SMS wrapped into an event.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SMSEventBroker.canBrokerForEvent(Event event) |
protected void |
SMSEventBroker.notifyEventListener(Event event,
EventListener listener) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}