Class GlobelScope
- java.lang.Object
-
- org.brijframework.bean.scope.BeanScope
-
- org.brijframework.bean.scope.monitor.GlobelScope
-
public class GlobelScope extends BeanScope
-
-
Constructor Summary
Constructors Constructor Description GlobelScope()GlobelScope(BeanDefinition definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDevice()StringgetId()GlobelThreadLocalgetMonitor()voidsetDevice(String device)voidsetMonitor(GlobelThreadLocal monitor)-
Methods inherited from class org.brijframework.bean.scope.BeanScope
getBeanDefinition, getDefinition, getProperties, getScopeObject, setBeanDefinition, setDefinition, setId, setProperties, setScopeObject, toString
-
-
-
-
Constructor Detail
-
GlobelScope
public GlobelScope()
-
GlobelScope
public GlobelScope(BeanDefinition definition)
-
-
Method Detail
-
setDevice
public void setDevice(String device)
-
getDevice
public String getDevice()
-
getMonitor
public GlobelThreadLocal getMonitor()
-
setMonitor
public void setMonitor(GlobelThreadLocal monitor)
-
-