Uses of Class
org.apache.ojb.broker.PBFactoryException

Packages that use PBFactoryException
org.apache.ojb.broker   
org.apache.ojb.broker.core   
org.apache.ojb.broker.core.proxy   
 

Uses of PBFactoryException in org.apache.ojb.broker
 

Methods in org.apache.ojb.broker that throw PBFactoryException
static PersistenceBroker PersistenceBrokerFactory.createPersistenceBroker(PBKey key)
          Creates a new broker instance for the given key.
static PersistenceBroker PersistenceBrokerFactory.createPersistenceBroker(String jcdAlias, String user, String password)
          Creates a new broker instance.
static PersistenceBroker PersistenceBrokerFactory.defaultPersistenceBroker()
          Creates a default broker instance for the default broker key.
 

Uses of PBFactoryException in org.apache.ojb.broker.core
 

Methods in org.apache.ojb.broker.core that throw PBFactoryException
protected  PersistenceBrokerInternal PersistenceBrokerFactoryBaseImpl.createNewBrokerInstance(PBKey key)
          For internal use! This method creates real new PB instances
 PersistenceBrokerInternal PersistenceBrokerFactoryDefaultImpl.createPersistenceBroker(PBKey pbKey)
          Return broker instance from pool.
 PersistenceBrokerInternal PersistenceBrokerFactorySyncImpl.createPersistenceBroker(PBKey pbKey)
           
 PersistenceBrokerInternal PersistenceBrokerFactoryBaseImpl.createPersistenceBroker(PBKey pbKey)
          Always return a new created PersistenceBroker instance
 PersistenceBrokerInternal PersistenceBrokerFactoryIF.createPersistenceBroker(PBKey key)
          Return PersistenceBroker instance for the given PBKey.
 PersistenceBrokerInternal PersistenceBrokerFactoryBaseImpl.createPersistenceBroker(String jcdAlias, String user, String password)
           
 PersistenceBrokerInternal PersistenceBrokerFactoryIF.createPersistenceBroker(String jcdAlias, String user, String password)
          Return a ready for action PersistenceBroker instance.
static PersistenceBrokerInternal PersistenceBrokerThreadMapping.currentPersistenceBroker(PBKey key)
          Return the current open PersistenceBroker instance for the given PBKey, if any.
 PersistenceBrokerInternal PersistenceBrokerFactoryBaseImpl.defaultPersistenceBroker()
           
 PersistenceBrokerInternal PersistenceBrokerFactoryIF.defaultPersistenceBroker()
          Return a default broker instance, specified in configuration or set using PersistenceBrokerFactoryIF.setDefaultKey(org.apache.ojb.broker.PBKey).
static void PersistenceBrokerThreadMapping.setCurrentPersistenceBroker(PBKey key, PersistenceBrokerInternal broker)
          Mark a PersistenceBroker as preferred choice for current Thread
static void PersistenceBrokerThreadMapping.unsetCurrentPersistenceBroker(PBKey key, PersistenceBrokerInternal broker)
          Unmark a PersistenceBroker as preferred choice for current Thread
 

Uses of PBFactoryException in org.apache.ojb.broker.core.proxy
 

Methods in org.apache.ojb.broker.core.proxy that throw PBFactoryException
protected  PersistenceBroker CollectionProxyDefaultImpl.getBroker()
          Acquires a broker instance.
protected  AbstractIndirectionHandler.TemporaryBrokerWrapper AbstractIndirectionHandler.getBroker()
          Gets the persistence broker used by this indirection handler.
 



Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.