_logger.exiting("ReplicatedSFSBStoreManager", "removeAll");
}
}
catch (Exception e) {
e.printStackTrace();
throw new SFSBStoreManagerException("Error during ReplicatedSFSBStoreManager>>removeAll for container: " + containerId, e);
}
finally {
//un-register with message router
ReplicationMessageRouter router = null;
if (Globals.IS_SECURITY_ENABLED) {