Uses of Interface
org.apache.wsrp4j.persistence.ServerPersistentFactory

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

Uses of ServerPersistentFactory in org.apache.wsrp4j.persistence.driver
 

Fields in org.apache.wsrp4j.persistence.driver declared as ServerPersistentFactory
private static ServerPersistentFactory PersistentAccess.serverPersistentFactory
           
 

Methods in org.apache.wsrp4j.persistence.driver that return ServerPersistentFactory
static ServerPersistentFactory PersistentAccess.getServerPersistentFactory()
          Fetches a server factory-instance.
 

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

Classes in org.apache.wsrp4j.persistence.xml.driver that implement ServerPersistentFactory
 class ServerPersistentFactoryImpl
          This class is the server factory implementation for the persistence support.
 

Fields in org.apache.wsrp4j.persistence.xml.driver declared as ServerPersistentFactory
private static ServerPersistentFactory ServerPersistentFactoryImpl.serverPersistentFactory
           
 



--