final public class InterfaceManagerFactory implements PersistenceManagerFactory,I15d,Serializable(Code)
Factory that allows the creation of InterfaceManager objects.
Configured via a properties file.
The properties file should always contain the following:
public PersistenceManager getPersistenceManager()(Code)
Creates a new PersistenceManager associated with this factory.
The PersistenceManager inherits the JDO options set on the factory
at the time of its creation.
getPersistenceManager
public PersistenceManager getPersistenceManager(String userid, String password)(Code)
getPersistenceManagerFactory
public static PersistenceManagerFactory getPersistenceManagerFactory(Properties properties) throws Throwable(Code)
Static factory method; delegates to the constructor.