public class EventListenersFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
event listeners
within
XML can be cumbersome.Modifier and Type | Field and Description |
---|---|
protected boolean |
debugAll |
Constructor and Description |
---|
EventListenersFactoryBean(CurrentDetails cd,
TokenHolder th,
ACLVoter voter,
OmeroInterceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
protected void |
additions() |
protected Object |
createInstance()
First, adds all default listeners.
|
Class |
getObjectType()
|
boolean |
isSingleton()
being a singleton implies that this
FactoryBean will only ever
create one instance. |
protected void |
overrides() |
void |
setDebugAll(boolean debug)
for setter injection
|
public EventListenersFactoryBean(CurrentDetails cd, TokenHolder th, ACLVoter voter, OmeroInterceptor interceptor)
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
null
if not known at the time of the callFactoryBean.getObjectType()
public boolean isSingleton()
FactoryBean
will only ever
create one instance.isSingleton
in interface org.springframework.beans.factory.FactoryBean
isSingleton
in class org.springframework.beans.factory.config.AbstractFactoryBean
FactoryBean.getObject()
,
SmartFactoryBean.isPrototype()
protected Object createInstance() throws Exception
createInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean
Exception
- if an exception occured during object creationAbstractFactoryBean.getObject()
public void setDebugAll(boolean debug)
protected void overrides()
protected void additions()
Version: 5.1.2-ice35-b45
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.