Uses of Interface
org.apache.wsrp4j.persistence.xml.ServerPersistentInformationProvider

Packages that use ServerPersistentInformationProvider
org.apache.wsrp4j.persistence.xml.driver   
 

Uses of ServerPersistentInformationProvider in org.apache.wsrp4j.persistence.xml.driver
 

Classes in org.apache.wsrp4j.persistence.xml.driver that implement ServerPersistentInformationProvider
 class ServerPersistentInformationProviderImpl
          This class holds the information for persistent file handling centrally.
 

Fields in org.apache.wsrp4j.persistence.xml.driver declared as ServerPersistentInformationProvider
private  ServerPersistentInformationProvider ServerPersistentInformationProviderImpl._persistentInfoProvider
           
private static ServerPersistentInformationProvider ServerPersistentFactoryImpl.serverInfoProvider
           
 

Methods in org.apache.wsrp4j.persistence.xml.driver that return ServerPersistentInformationProvider
static ServerPersistentInformationProvider ServerPersistentInformationProviderImpl.create()
          Static construction of the PersistentInformationProvider
static ServerPersistentInformationProvider ServerPersistentInformationProviderImpl.create(java.lang.String offsetPath)
           
 



--