Class GlobelScopeMonitorFactroy
- java.lang.Object
-
- org.brijframework.factories.impl.AbstractFactory<K,T>
-
- org.brijframework.bean.factories.asm.AbstractBeanScopeFactory<String,GlobelScope>
-
- org.brijframework.bean.scope.monitor.factories.GlobelScopeMonitorFactroy
-
- All Implemented Interfaces:
BeanScopeFactory<String,GlobelScope>,org.brijframework.factories.Factory<String,GlobelScope>,org.brijframework.factories.module.ModuleFactory<String,GlobelScope>
public class GlobelScopeMonitorFactroy extends AbstractBeanScopeFactory<String,GlobelScope>
-
-
Field Summary
Fields Modifier and Type Field Description intcount
-
Constructor Summary
Constructors Constructor Description GlobelScopeMonitorFactroy()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GlobelScopecreateBeanScope(BeanDefinition definition)GlobelScopecurrentService()static GlobelScopeMonitorFactroyfactory()GlobelScopegetService()GlobelScopeMonitorFactroyloadFactory()protected voidpostregister(String key, GlobelScope value)protected voidpreregister(String key, GlobelScope value)-
Methods inherited from class org.brijframework.bean.factories.asm.AbstractBeanScopeFactory
contains, find, findAll, getBeanDefinitionOfObject, getBeanObject, getBeanScope, getBeanScope, getBeanScopeForObject, getUniqueID, loadContainer, register
-
Methods inherited from class org.brijframework.factories.impl.AbstractFactory
clear, find, getCache, getContainer, getContainer, getEnvProperty, register, setContainer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.brijframework.bean.factories.BeanScopeFactory
find
-
-
-
-
Method Detail
-
factory
public static GlobelScopeMonitorFactroy factory()
-
currentService
public GlobelScope currentService()
-
loadFactory
public GlobelScopeMonitorFactroy loadFactory()
-
preregister
protected void preregister(String key, GlobelScope value)
- Overrides:
preregisterin classAbstractBeanScopeFactory<String,GlobelScope>
-
postregister
protected void postregister(String key, GlobelScope value)
- Overrides:
postregisterin classAbstractBeanScopeFactory<String,GlobelScope>
-
getService
public GlobelScope getService()
-
createBeanScope
protected GlobelScope createBeanScope(BeanDefinition definition)
- Specified by:
createBeanScopein classAbstractBeanScopeFactory<String,GlobelScope>
-
-