|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Store
The Store is used for creating, retrieving and managing i-services.
| Method Summary | |
|---|---|
void |
close()
Closes the Store. |
Authentication |
createAuthentication()
Create a new Authentication i-service. |
Contact |
createContact()
Create a new Contact i-service. |
Forwarding |
createForwarding()
Create a new Forwarding i-service. |
Locator |
createLocator()
Create a new Locator i-service. |
void |
deleteAllIServices(java.lang.String qxri)
Deletes all i-services associated with a given QXRI field. |
void |
deleteObject(java.lang.Object object)
Deletes an object from the database. |
Authentication |
findAuthentication(java.lang.String qxri)
Find a single, enabled Authentication i-service with a given QXRI field. |
Authentication[] |
findAuthentications(java.lang.String qxri)
Find all Authentication i-services with a given QXRI field. |
Contact |
findContact(java.lang.String qxri)
Find a single, enabled Contact i-service with a given QXRI field. |
Contact[] |
findContacts(java.lang.String qxri)
Find all Contact i-services with a given QXRI field. |
Forwarding |
findForwarding(java.lang.String qxri)
Find a single, enabled Forwarding i-service with a given QXRI field. |
Forwarding[] |
findForwardings(java.lang.String qxri)
Find all Forwarding i-services with a given QXRI field. |
Locator |
findLocator(java.lang.String qxri)
Find a single, enabled Locator i-service with a given QXRI field. |
Locator[] |
findLocators(java.lang.String qxri)
Find all Locator i-services with a given QXRI field. |
Authentication |
getAuthentication(java.lang.Long id)
Get an Authentication i-service with a given ID. |
Contact |
getContact(java.lang.Long id)
Get a Contact i-service with a given ID. |
Forwarding |
getForwarding(java.lang.Long id)
Get an Forwarding i-service with a given ID. |
Locator |
getLocator(java.lang.Long id)
Get an Locator i-service with a given ID. |
void |
init()
Initializes the Store. |
boolean |
isClosed()
True, if the Store has been initialized. |
boolean |
isInitialized()
True, if the Store has been initialized. |
Authentication[] |
listAuthentications()
List all Authentication i-services in the Store. |
Authentication[] |
listAuthenticationsByIndex(java.lang.String indx)
List all Authentication i-services with a given INDX field. |
Contact[] |
listContacts()
List all Contact i-services in the Store. |
Contact[] |
listContactsByIndex(java.lang.String indx)
List all Contact i-services with a given INDX field. |
Forwarding[] |
listForwardings()
List all Forwarding i-services in the Store. |
Forwarding[] |
listForwardingsByIndex(java.lang.String indx)
List all Forwarding i-services with a given INDX field. |
Locator[] |
listLocators()
List all Locator i-services in the Store. |
Locator[] |
listLocatorsByIndex(java.lang.String indx)
List all Locator i-services with a given INDX field. |
void |
updateObject(java.lang.Object object)
Updates an object in the database after modifications have been made. |
| Method Detail |
|---|
void init()
throws StoreException
StoreExceptionboolean isInitialized()
void close()
boolean isClosed()
void updateObject(java.lang.Object object)
throws StoreException
StoreException
void deleteObject(java.lang.Object object)
throws StoreException
StoreException
void deleteAllIServices(java.lang.String qxri)
throws StoreException
StoreException
Authentication createAuthentication()
throws StoreException
StoreException
Authentication getAuthentication(java.lang.Long id)
throws StoreException
StoreException
Authentication[] listAuthentications()
throws StoreException
StoreException
Authentication[] listAuthenticationsByIndex(java.lang.String indx)
throws StoreException
StoreException
Authentication findAuthentication(java.lang.String qxri)
throws StoreException
StoreException
Authentication[] findAuthentications(java.lang.String qxri)
throws StoreException
StoreException
Contact createContact()
throws StoreException
StoreException
Contact getContact(java.lang.Long id)
throws StoreException
StoreException
Contact[] listContacts()
throws StoreException
StoreException
Contact[] listContactsByIndex(java.lang.String indx)
throws StoreException
StoreException
Contact findContact(java.lang.String qxri)
throws StoreException
StoreException
Contact[] findContacts(java.lang.String qxri)
throws StoreException
StoreException
Forwarding createForwarding()
throws StoreException
StoreException
Forwarding getForwarding(java.lang.Long id)
throws StoreException
StoreException
Forwarding[] listForwardings()
throws StoreException
StoreException
Forwarding[] listForwardingsByIndex(java.lang.String indx)
throws StoreException
StoreException
Forwarding findForwarding(java.lang.String qxri)
throws StoreException
StoreException
Forwarding[] findForwardings(java.lang.String qxri)
throws StoreException
StoreException
Locator createLocator()
throws StoreException
StoreException
Locator getLocator(java.lang.Long id)
throws StoreException
StoreException
Locator[] listLocators()
throws StoreException
StoreException
Locator[] listLocatorsByIndex(java.lang.String indx)
throws StoreException
StoreException
Locator findLocator(java.lang.String qxri)
throws StoreException
StoreException
Locator[] findLocators(java.lang.String qxri)
throws StoreException
StoreException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||