Package org.apache.openjpa.lib.conf
Interface GenericConfigurable
- 
- All Known Implementing Classes:
 JMSRemoteCommitProvider,LogFactoryImpl,PersistenceMappingFactory,PersistenceMetaDataFactory
public interface GenericConfigurableImplementations of this interface may perform additional generic configuration with any key-value pairs that cannot be set into the object via the normalOptions.setInto(java.lang.Object)means.- Author:
 - Patrick Linskey
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetInto(Options opts)Perform any generic configuration based on the data inopts. 
 - 
 
- 
- 
Method Detail
- 
setInto
void setInto(Options opts)
Perform any generic configuration based on the data inopts. This method should remove any values inoptsthat have been successfully processed; if any values remain inoptsafter this method is executed, an exception will be thrown identifying those key-value pairs as invalid. 
 - 
 
 -