Package org.openrdf.sesame.admin

Functionality for adding and deleting data to/from a repository.

See:
          Description

Interface Summary
AdminListener A listener for messages that are reported during administrative operations.
 

Class Summary
AdminMsg A message as returned by Sesame in response to a call to one of its administrative services.
AdminMsgCollector An implementation of the AdminListener interface that collects the reported messages and allows them to be checked after the performed action has (sucessfully or unsuccessfully) been completed.
DummyAdminListener A dummy AdminListener that does absolutely nothing at all.
HtmlAdminMsgWriter  
RdfAdmin The RdfAdmin module that can upload files to an RdfRepository and remove sets of statements from it.
StatusReporter  
StdOutAdminListener A simple AdminListener implementation that reports all messages to System.out.
XmlAdminMsgReader Parser for parsing responses from administrative Sesame services.
XmlAdminMsgWriter Writer for writing administrative messages in XML format.
 

Exception Summary
UpdateException  
 

Package org.openrdf.sesame.admin Description

Functionality for adding and deleting data to/from a repository.



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.