Uses of Class
org.apache.openjpa.kernel.BrokerImpl

Packages that use BrokerImpl
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configuration 
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. 
 

Uses of BrokerImpl in org.apache.openjpa.conf
 

Methods in org.apache.openjpa.conf that return BrokerImpl
 BrokerImpl OpenJPAConfigurationImpl.newBrokerInstance(String user, String pass)
           
 BrokerImpl OpenJPAConfiguration.newBrokerInstance(String user, String pass)
          Create a new broker instance with the configured plugin data.
 

Methods in org.apache.openjpa.conf that return types with arguments of type BrokerImpl
 Class<? extends BrokerImpl> BrokerValue.getTemplateBrokerType(Configuration c)
           
 

Uses of BrokerImpl in org.apache.openjpa.jdbc.conf
 

Methods in org.apache.openjpa.jdbc.conf that return BrokerImpl
 BrokerImpl JDBCConfigurationImpl.newBrokerInstance(String user, String pass)
           
 

Uses of BrokerImpl in org.apache.openjpa.jdbc.kernel
 

Methods in org.apache.openjpa.jdbc.kernel that return BrokerImpl
protected  BrokerImpl JDBCBrokerFactory.newBrokerImpl(String user, String pass)
           
 

Uses of BrokerImpl in org.apache.openjpa.kernel
 

Subclasses of BrokerImpl in org.apache.openjpa.kernel
 class FinalizingBrokerImpl
          Subtype of BrokerImpl that automatically closes itself during finalization.
 

Methods in org.apache.openjpa.kernel that return BrokerImpl
protected  BrokerImpl AbstractBrokerFactory.findBroker(String user, String pass, boolean managed)
          Find a pooled broker, or return null if none.
protected  BrokerImpl AbstractBrokerFactory.findTransactionalBroker(String user, String pass)
          Find a managed runtime broker associated with the current transaction, or returns null if none.
protected  BrokerImpl AbstractBrokerFactory.newBrokerImpl(String user, String pass)
          Return a broker configured with the proper settings.
 

Methods in org.apache.openjpa.kernel with parameters of type BrokerImpl
protected  void AbstractBrokerFactory.addListeners(BrokerImpl broker)
          Add factory-registered lifecycle listeners to the broker.
protected  void AbstractBrokerFactory.configureBroker(BrokerImpl broker)
          Configures the given broker with the current factory option settings.
protected  void AbstractBrokerFactory.releaseBroker(BrokerImpl broker)
          Release broker from any internal data structures.
 

Constructors in org.apache.openjpa.kernel with parameters of type BrokerImpl
DetachManager(BrokerImpl broker, boolean full, OpCallbacks call)
          Constructor.
StateManagerImpl(Object id, ClassMetaData meta, BrokerImpl broker)
          Constructor; supply id, type metadata, and owning persistence manager.
 

Uses of BrokerImpl in org.apache.openjpa.slice
 

Subclasses of BrokerImpl in org.apache.openjpa.slice
 class DistributedBrokerImpl
          A specialized Broker to associate slice identifiers with the StateManagers as they are persisted in a cascade.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.