Uses of Class
org.apache.jdo.impl.fostore.FOStoreConnectionFactory

Packages that use FOStoreConnectionFactory
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
 

Uses of FOStoreConnectionFactory in org.apache.jdo.impl.fostore
 

Fields in org.apache.jdo.impl.fostore declared as FOStoreConnectionFactory
private  FOStoreConnectionFactory FOStorePMF.cf
           
(package private)  FOStoreConnectionFactory FOStoreClientConnectionImpl.connectionFactory
           
 

Methods in org.apache.jdo.impl.fostore that return FOStoreConnectionFactory
 FOStoreConnectionFactory FOStoreClientConnection.getConnectionFactory()
          Get the connection Factory used to create this connection.
 FOStoreConnectionFactory FOStoreClientConnectionImpl.getConnectionFactory()
          Get the connection Factory used to create this connection.
 

Methods in org.apache.jdo.impl.fostore with parameters of type FOStoreConnectionFactory
 java.lang.String FOStoreConnectionFactory.CFAccessor.get(FOStoreConnectionFactory focf)
           
 java.lang.String FOStoreConnectionFactory.CFAccessor.getNonDefault(FOStoreConnectionFactory focf)
           
 void FOStoreConnectionFactory.CFAccessor.set(FOStoreConnectionFactory focf, java.lang.String s)
           
 void FOStoreClientConnection.setConnectionFactory(FOStoreConnectionFactory connectionFactory)
          Set the connection id used to create this connection.
 void FOStoreClientConnectionImpl.setConnectionFactory(FOStoreConnectionFactory cf)