Class ResourceObjectLocator

java.lang.Object
org.frankframework.jdbc.datasource.ResourceObjectLocator
All Implemented Interfaces:
IObjectLocator, org.springframework.beans.factory.InitializingBean

public class ResourceObjectLocator extends Object implements IObjectLocator, org.springframework.beans.factory.InitializingBean
  • Field Details

  • Constructor Details

    • ResourceObjectLocator

      public ResourceObjectLocator()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • lookup

      public <O> O lookup(String name, Properties environment, Class<O> lookupClass) throws Exception
      Description copied from interface: IObjectLocator
      Performs the actual lookup and should return null if it cannot find the requested resource so the next IObjectLocator can give it a shot.
      Specified by:
      lookup in interface IObjectLocator
      Throws:
      Exception