Class ExtServiceDiscoveryUserRepoRepository

java.lang.Object
tigase.db.comp.ConfigRepository<Item>
tigase.db.comp.UserRepoRepository<ExtServiceDiscoItem>
tigase.server.extdisco.ExtServiceDiscoveryUserRepoRepository
All Implemented Interfaces:
Iterable<ExtServiceDiscoItem>, ComponentRepository<ExtServiceDiscoItem>, Repository, Initializable, UnregisterAware

@Bean(name="externalServiceDiscoveryRepository", parent=ExternalServiceDiscoveryComponent.class, active=true) public class ExtServiceDiscoveryUserRepoRepository extends UserRepoRepository<ExtServiceDiscoItem>
Created by andrzej on 06.09.2016.
  • Constructor Details

    • ExtServiceDiscoveryUserRepoRepository

      public ExtServiceDiscoveryUserRepoRepository()
  • Method Details

    • getRepoUser

      public BareJID getRepoUser()
      Specified by:
      getRepoUser in class UserRepoRepository<ExtServiceDiscoItem>
    • initRepository

      @Deprecated public void initRepository(String resource_uri, Map<String,String> params) throws DBInitException
      Deprecated.
      Description copied from interface: Repository
      Method is deprecated and should not be user any more.
      The method is called to initialize the data repository. Depending on the implementation all the initialization parameters can be passed either via resource_uri parameter as the database connection string or via params map if the required repository parameters are more complex or both.
      Parameters:
      resource_uri - value in most cases representing the database connection string.
      params - is a Map with repository properties necessary to initialize and perform all the functions. The initialization parameters are implementation dependent.
      Throws:
      DBInitException - if there was an error during repository initialization. Some implementations, though, perform so called lazy initialization so even though there is a problem with the underlying repository it may not be signaled through this method call.
    • getConfigKey

      public String getConfigKey()
      Specified by:
      getConfigKey in class ConfigRepository<ExtServiceDiscoItem>
    • getDefaultPropetyItems

      public String[] getDefaultPropetyItems()
      Overrides:
      getDefaultPropetyItems in class ConfigRepository<ExtServiceDiscoItem>
    • getPropertyKey

      public String getPropertyKey()
      Specified by:
      getPropertyKey in class ConfigRepository<ExtServiceDiscoItem>
    • destroy

      public void destroy()
      Description copied from interface: ComponentRepository
      Method destroys this instance of ComponentRepository releasing resources allocated for this instance of ComponentRepository if possible
    • getItemInstance

      public ExtServiceDiscoItem getItemInstance()
      Description copied from interface: ComponentRepository
      Creates a new, uninitialized instance of the repository Item.
      Returns:
      a new, uninitialized instance of the repository Item.