Пример #1
0
 protected void initialize() throws ConfigurationException, XMLGeneralException {
   policyLoader = PolicyLoaderRegistry.getDataStore(this);
   contextFactory = ContextFactoryRegistry.getContextFactory(this);
   cacheMgr = CacheManager.getInstance(this);
   AttributeRetrieverRegistry.getInstance(this);
   status.updateProperty(KEY_RUN_STATUS, STATUS_RUN_INITIALIZED);
 }