public abstract class

AbstractConfigurableJdoFactory

extends Object
implements ConfigurableJdoFactory
java.lang.Object
   ↳ org.apache.archiva.redback.components.jdo.AbstractConfigurableJdoFactory
Known Direct Subclasses

Class Overview

AbstractConfigurableJdoFactory

Summary

Fields
protected Boolean configured
protected Properties otherProperties
protected String persistenceManagerFactoryClass default-value="org.jpox.PersistenceManagerFactoryImpl"
protected Properties properties
Public Constructors
AbstractConfigurableJdoFactory()
Public Methods
Boolean getConfigured()
Properties getOtherProperties()
PersistenceManagerFactory getPersistenceManagerFactory()
abstract Properties getProperties()
void initialize()
void setConfigured(Boolean configured)
void setOtherProperties(Properties otherProperties)
void setPersistenceManagerFactoryClass(String persistenceManagerFactoryClass)
void setProperty(String key, String value)
void shutdown()
Protected Methods
void setPropertyInner(Properties properties, String key, String value)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.archiva.redback.components.jdo.ConfigurableJdoFactory
From interface org.apache.archiva.redback.components.jdo.JdoFactory

Fields

protected Boolean configured

protected Properties otherProperties

protected String persistenceManagerFactoryClass

default-value="org.jpox.PersistenceManagerFactoryImpl"

protected Properties properties

Public Constructors

public AbstractConfigurableJdoFactory ()

Public Methods

public Boolean getConfigured ()

public Properties getOtherProperties ()

public PersistenceManagerFactory getPersistenceManagerFactory ()

public abstract Properties getProperties ()

public void initialize ()

public void setConfigured (Boolean configured)

public void setOtherProperties (Properties otherProperties)

public void setPersistenceManagerFactoryClass (String persistenceManagerFactoryClass)

public void setProperty (String key, String value)

public void shutdown ()

Throws
Exception

Protected Methods

protected void setPropertyInner (Properties properties, String key, String value)