|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BridgeInvalidationSubscription
Every bridge subscribing to a InvalidationManager has access to this interface that it can used to invalidate messages on the local IM.
Revisions:
21 septembre 2002 Sacha Labourey:
InvalidationManagerMBean,
InvalidationBridgeListener| Method Summary | |
|---|---|
void |
batchInvalidate(BatchInvalidation[] invalidations)
Invalidates a set of keys in a set of InvalidationGroup. |
void |
invalidate(String invalidationGroupName,
Serializable key)
Used to invalidate a single key in a given InvalidationGroup |
void |
invalidate(String invalidationGroupName,
Serializable[] keys)
Invalidate a set of keys in a give InvalidationGRoup |
void |
invalidateAll(String groupName)
Invalidate all the entries in the specified group |
void |
unregister()
Unregister the current bridge form the InvalidationManager |
| Method Detail |
|---|
void invalidate(String invalidationGroupName,
Serializable key)
invalidationGroupName - Name of the InvalidationGroup for which this invalidation is targetedkey - Key to be invalidated
void invalidate(String invalidationGroupName,
Serializable[] keys)
invalidationGroupName - Name of the InvalidationGroup to which is targeted this invalidationkeys - Keys to be invalidatedvoid invalidateAll(String groupName)
groupName - void batchInvalidate(BatchInvalidation[] invalidations)
invalidations - Invalidations to be performed on the local IM instancevoid unregister()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||