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

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

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

Fields in org.apache.wsrp4j.persistence.driver declared as ClientPersistentFactory
private static ClientPersistentFactory PersistentAccess.clientPersistentFactory
           
 

Methods in org.apache.wsrp4j.persistence.driver that return ClientPersistentFactory
static ClientPersistentFactory PersistentAccess.getClientPersistentFactory()
          Fetches a client factory-instance.
 

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

Classes in org.apache.wsrp4j.persistence.xml.driver that implement ClientPersistentFactory
 class ClientPersistentFactoryImpl
          This class is the client factory implementation for the persistence support.
 

Fields in org.apache.wsrp4j.persistence.xml.driver declared as ClientPersistentFactory
private static ClientPersistentFactory ClientPersistentFactoryImpl.persistentFactory
           
 



--