Method Summary |
|
public static PersistenceBroker | createPersistenceBroker(String jcdAlias, String user, String password) Creates a new broker instance. |
public static PersistenceBroker | createPersistenceBroker(PBKey key) Creates a new broker instance for the given key. |
public static PersistenceBroker | defaultPersistenceBroker() Creates a default broker instance for the default broker key. |
public static Configurator | getConfigurator() Returns the
org.apache.ojb.broker.util.configuration.Configurator object. |
public static PBKey | getDefaultKey() Returns the key that specifies the default persistence manager. |
public static void | releaseAllInstances() Releases all broker instances pooled by this factory (if any). |
public static void | setDefaultKey(PBKey key) Sets the key that specifies the default persistence manager. |
public static void | shutdown() Shuts OJB down, i.e. |