Package com.zfabrik.cluster
Interface IInvalidator
public interface IInvalidator
Client interface for invalidators. Invalidator components offer this interface. Typically invalidators are property-declared components
that require no coding but rely on a generic implementation. There can be more that one invalidator in use at a time. The default invalidator
is declared in the home layout. Usually there is no need to look it up but rather invalidations can be posted via the home handle
HomeHandle
.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
postInvalidations(Collection<String> invs)
post a set of resource invalidations into a clustered environment Note: these will not be effective for the current home.
-
Field Details
-
TYPE
- See Also:
- Constant Field Values
-
INVALIDATOR_ID
- See Also:
- Constant Field Values
-
INVALIDATOR_ID_DEFAULT
- See Also:
- Constant Field Values
-
-
Method Details
-
postInvalidations
post a set of resource invalidations into a clustered environment Note: these will not be effective for the current home. See alsoHomeHandle#broadcastInvalidations(Set, short)
andIHomeLayout#broadcastInvalidations(Set, long, short)
on the current VM.- Parameters:
invs
-
-