Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.notifications |
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
|
org.infinispan.notifications.cachelistener |
Cache -specific notifications and eventing. |
org.infinispan.registry |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDelegatingCache.addListener(Object listener,
KeyFilter filter) |
void |
DecoratedCache.addListener(Object listener,
KeyFilter filter) |
void |
CacheImpl.addListener(Object listener,
KeyFilter filter) |
Modifier and Type | Field and Description |
---|---|
KeyFilter |
AbstractListenerImpl.ListenerInvocation.filter |
Modifier and Type | Method and Description |
---|---|
void |
FilteringListenable.addListener(Object listener,
KeyFilter filter)
Adds a listener to the component.
|
void |
ClassLoaderAwareFilteringListenable.addListener(Object listener,
KeyFilter filter,
ClassLoader classLoader)
Adds a listener to the component.
|
protected void |
AbstractListenerImpl.validateAndAddListenerInvocation(Object listener,
KeyFilter filter,
ClassLoader classLoader)
Loops through all valid methods on the object passed in, and caches the relevant methods as
AbstractListenerImpl.ListenerInvocation for invocation by reflection. |
Constructor and Description |
---|
AbstractListenerImpl.ListenerInvocation(Object target,
Method method,
boolean sync,
boolean onlyPrimary,
KeyFilter filter,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
void |
CacheNotifierImpl.addListener(Object listener,
KeyFilter filter) |
void |
CacheNotifierImpl.addListener(Object listener,
KeyFilter filter,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterRegistry.addListener(S scope,
KeyFilter keyFilter,
Object listener)
Adds a listener that is notified of changes to keys in a given scope and which match a given
KeyFilter . |
void |
ClusterRegistryImpl.addListener(S scope,
KeyFilter keyFilter,
Object listener) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.