Uses of Interface
org.apache.jdo.store.Connector

Packages that use Connector
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
org.apache.jdo.impl.pm This package contains classes that are for use across all kinds of implementations of the JDO Reference Implementation. 
org.apache.jdo.store This package contains StoreManager and store-related interfaces plus an abstract StoreManager implementation. 
 

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

Classes in org.apache.jdo.impl.fostore that implement Connector
(package private)  class FOStoreConnector
          FOStoreConnector represents a connection to the FOStoreDatabase.
 

Fields in org.apache.jdo.impl.fostore declared as Connector
private  Connector Message.connector
          Connector for which this message acts as a transport.
 

Methods in org.apache.jdo.impl.fostore that return Connector
(package private)  Connector Message.getConnector()
           
 Connector FOStoreStoreManager.getConnector()
           
 Connector FOStoreStoreManager.getConnector(java.lang.String userid, java.lang.String password)
           
 

Constructors in org.apache.jdo.impl.fostore with parameters of type Connector
Message(Connector connector)
          Constructor for Message.
 

Uses of Connector in org.apache.jdo.impl.pm
 

Fields in org.apache.jdo.impl.pm declared as Connector
private  Connector TransactionImpl.connector
          Connector associated with this transaction
 

Methods in org.apache.jdo.impl.pm that return Connector
private  Connector TransactionImpl.getConnector()
          Get a connector
 

Uses of Connector in org.apache.jdo.store
 

Methods in org.apache.jdo.store that return Connector
 Connector StoreManager.getConnector()
          Returns a Connector suitable for committing or rolling back operations on this store.
 Connector StoreManager.getConnector(java.lang.String userid, java.lang.String password)
          Returns a Connector suitable for committing or rolling back operations on this store for a specific userid.