com.triactive.jdo
Interface PersistenceManagerFactoryImpl.PropertySetter

Enclosing interface:
PersistenceManagerFactoryImpl

public static interface PersistenceManagerFactoryImpl.PropertySetter

This is an interface that allows setting properties on a PersistenceManagerFactory with Strings.


Method Summary
 void set(PersistenceManagerFactoryImpl pmf, java.lang.String value)
          Set this property on the given PersistenceManagerFactoryImpl to the String value.
 

Method Detail

set

public void set(PersistenceManagerFactoryImpl pmf,
                java.lang.String value)
Set this property on the given PersistenceManagerFactoryImpl to the String value.

Parameters:
pmf - The PersistenceManagerFactoryImpl to set the value on.
value - The String value to set.


Copyright © 2001 TriActive, Inc. All Rights Reserved.