tigase.server.ext
Class CompConfigRepository

java.lang.Object
  extended by tigase.db.comp.ConfigRepository<CompRepoItem>
      extended by tigase.server.ext.CompConfigRepository
All Implemented Interfaces:
Iterable<CompRepoItem>, ComponentRepository<CompRepoItem>

public class CompConfigRepository
extends ConfigRepository<CompRepoItem>

Created: Oct 3, 2009 2:00:30 PM

Version:
$Rev$
Author:
Artur Hefczyc

Field Summary
 
Fields inherited from class tigase.db.comp.ConfigRepository
items
 
Fields inherited from interface tigase.db.ComponentRepository
COMP_REPO_BIND
 
Constructor Summary
CompConfigRepository()
           
 
Method Summary
 String getConfigKey()
           
 String[] getDefaultPropetyItems()
           
 CompRepoItem getItemInstance()
          Creates a new, uninitialized instance of the repository Item.
 String getPropertyKey()
           
 
Methods inherited from class tigase.db.comp.ConfigRepository
addItem, allItems, contains, getDefaults, getItem, iterator, reload, removeItem, setProperties, size, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompConfigRepository

public CompConfigRepository()
Method Detail

getDefaultPropetyItems

public String[] getDefaultPropetyItems()
Specified by:
getDefaultPropetyItems in class ConfigRepository<CompRepoItem>

getPropertyKey

public String getPropertyKey()
Specified by:
getPropertyKey in class ConfigRepository<CompRepoItem>

getConfigKey

public String getConfigKey()
Specified by:
getConfigKey in class ConfigRepository<CompRepoItem>

getItemInstance

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

Returns:
a new, uninitialized instance of the repository Item.


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.