|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
PollManagerMBean | Cache Consistency Manager MBean. |
Class Summary | |
---|---|
CacheRefresher | Basic cache refreshment component. |
CacheRefreshUtil | |
PollManager | Implements the PollManagerMBean interface. |
This package export the defaul cache consistency manager, which acts on a poll-basis.
This means that is contacts the origin server (IS) at regular basis and harvests its
dictated information (currently only service RIs). Then it simply invalidates the old
information and sets the new one as it's default. All its mechanics are completely
transparent to the system and can only be assumed the existence of the
org.gcube.informationsystem.cache.consistency.manager.poll.PollManager#initialize(org.gcube.informationsystem.cache.ISCache)
method which is enforced by the ConsistencyManagerIF
.
However, the execution parameters can be monitored and managed at runtime, since the
component is fully JMX-enabled. Users/admins can use jconsole for this purpose.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |