|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreException | |
---|---|
org.openxri.admin.resources | |
org.openxri.exceptions | |
org.openxri.store | |
org.openxri.store.impl.db | |
org.openxri.store.impl.n |
Uses of StoreException in org.openxri.admin.resources |
---|
Constructors in org.openxri.admin.resources that throw StoreException | |
---|---|
AuthorityImageResource(Authority authority)
|
|
SubSegmentImageResource(SubSegment subSegment)
|
Uses of StoreException in org.openxri.exceptions |
---|
Subclasses of StoreException in org.openxri.exceptions | |
---|---|
class |
StoreDuplicateEntryException
|
class |
StoreInternalException
|
class |
StoreNotFoundException
|
class |
StoreNotImplementedException
|
Uses of StoreException in org.openxri.store |
---|
Methods in org.openxri.store that throw StoreException | |
---|---|
void |
StoreBackupable.backupStore(java.io.OutputStream stream)
Backups all store contents into a stream. |
Authority |
Store.createAuthority(XRD xrd)
Creates an authority without associating it with a subsegment. |
SubSegment |
Store.createRootSubSegment(java.lang.String name,
XRD xrd)
Creates a root subsegment (entry-point namespace to the server). |
void |
Store.deleteAuthority(Authority authority)
Deletes an authority and any subsegments registered underneath it. |
void |
Store.deleteRootSubSegment(java.lang.String namespace)
Deletes the root subsegment (namespace) associated with an authority. |
SubSegment |
StoreLookup.findRootSubSegment(java.lang.String namespace)
Finds a root subsegment with a given name. |
SubSegment |
StoreLookup.findSubSegment(Authority authority,
java.lang.String name)
Finds a subsegment with a given authority and name. |
java.util.Map<java.lang.String,java.lang.String> |
StoreAttributable.getAuthorityAttributes(Authority authority)
Gets attributes from an authority. |
SubSegment[] |
StoreBetterLookup.getAuthorityChildSubSegments(Authority parent)
Gets all subsegments that have this authority as parent. |
java.lang.Long |
StoreStatistics.getAuthorityCount()
|
java.lang.String |
StoreAttributable.getAuthorityIndex(Authority authority)
Gets the index of the authority. |
java.lang.String |
StoreMountable.getAuthorityPath(Authority authority)
Returns the path at which the authority is mounted. |
java.lang.String[] |
StoreBetterLookup.getAuthorityQxris(Authority authority)
Gets all full XRIs that lead to this authority. |
java.lang.String[] |
StoreBetterLookup.getAuthorityQxris(Authority authority,
boolean reassignable,
boolean persistent)
Gets all full XRIs that lead to this authority. |
SubSegment[] |
StoreBetterLookup.getAuthoritySubSegments(Authority authority)
Gets all subsegments that lead to this authority. |
java.util.Map<java.lang.String,java.lang.String> |
StoreAttributable.getStoreAttributes()
Gets attributes from the store. |
java.util.Map<java.lang.String,java.lang.String> |
StoreAttributable.getSubSegmentAttributes(SubSegment subSegment)
Gets attributes from a subsegment. |
Authority |
StoreLookup.getSubSegmentAuthority(SubSegment subSegment)
Returns the authority of this subsegment. |
java.lang.Long |
StoreStatistics.getSubSegmentCount()
|
java.lang.String |
StoreAttributable.getSubSegmentIndex(SubSegment subSegment)
Gets the index of the subsegment. |
Authority |
StoreLookup.getSubSegmentParentAuthority(SubSegment subSegment)
Returns the authority of this subsegment. |
SubSegment[] |
StoreBetterLookup.getSynonymSubSegments(Authority parent,
Authority authority)
Gets all subsegments with a given parent authority and authority. |
Authority[] |
StoreBetterLookup.listAuthorities()
Returns all authorities. |
Authority[] |
StoreAttributable.listAuthoritiesByAttributes(StoreAttributable.Selector selector)
Returns all authorities whose attributes satisfy certain conditions. |
Authority[] |
StoreAttributable.listAuthoritiesByAttributeValue(java.lang.String key,
java.lang.String value)
Returns all authorities with a certain attribute key/value pair. |
Authority[] |
StoreAttributable.listAuthoritiesByIndex(java.lang.String indx)
Returns all authorities with a certain index. |
Authority[] |
StoreMountable.listAuthoritiesByPath(java.lang.String path)
Returns all authorities mounted at a given path. |
SubSegment[] |
Store.listRootSubSegments()
Lists all of the root subsegments (namespaces) on the server. |
SubSegment[] |
StoreBetterLookup.listSubSegments()
Returns all subsegments. |
SubSegment[] |
StoreAttributable.listSubSegmentsByAttributes(StoreAttributable.Selector selector)
Returns all subsegments whose attributes satisfy certain conditions. |
SubSegment[] |
StoreAttributable.listSubSegmentsByAttributeValue(java.lang.String key,
java.lang.String value)
Returns all subsegments whose attributes satisfy certain conditions. |
SubSegment[] |
StoreAttributable.listSubSegmentsByIndex(java.lang.String indx)
Returns all subsegments with a certain index. |
Authority |
StoreLookup.localLookup(XRIAuthority authorityPath)
This method iterates through all subsegments of the given authority path and returns its final authority. |
SubSegment |
Store.registerSubsegment(Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority)
Registers a new subsegment using an already existing authority. |
SubSegment |
Store.registerSubsegment(Authority parentAuthority,
java.lang.String subSegmentName,
XRD xrd)
Registers a subsegment with a new authority. |
void |
Store.releaseSubSegment(SubSegment subSegment)
Releases the descriptor information associated with a registered subsegment. |
void |
StoreResettable.resetStore()
Takes a Store implementation back to a known clean state. |
void |
StoreBackupable.restoreStore(java.io.InputStream stream)
Restores all store contents from a stream. |
void |
StoreAttributable.setAuthorityAttributes(Authority authority,
java.util.Map<java.lang.String,java.lang.String> attributes)
Associates attributes with an authority. |
void |
StoreAttributable.setAuthorityIndex(Authority authority,
java.lang.String indx)
Associates an index with an authority. |
void |
StoreMountable.setAuthorityPath(Authority authority,
java.lang.String path)
Mounts an authority at a given path. |
void |
StoreAttributable.setStoreAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Associates attributes with the store. |
void |
StoreAttributable.setSubSegmentAttributes(SubSegment subSegment,
java.util.Map<java.lang.String,java.lang.String> attributes)
Associates attributes with a subsegment. |
void |
StoreAttributable.setSubSegmentIndex(SubSegment subSegment,
java.lang.String indx)
Associates an index with a subsegment. |
void |
StoreEditable.setXrd(Authority authority,
XRD xrd)
Sets the XRD of an authority. |
Uses of StoreException in org.openxri.store.impl.db |
---|
Methods in org.openxri.store.impl.db that throw StoreException | |
---|---|
Authority |
DatabaseStore.createAuthority(XRD xrd)
|
SubSegment |
DatabaseStore.createRootSubSegment(java.lang.String name,
XRD xrd)
|
void |
DatabaseStore.deleteAuthority(Authority authority)
|
void |
DatabaseStore.deleteRootSubSegment(java.lang.String name)
|
SubSegment |
DatabaseStore.findRootSubSegment(java.lang.String namespace)
|
SubSegment |
DatabaseStore.findSubSegment(Authority parentAuthority,
java.lang.String name)
|
java.util.Map<java.lang.String,java.lang.String> |
DatabaseStore.getAuthorityAttributes(Authority authority)
|
SubSegment[] |
DatabaseStore.getAuthorityChildSubSegments(Authority parent)
|
java.lang.Long |
DatabaseStore.getAuthorityCount()
|
java.lang.String |
DatabaseStore.getAuthorityIndex(Authority authority)
|
java.lang.String |
DatabaseStore.getAuthorityPath(Authority authority)
|
java.lang.String[] |
DatabaseStore.getAuthorityQxris(Authority authority)
|
java.lang.String[] |
DatabaseStore.getAuthorityQxris(Authority authority,
boolean reassignable,
boolean persistent)
|
SubSegment[] |
DatabaseStore.getAuthoritySubSegments(Authority authority)
|
org.hibernate.SessionFactory |
DatabaseStore.getSessionFactory()
Checks if the database connection is still alive; if not, try to reconnect, then throw exception. |
java.util.Map<java.lang.String,java.lang.String> |
DatabaseStore.getStoreAttributes()
|
java.util.Map<java.lang.String,java.lang.String> |
DatabaseStore.getSubSegmentAttributes(SubSegment subSegment)
|
Authority |
DatabaseStore.getSubSegmentAuthority(SubSegment subSegment)
|
java.lang.Long |
DatabaseStore.getSubSegmentCount()
|
java.lang.String |
DatabaseStore.getSubSegmentIndex(SubSegment subSegment)
|
Authority |
DatabaseStore.getSubSegmentParentAuthority(SubSegment subSegment)
|
SubSegment[] |
DatabaseStore.getSynonymSubSegments(Authority parent,
Authority authority)
|
void |
DatabaseStore.init()
|
Authority[] |
DatabaseStore.listAuthorities()
|
Authority[] |
DatabaseStore.listAuthoritiesByAttributes(StoreAttributable.Selector selector)
|
Authority[] |
DatabaseStore.listAuthoritiesByAttributeValue(java.lang.String key,
java.lang.String value)
|
Authority[] |
DatabaseStore.listAuthoritiesByIndex(java.lang.String indx)
|
Authority[] |
DatabaseStore.listAuthoritiesByPath(java.lang.String path)
|
SubSegment[] |
DatabaseStore.listRootSubSegments()
|
SubSegment[] |
DatabaseStore.listSubSegments()
|
SubSegment[] |
DatabaseStore.listSubSegmentsByAttributes(StoreAttributable.Selector selector)
|
SubSegment[] |
DatabaseStore.listSubSegmentsByAttributeValue(java.lang.String key,
java.lang.String value)
|
SubSegment[] |
DatabaseStore.listSubSegmentsByIndex(java.lang.String indx)
|
Authority |
DatabaseStore.localLookup(XRIAuthority authorityPath)
|
SubSegment |
DatabaseStore.registerSubsegment(Authority parentAuthority,
java.lang.String subSegmentName,
Authority authority)
|
SubSegment |
DatabaseStore.registerSubsegment(Authority parentAuthority,
java.lang.String subSegmentName,
XRD xrd)
|
void |
DatabaseStore.releaseSubSegment(SubSegment subSegment)
|
void |
DatabaseStore.resetStore()
|
void |
DatabaseStore.setAuthorityAttributes(Authority authority,
java.util.Map<java.lang.String,java.lang.String> attributes)
|
void |
DatabaseStore.setAuthorityIndex(Authority authority,
java.lang.String indx)
|
void |
DatabaseStore.setAuthorityPath(Authority authority,
java.lang.String path)
|
void |
DatabaseStore.setStoreAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
|
void |
DatabaseStore.setSubSegmentAttributes(SubSegment subSegment,
java.util.Map<java.lang.String,java.lang.String> attributes)
|
void |
DatabaseStore.setSubSegmentIndex(SubSegment subSegment,
java.lang.String indx)
|
void |
DatabaseStore.setXrd(Authority authority,
XRD xrd)
|
Uses of StoreException in org.openxri.store.impl.n |
---|
Methods in org.openxri.store.impl.n that throw StoreException | |
---|---|
void |
NullStore.backupStore(java.io.OutputStream stream)
|
Authority |
NullStore.createAuthority(XRD xrd)
|
SubSegment |
NullStore.createRootSubSegment(java.lang.String name,
XRD xrd)
|
void |
NullStore.deleteAuthority(Authority authority)
|
void |
NullStore.deleteRootSubSegment(java.lang.String name)
|
SubSegment |
NullStore.findRootSubSegment(java.lang.String namespace)
|
SubSegment |
NullStore.findSubSegment(Authority authority,
java.lang.String name)
|
java.util.Map<java.lang.String,java.lang.String> |
NullStore.getAuthorityAttributes(Authority authority)
|
SubSegment[] |
NullStore.getAuthorityChildSubSegments(Authority authority)
|
java.lang.Long |
NullStore.getAuthorityCount()
|
java.lang.String |
NullStore.getAuthorityIndex(Authority authority)
|
java.lang.String[] |
NullStore.getAuthorityQxris(Authority authority)
|
java.lang.String[] |
NullStore.getAuthorityQxris(Authority authority,
boolean reassignable,
boolean persistent)
|
SubSegment[] |
NullStore.getAuthoritySubSegments(Authority authority)
|
java.util.Map<java.lang.String,java.lang.String> |
NullStore.getStoreAttributes()
|
java.util.Map<java.lang.String,java.lang.String> |
NullStore.getSubSegmentAttributes(SubSegment subSegment)
|
Authority |
NullStore.getSubSegmentAuthority(SubSegment subSegment)
|
java.lang.Long |
NullStore.getSubSegmentCount()
|
java.lang.String |
NullStore.getSubSegmentIndex(SubSegment subSegment)
|
Authority |
NullStore.getSubSegmentParentAuthority(SubSegment subSegment)
|
SubSegment[] |
NullStore.getSynonymSubSegments(Authority parent,
Authority authority)
|
Authority[] |
NullStore.listAuthorities()
|
Authority[] |
NullStore.listAuthoritiesByAttributes(StoreAttributable.Selector selector)
|
Authority[] |
NullStore.listAuthoritiesByAttributeValue(java.lang.String key,
java.lang.String value)
|
Authority[] |
NullStore.listAuthoritiesByIndex(java.lang.String indx)
|
SubSegment[] |
NullStore.listRootSubSegments()
|
SubSegment[] |
NullStore.listSubSegments()
|
SubSegment[] |
NullStore.listSubSegmentsByAttributes(StoreAttributable.Selector selector)
|
SubSegment[] |
NullStore.listSubSegmentsByAttributeValue(java.lang.String key,
java.lang.String value)
|
SubSegment[] |
NullStore.listSubSegmentsByIndex(java.lang.String indx)
|
Authority |
NullStore.localLookup(XRIAuthority authorityPath)
|
SubSegment |
NullStore.registerSubsegment(Authority parent,
java.lang.String name,
Authority authority)
|
SubSegment |
NullStore.registerSubsegment(Authority parent,
java.lang.String name,
XRD xrd)
|
void |
NullStore.releaseSubSegment(SubSegment subSegment)
|
void |
NullStore.restoreStore(java.io.InputStream stream)
|
void |
NullStore.setAuthorityAttributes(Authority authority,
java.util.Map<java.lang.String,java.lang.String> attributes)
|
void |
NullStore.setAuthorityIndex(Authority authority,
java.lang.String indx)
|
void |
NullStore.setStoreAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
|
void |
NullStore.setSubSegmentAttributes(SubSegment subSegment,
java.util.Map<java.lang.String,java.lang.String> attributes)
|
void |
NullStore.setSubSegmentIndex(SubSegment subSegment,
java.lang.String indx)
|
void |
NullStore.setXrd(Authority authority,
XRD xrd)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |