org.weda.store.impl
Class ObjectSourceRegistryImpl

java.lang.Object
  extended by org.weda.store.impl.ObjectSourceRegistryImpl
All Implemented Interfaces:
ObjectSourceRegistry

public class ObjectSourceRegistryImpl
extends java.lang.Object
implements ObjectSourceRegistry

Цель: предотавление доступа к tim.docarch.service.DataSource.

Author:
Mikhail Titov

Constructor Summary
ObjectSourceRegistryImpl()
           
 
Method Summary
 ObjectSource getObjectSource(java.lang.String name)
          Метод возвращает ObjectSource по его имени.
 void init()
           
 void setCacheManager(CacheManager cacheManager)
           
 void setConfig(java.util.Map<java.lang.String,ObjectSource> config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectSourceRegistryImpl

public ObjectSourceRegistryImpl()
Method Detail

init

public void init()
          throws ObjectSourceRegistryException
Throws:
ObjectSourceRegistryException

getObjectSource

public ObjectSource getObjectSource(java.lang.String name)
                             throws java.lang.Exception
Метод возвращает ObjectSource по его имени.

Specified by:
getObjectSource in interface ObjectSourceRegistry
Throws:
java.lang.Exception

setCacheManager

public void setCacheManager(CacheManager cacheManager)

setConfig

public void setConfig(java.util.Map<java.lang.String,ObjectSource> config)
               throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005-2006 . All Rights Reserved.