Package org.planx.xmlstore.stores

Access to XMLStore store implementations and decorators.

See:
          Description

Class Summary
AbstractXMLStore<R extends Reference> A convenience class for implementing XMLStores.
DistributedXMLStore A peer-to-peer XMLStore that uses Kademlia as routing module.
ExecuteXMLStore<R extends Reference> An implementation of ExecXMLStore that simply loads code and arguments from the decorated XMLStore and uses the system class loader to turn the binary node into a Java class.
LocalXMLStore A local XMLStore that only operates on location dependent References, that is, LocalLocators.
NetworkListener A NetworkListener exposes the functionality of an underlying XMLStore to networked clients.
NetworkProtocol An XML Store can be made available over the network by using a DistributedXMLStore or a NetworkListener.
OptimisticReadXMLStore<R extends Reference> Optimistically reads nodes from an underlying XMLStore, returning them before they are available.
RemoteXMLStore A direct connection to a remote XMLStore peer.
TranslatorXMLStore A bridge between location independent and location dependent XMLStores.
 

Exception Summary
NetworkProtocolException  
 

Package org.planx.xmlstore.stores Description

Access to XMLStore store implementations and decorators.



Copyright © 2004-2005 Plan-X. All Rights Reserved.