|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Wrapper for models used by the RDF server. A ModelSource incorporates the (operating system) resource management policy for a model. Models are created and released by the associated SourceController. It does not have to be backed by a Jena as the data source.
Method Summary | |
void |
abortOperation()
|
void |
activate()
|
void |
deactivate()
|
void |
endOperation()
|
void |
flush()
|
java.util.Map |
getPrefixes()
Help write results neatly. |
ProcessorRegistry |
getProcessorRegistry()
|
java.lang.String |
getServerURI()
The way to reference this data from outside. |
boolean |
isImmutable()
|
void |
release()
|
void |
setIsImmutable(boolean isFixed)
|
void |
setPrefix(java.lang.String prefix,
java.lang.String nsURI)
|
void |
startOperation(boolean readOnly)
|
Method Detail |
public java.lang.String getServerURI()
public java.util.Map getPrefixes()
public void setPrefix(java.lang.String prefix, java.lang.String nsURI)
public void activate()
public void deactivate()
public void startOperation(boolean readOnly)
public void endOperation()
public void abortOperation()
public void flush()
public boolean isImmutable()
public void setIsImmutable(boolean isFixed)
public void release()
public ProcessorRegistry getProcessorRegistry()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |