|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentHandler
DocumentHandler
Method Summary | |
---|---|
Document |
getDocument(java.lang.String name)
|
Document |
getDocument(java.lang.String name,
boolean fromCahe)
|
DocumentHandlerFactory |
getHandlerFactory()
|
java.lang.String |
getType()
|
void |
removeDocument(Document document)
|
void |
setHandlerFactory(DocumentHandlerFactory factory)
|
void |
shutdown()
shutdown - gracefully shutdown handler and disconnect from other singleton components, (e.g. |
void |
updateDocument(Document document)
|
Method Detail |
---|
Document getDocument(java.lang.String name) throws DocumentNotFoundException, NodeException
DocumentNotFoundException
NodeException
Document getDocument(java.lang.String name, boolean fromCahe) throws DocumentNotFoundException, NodeException
DocumentNotFoundException
NodeException
void updateDocument(Document document) throws FailedToUpdateDocumentException
FailedToUpdateDocumentException
void removeDocument(Document document) throws DocumentNotFoundException, FailedToDeleteDocumentException
DocumentNotFoundException
FailedToDeleteDocumentException
java.lang.String getType()
DocumentHandlerFactory getHandlerFactory()
void setHandlerFactory(DocumentHandlerFactory factory)
void shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |