Class StintFactoryBean
- java.lang.Object
-
- org.smallmind.claxon.registry.spring.StintFactoryBean
-
-
Constructor Summary
Constructors Constructor Description StintFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()StintgetObject()Class<?>getObjectType()booleanisSingleton()voidsetTime(long time)voidsetTimeUnit(TimeUnit timeUnit)
-
-
-
Method Detail
-
setTime
public void setTime(long time)
-
setTimeUnit
public void setTimeUnit(TimeUnit timeUnit)
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<Stint>
-
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<Stint>
-
getObject
public Stint getObject()
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<Stint>
-
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
-