|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.aop.framework.ProxyConfig
org.springframework.aop.framework.AdvisedSupport
org.springframework.aop.framework.ProxyCreatorSupport
org.springframework.aop.framework.ProxyFactoryBean
org.alfresco.repo.management.subsystems.SubsystemProxyFactory
public class SubsystemProxyFactory
A factory bean, normally used in conjunction with ChildApplicationContextFactory
allowing selected
interfaces in a child application context to be proxied by a bean in the parent application context. This allows
'hot-swapping' and reconfiguration of entire subsystems.
Field Summary |
---|
Fields inherited from class org.springframework.aop.framework.ProxyFactoryBean |
---|
GLOBAL_SUFFIX, logger |
Fields inherited from class org.springframework.aop.framework.AdvisedSupport |
---|
EMPTY_TARGET_SOURCE |
Constructor Summary | |
---|---|
SubsystemProxyFactory()
Instantiates a new managed subsystem proxy factory. |
Method Summary | |
---|---|
void |
setInterfaces(java.lang.Class[] interfaces)
|
void |
setSourceApplicationContextFactory(ApplicationContextFactory sourceApplicationContextFactory)
Sets the source application context factory. |
void |
setSourceBeanName(java.lang.String sourceBeanName)
Sets optional bean name to target all calls to in the source application context. |
Methods inherited from class org.springframework.aop.framework.ProxyFactoryBean |
---|
adviceChanged, createCompositeInterface, getObject, getObjectType, getProxy, isSingleton, setAdvisorAdapterRegistry, setAutodetectInterfaces, setBeanClassLoader, setBeanFactory, setFrozen, setInterceptorNames, setProxyClassLoader, setProxyInterfaces, setSingleton, setTargetName |
Methods inherited from class org.springframework.aop.framework.ProxyCreatorSupport |
---|
addListener, createAopProxy, getAopProxyFactory, isActive, removeListener, setAopProxyFactory |
Methods inherited from class org.springframework.aop.framework.AdvisedSupport |
---|
addAdvice, addAdvice, addAdvisor, addAdvisor, addAdvisors, addAdvisors, addAllAdvisors, addInterface, adviceIncluded, copyConfigurationFrom, copyConfigurationFrom, countAdvicesOfType, getAdvisorChainFactory, getAdvisors, getAdvisorsInternal, getInterceptorsAndDynamicInterceptionAdvice, getProxiedInterfaces, getTargetClass, getTargetSource, indexOf, indexOf, isInterfaceProxied, isPreFiltered, removeAdvice, removeAdvisor, removeAdvisor, removeInterface, replaceAdvisor, setAdvisorChainFactory, setPreFiltered, setTarget, setTargetClass, setTargetSource, toProxyConfigString, toString, updateAdvisorArray |
Methods inherited from class org.springframework.aop.framework.ProxyConfig |
---|
copyFrom, isExposeProxy, isFrozen, isOpaque, isOptimize, isProxyTargetClass, setExposeProxy, setOpaque, setOptimize, setProxyTargetClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.springframework.aop.framework.Advised |
---|
isExposeProxy, isFrozen, isProxyTargetClass, setExposeProxy |
Constructor Detail |
---|
public SubsystemProxyFactory()
Method Detail |
---|
public void setInterfaces(java.lang.Class[] interfaces)
setInterfaces
in class org.springframework.aop.framework.AdvisedSupport
public void setSourceApplicationContextFactory(ApplicationContextFactory sourceApplicationContextFactory)
sourceApplicationContextFactory
- the sourceApplicationContextFactory to setpublic void setSourceBeanName(java.lang.String sourceBeanName)
sourceBeanName
- the sourceBeanName to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |