|
|||||||||
| 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.AbstractSingletonProxyFactoryBean
org.springframework.transaction.interceptor.TransactionProxyFactoryBean
org.codehaus.groovy.grails.commons.spring.TypeSpecifyableTransactionProxyFactoryBean
public class TypeSpecifyableTransactionProxyFactoryBean
Allows the type of the underlying object to be specified explicitly. This is used when creating scoped proxies of transactional proxies of services. The scoped proxy needs to know that type of the object before the transactional proxy factory has instantiated the underlying service and is able to determine it's class. This class allows the type to be explicitly specified. Used by org.codehaus.groovy.grails.plugins.services.ServicesGrailsPlugin.
| Constructor Summary | |
|---|---|
TypeSpecifyableTransactionProxyFactoryBean(java.lang.Class<?> type)
|
|
| Method Summary | |
|---|---|
java.lang.Class<?> |
getObjectType()
|
| Methods inherited from class org.springframework.transaction.interceptor.TransactionProxyFactoryBean |
|---|
createMainInterceptor, setBeanFactory, setPointcut, setTransactionAttributes, setTransactionAttributeSource, setTransactionManager |
| Methods inherited from class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean |
|---|
afterPropertiesSet, createTargetSource, getObject, isSingleton, setAdvisorAdapterRegistry, setBeanClassLoader, setPostInterceptors, setPreInterceptors, setProxyClassLoader, setProxyInterfaces, setTarget |
| Methods inherited from class org.springframework.aop.framework.ProxyConfig |
|---|
copyFrom, isExposeProxy, isFrozen, isOpaque, isOptimize, isProxyTargetClass, setExposeProxy, setFrozen, setOpaque, setOptimize, setProxyTargetClass, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TypeSpecifyableTransactionProxyFactoryBean(java.lang.Class<?> type)
| Method Detail |
|---|
public java.lang.Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<java.lang.Object>getObjectType in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||