public class MonitoringFactory extends AbstractSpringPoweredDigesterFactory
log
Constructor and Description |
---|
MonitoringFactory() |
Modifier and Type | Method and Description |
---|---|
String |
getSuggestedBeanName()
Suggest the name of the bean which should be retrieved from
the Spring BeanFactory.
|
boolean |
isPrototypesOnly()
Return
true is only prototype beans from the
Spring Context will be returned, false is
a Spring singleton bean might be returned. |
copyAttrsToMap, createBeanAndAutoWire, createObject, createObject, setDigesterRule
getDigester, setDigester
public String getSuggestedBeanName()
AbstractSpringPoweredDigesterFactory
getSuggestedBeanName
in class AbstractSpringPoweredDigesterFactory
public boolean isPrototypesOnly()
AbstractSpringPoweredDigesterFactory
true
is only prototype beans from the
Spring Context will be returned, false
is
a Spring singleton bean might be returned.
This is hard-coded to return true
only in this
class. If a subclass wishes to allow using singleton-beans,
then this method should be overridden.isPrototypesOnly
in class AbstractSpringPoweredDigesterFactory
true
Copyright © 2023 Frank!Framework. All rights reserved.