public class TaskConfigItemJDBCRepository extends UserRepoRepository<TaskConfigItem>
Repository.Meta
REPO_CLASS_PROP_KEY, REPO_URI_PROP_KEY
items, itemsHash
COMP_REPO_BIND
Constructor and Description |
---|
TaskConfigItemJDBCRepository() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Method destroys this instance of ComponentRepository releasing resources
allocated for this instance of ComponentRepository if possible
|
String |
getConfigKey()
Method description
|
String[] |
getDefaultPropetyItems()
Method description
|
TaskConfigItem |
getItemInstance()
Creates a new, uninitialized instance of the repository Item.
|
String |
getPropertyKey()
Method description
|
BareJID |
getRepoUser()
Method description
|
void |
initRepository(String resource_uri,
Map<String,String> params)
The method is called to initialize the data repository.
|
getDefaults, getItemsListPKey, reload, setProperties, store
addItem, addItemNoStore, addRepoChangeListener, allItems, contains, getItem, initItemsMap, itemChanged, iterator, removeItem, removeRepoChangeListener, setAutoloadTimer, size, toString, validateItem
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public void destroy()
ComponentRepository
public String getConfigKey()
ConfigRepository
getConfigKey
in class ConfigRepository<TaskConfigItem>
public String[] getDefaultPropetyItems()
ConfigRepository
getDefaultPropetyItems
in class ConfigRepository<TaskConfigItem>
public TaskConfigItem getItemInstance()
ComponentRepository
public String getPropertyKey()
ConfigRepository
getPropertyKey
in class ConfigRepository<TaskConfigItem>
public BareJID getRepoUser()
UserRepoRepository
getRepoUser
in class UserRepoRepository<TaskConfigItem>
public void initRepository(String resource_uri, Map<String,String> params) throws DBInitException
Repository
resource_uri
parameter as the database connection string or via params
map if
the required repository parameters are more complex or both.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.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.Copyright © 2017 "Tigase, Inc.". All rights reserved.