tigase.vhosts
Class VhostConfigRepository

java.lang.Object
  extended by tigase.db.comp.ConfigRepository<VHostItem>
      extended by tigase.vhosts.VhostConfigRepository
All Implemented Interfaces:
Iterable<VHostItem>, ComponentRepository<VHostItem>

public class VhostConfigRepository
extends ConfigRepository<VHostItem>

Created: Nov 27, 2008 1:53:58 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
VhostConfigRepository()
           
 
Method Summary
 String getConfigKey()
           
 String[] getDefaultPropetyItems()
           
 VHostItem 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

VhostConfigRepository

public VhostConfigRepository()
Method Detail

getDefaultPropetyItems

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

getPropertyKey

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

getConfigKey

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

getItemInstance

public VHostItem 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.