| java.lang.Object com.tcspring.ScopeProtocol
ScopeProtocol | public class ScopeProtocol (Code) | | author: Eugene Kuleshov |
Inner Class :public interface DistributableBeanFactoryAware | |
Inner Class :public static class DistributableBeanFactoryAwareMixin implements DistributableBeanFactoryAware | |
Method Summary | |
public void | setDistributableBeanFactory(String scopeName, Scope scope, AbstractBeanFactory beanFactory) | public Object | suspendRequestAttributeGet(StaticJoinPoint jp, Scope s, String beanName) | public Object | suspendRequestAttributeSet(StaticJoinPoint jp, Scope s, String beanName) | public Object | virtualizeScopedBean(StaticJoinPoint jp, Scope s, String beanName) | public Object | wrapDestructionCallback(StaticJoinPoint jp, String beanName, Runnable callback, Scope scope) |
setDistributableBeanFactory | public void setDistributableBeanFactory(String scopeName, Scope scope, AbstractBeanFactory beanFactory)(Code) | | See Also: org.springframework.beans.factory.support.AbstractBeanFactory.registerScope(StringScope) |
virtualizeScopedBean | public Object virtualizeScopedBean(StaticJoinPoint jp, Scope s, String beanName) throws Throwable(Code) | | See Also: org.springframework.beans.factory.config.Scope.get(Stringorg.springframework.beans.factory.ObjectFactory) |
wrapDestructionCallback | public Object wrapDestructionCallback(StaticJoinPoint jp, String beanName, Runnable callback, Scope scope) throws Throwable(Code) | | See Also: org.springframework.beans.factory.config.Scope.registerDestructionCallback(StringRunnable) |
|
|