Interface GenericConfigurable

All Known Implementing Classes:
JMSRemoteCommitProvider, LogFactoryImpl, PersistenceMappingFactory, PersistenceMetaDataFactory

public interface GenericConfigurable
Implementations of this interface may perform additional generic configuration with any key-value pairs that cannot be set into the object via the normal Options.setInto(java.lang.Object) means.
Author:
Patrick Linskey
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Perform any generic configuration based on the data in opts.
  • Method Details

    • setInto

      void setInto(Options opts)
      Perform any generic configuration based on the data in opts. This method should remove any values in opts that have been successfully processed; if any values remain in opts after this method is executed, an exception will be thrown identifying those key-value pairs as invalid.