Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Method and Description |
---|---|
void |
MemberEvent.dispatch(Listeners listeners)
Dispatch this event to the specified listeners collection.
|
Modifier and Type | Field and Description |
---|---|
protected Listeners |
MapListenerSupport.m_listenersCached
A cached set of Listeners.
|
protected Listeners |
MapListenerSupport.NO_LISTENERS
An empty set of Listeners.
|
Modifier and Type | Method and Description |
---|---|
Listeners |
MapListenerSupport.collectListeners(MapEvent event)
Collect all Listeners that should be notified for a given event.
|
Listeners |
MapListenerSupport.getListeners(Filter filter)
Obtain the Listeners object for a given filter.
|
Listeners |
MapListenerSupport.getListeners(Object oKey)
Obtain the Listeners object for a given key.
|
Modifier and Type | Method and Description |
---|---|
void |
Listeners.addAll(Listeners listeners)
Add all listeners from another Listeners object.
|
void |
MapEvent.dispatch(Listeners listeners)
Dispatch this event to the specified listeners collection.
|
void |
ServiceEvent.dispatch(Listeners listeners)
Dispatch this event to the specified listeners collection.
|
void |
MapEvent.dispatch(Listeners listeners,
boolean fStrict)
Dispatch this event to the specified listeners collection.
|
static MapEvent |
MapListenerSupport.enrichEvent(MapEvent event,
Listeners listeners)
Transform the given MapEvent into a FilterEvent if it is not already a
FilterEvent and there are matching filters associated with the
specified Listeners object.
|