|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.lang.MetaProperty
groovy.lang.MetaBeanProperty
org.codehaus.groovy.runtime.metaclass.ThreadManagedMetaBeanProperty
class ThreadManagedMetaBeanProperty extends MetaBeanProperty
This MetaBeanProperty will create a pseudo property whose value is bound to an object using weak references. The values will go out of scope and be garabage collected when the the object is collected In fact, this class should be called ExpandoProperty.
Nested Class Summary | |
---|---|
class |
ThreadManagedMetaBeanProperty.ThreadBoundGetter
Accesses the ThreadBound state of the property as a getter |
class |
ThreadManagedMetaBeanProperty.ThreadBoundSetter
Sets the ThreadBound state of the property like a setter |
Field Summary |
---|
Fields inherited from class MetaProperty | |
---|---|
name, type |
Constructor Summary | |
ThreadManagedMetaBeanProperty(Class declaringClass, String name, Class type, Object iv)
Constructs a new ThreadManagedBeanProperty for the given arguments |
|
ThreadManagedMetaBeanProperty(Class declaringClass, String name, Class type, Closure initialValueCreator)
Constructs a new ThreadManagedBeanProperty for the given arguments |
Method Summary | |
---|---|
MetaMethod
|
getGetter()
|
Object
|
getInitialValue()
Retrieves the initial value of the ThreadBound property |
Object
|
getInitialValue(Object object)
|
MetaMethod
|
getSetter()
|
void
|
setInitialValueCreator(Closure callable)
Closure responsible for creating the initial value of thread-managed bean properties |
Methods inherited from class MetaBeanProperty | |
---|---|
getField, getGetter, getModifiers, getProperty, getSetter, setField, setGetter, setProperty, setSetter |
Methods inherited from class MetaProperty | |
---|---|
getGetterName, getModifiers, getName, getProperty, getSetterName, getType, setProperty |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public ThreadManagedMetaBeanProperty(Class declaringClass, String name, Class type, Object iv)
public ThreadManagedMetaBeanProperty(Class declaringClass, String name, Class type, Closure initialValueCreator)
Method Detail |
---|
public MetaMethod getGetter()
public Object getInitialValue()
public Object getInitialValue(Object object)
public MetaMethod getSetter()
public void setInitialValueCreator(Closure callable)
Copyright © 2003-2009 The Codehaus. All rights reserved.