| Package | Description |
|---|---|
| org.mmbase.applications.crontab.builders | |
| org.mmbase.cache |
The goal of this package is to centralize the MMBase
caches.
|
| org.mmbase.clustering | |
| org.mmbase.core.event | |
| org.mmbase.datatypes.processors |
Plugins into set- and getValue methods on Node (Setting and getting Fields).
|
| org.mmbase.jumpers | |
| org.mmbase.module.builders |
The MMBase standard and optional builders.
|
| org.mmbase.module.core |
The core classes for MMBase.
|
| org.mmbase.module.corebuilders |
The MMBase core builders.
|
| org.mmbase.module.lucene | |
| org.mmbase.notifications | |
| org.mmbase.richtext | |
| org.mmbase.security.implementation.cloudcontext | |
| org.mmbase.streams.thumbnails | |
| org.mmbase.util |
| Modifier and Type | Method and Description |
|---|---|
void |
CronJobs.notify(NodeEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
ReleaseStrategy.doEvaluate(NodeEvent event,
SearchQuery query,
List<MMObjectNode> cachedResult)
implement this method to create your own strategy.
|
protected boolean |
BasicReleaseStrategy.doEvaluate(NodeEvent event,
SearchQuery query,
List<MMObjectNode> cachedResult) |
protected boolean |
ChainedReleaseStrategy.doEvaluate(NodeEvent event,
SearchQuery query,
List<MMObjectNode> cachedResult) |
protected boolean |
ConstraintsMatchingStrategy.doEvaluate(NodeEvent event,
SearchQuery query,
List<MMObjectNode> cachedResult) |
protected boolean |
BetterStrategy.doEvaluate(NodeEvent event,
SearchQuery query,
List<MMObjectNode> cachedResult) |
ReleaseStrategy.StrategyResult |
ReleaseStrategy.evaluate(NodeEvent event,
SearchQuery query,
List<MMObjectNode> cachedResult)
This method checks if evaluation should happen (active), keeps the time
of the operation and updates the statistics.
|
abstract boolean |
ConstraintsMatchingStrategy.AbstractConstraintMatcher.eventApplies(Map<String,Object> valuesToMatch,
NodeEvent event) |
abstract boolean |
ConstraintsMatchingStrategy.AbstractConstraintMatcher.nodeMatchesConstraint(Map<String,Object> valuesToMatch,
NodeEvent event) |
void |
NodeCache.notify(NodeEvent event) |
void |
QueryResultCache.notify(NodeEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected NodeEvent |
ClusterManager.parseMessageBackwardCompatible(String message) |
| Modifier and Type | Method and Description |
|---|---|
static NodeEvent |
NodeEventHelper.createNodeEventInstance(MMObjectNode node,
int eventType,
String machineName)
create an NodeEvent instance with an MMObjectNode
|
static NodeEvent |
NodeEventHelper.createNodeEventInstance(Node node,
int eventType,
String machineName) |
NodeEvent |
RelationEvent.getNodeEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypedNodeEventListenerWrapper.notify(NodeEvent event) |
void |
WeakNodeEventListener.notify(NodeEvent event) |
void |
NodeEventListener.notify(NodeEvent event) |
| Constructor and Description |
|---|
RelationEvent(NodeEvent nodeEvent,
int relationSourceNumber,
int relationDestinationNumber,
String relationSourceType,
String relationDestinationType,
int role)
Constructor for relation event
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeywordsProcessor.notify(NodeEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
Jumpers.notify(NodeEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
Images.notify(NodeEvent event) |
void |
Versions.notify(NodeEvent event) |
void |
Properties.notify(NodeEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
MMObjectBuilder.notify(NodeEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeRel.notify(NodeEvent event)
Watch for changes on relation types and adjust our memory table accordingly
|
| Modifier and Type | Method and Description |
|---|---|
void |
Lucene.notify(NodeEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
Notifier.notify(NodeEvent ne) |
| Modifier and Type | Method and Description |
|---|---|
void |
OSCacheInvalidator.notify(NodeEvent ne) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
Caches.notify(NodeEvent event) |
void |
User.notify(NodeEvent ne) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThumbNailRemover.notify(NodeEvent ne) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceWatcher.notify(NodeEvent event)
If a node (of the type 'resourceBuilder') changes, checks if it is a node belonging to one of the resource of this resource-watcher.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}