Package | Description |
---|---|
tigase.server.ext |
Modifier and Type | Method and Description |
---|---|
CompRepoItem |
ComponentProtocolHandler.getCompRepoItem(String hostname) |
CompRepoItem |
ComponentProtocol.getCompRepoItem(String hostname) |
CompRepoItem |
CompSQLRepository.getItem(String key)
Deprecated.
|
CompRepoItem |
CompSQLRepository.getItemInstance()
Deprecated.
|
static CompRepoItem |
CompRepoDefaults.getItemInstance() |
CompRepoItem |
CompConfigRepository.getItemInstance()
Deprecated.
|
CompRepoItem |
AbstractCompDBRepository.getItemInstance() |
Modifier and Type | Method and Description |
---|---|
Collection<CompRepoItem> |
CompSQLRepository.allItems()
Deprecated.
|
Iterator<CompRepoItem> |
CompSQLRepository.iterator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CompSQLRepository.addItem(CompRepoItem item)
Deprecated.
|
void |
CompSQLRepository.addItemNoStore(CompRepoItem item)
Deprecated.
|
void |
ComponentProtocol.itemAdded(CompRepoItem repoItem) |
void |
ComponentProtocol.itemRemoved(CompRepoItem item) |
void |
ComponentProtocol.itemUpdated(CompRepoItem item) |
String |
CompSQLRepository.validateItem(CompRepoItem item)
Deprecated.
|
String |
CompConfigRepository.validateItem(CompRepoItem item)
Deprecated.
|
String |
AbstractCompDBRepository.validateItem(CompRepoItem item) |
Modifier and Type | Method and Description |
---|---|
void |
CompSQLRepository.addRepoChangeListener(RepositoryChangeListenerIfc<CompRepoItem> repoChangeListener)
Deprecated.
|
void |
CompSQLRepository.removeRepoChangeListener(RepositoryChangeListenerIfc<CompRepoItem> repoChangeListener)
Deprecated.
|
void |
ComponentProtocol.setRepo(ComponentRepository<CompRepoItem> repo) |
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.