throw new IllegalArgumentException("localManager is null");
}
this.manager_ = localManager;
establishCacheManager();
this.cacheConfigName_ = Util.getCacheConfigName(localManager);
this.marshaller = new SessionAttributeMarshallerFactoryImpl().createMarshaller(localManager);
}