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

Packages that use Connector
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.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.