_logger.fine("in " + this.getClass().getName() + ">>processExpiredSipSessionReplicas");
}
Collection<SipSessionExtraParams> result = new
LinkedList<SipSessionExtraParams>();
BaseCache replicatedSipSessionsCache = getReplicatedSipSessions();
for(Iterator it = replicatedSipSessionsCache.keys(); it.hasNext();) {
ReplicationState nextState = (ReplicationState)
replicatedSipSessionsCache.get((String) it.next());
if (nextState != null) {
if(_logger.isLoggable(Level.FINE)) {
_logger.fine("in " + this.getClass().getName() +