Class StintFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<Stint>, org.springframework.beans.factory.InitializingBean

    public class StintFactoryBean
    extends Object
    implements org.springframework.beans.factory.FactoryBean<Stint>, org.springframework.beans.factory.InitializingBean
    • Constructor Detail

      • StintFactoryBean

        public StintFactoryBean()
    • Method Detail

      • setTime

        public void setTime​(long time)
      • setTimeUnit

        public void setTimeUnit​(TimeUnit timeUnit)
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<Stint>
      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<Stint>
      • getObject

        public Stint getObject()
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean<Stint>
      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean