Uses of Interface
org.planx.xmlstore.NameServer

Packages that use NameServer
org.planx.xmlstore.nameserver   
org.planx.xmlstore.stores   
 

Uses of NameServer in org.planx.xmlstore.nameserver
 

Classes in org.planx.xmlstore.nameserver that implement NameServer
 class GlobalNameServer
          A distributed NameServer that relies on a DistributedMap.
 class LocalNameServer
          A NameServer for local use only.
 

Uses of NameServer in org.planx.xmlstore.stores
 

Methods in org.planx.xmlstore.stores that return NameServer
 NameServer DistributedXMLStore.getNameServer()
          Returns a GlobalNameServer that uses the same DistributedMap as this DistributedXMLStore.
 NameServer LocalXMLStore.getNameServer()
          Returns a NameServer for this store.
 



Copyright © 2010. All Rights Reserved.