|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jbeans.BaseBeanProperty | +--org.jbeans.DynamicNestedBeanProperty | +--org.jbeans.NestedBeanProperty | +--org.jbeans.SynchronizedNestedBeanProperty
This class is identical to its parent except that it is thread safe.
Fields inherited from class org.jbeans.BaseBeanProperty |
BAD_CONVERT, beanClass, conversionListeners, GET, POST_CONVERT, PRE_CONVERT, propertyListeners, propertyName, propertyType, SET |
Constructor Summary | |
protected |
SynchronizedNestedBeanProperty()
Constructs a new instance of the thread safe NestedBeanProperty |
|
SynchronizedNestedBeanProperty(String propertyName,
Class beanClass)
Constructs a new instance of the thread safe NestedBeanProperty |
|
SynchronizedNestedBeanProperty(String propertyName,
Class beanClass,
boolean strict)
Constructs a new instance of the thread safe NestedBeanProperty |
Method Summary | |
void |
addConversionListener(ConversionListener listener)
This method is the same as the addConversionListener() method in the BaseBeanProperty class,
except that it is thread safe. |
void |
addPropertyListener(PropertyListener listener)
This method is the same as the addPropertyListener() method in the BaseBeanProperty class,
except that it is thread safe. |
Iterator |
getConversionListeners()
Synchronized get conversion listeners method. |
Iterator |
getPropertyListeners()
Synchronized get property listeners method. |
boolean |
hasConversionListeners()
This method is the same as the hasConversionListeners() method in the BaseBeanProperty class,
except that it is thread safe. |
boolean |
hasPropertyListeners()
This method is the same as the hasPropertyListeners() method in the BaseBeanProperty class,
except that it is thread safe. |
void |
removeConversionListener(ConversionListener listener)
This method is the same as the removeConversionListener() method in the BaseBeanProperty class,
except that it is thread safe. |
void |
removePropertyListener(PropertyListener listener)
This method is the same as the removePropertyListener() method in the BaseBeanProperty class,
except that it is thread safe. |
Methods inherited from class org.jbeans.NestedBeanProperty |
getPropertyValue, initialize, setPropertyValue |
Methods inherited from class org.jbeans.DynamicNestedBeanProperty |
getPropertyValue, getPropertyValue, getRootProperty, isStrict, setPropertyValue, setPropertyValue, setStrict |
Methods inherited from class org.jbeans.BaseBeanProperty |
convertParameter, fireConversionEvent, firePropertyEvent, getBeanClass, getFullName, getPropertyName, getPropertyType, instantiate, setPropertyValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected SynchronizedNestedBeanProperty() throws BeanException
public SynchronizedNestedBeanProperty(String propertyName, Class beanClass) throws BeanException
public SynchronizedNestedBeanProperty(String propertyName, Class beanClass, boolean strict) throws BeanException
Method Detail |
public void addPropertyListener(PropertyListener listener)
addPropertyListener()
method in the BaseBeanProperty
class,
except that it is thread safe.addPropertyListener
in class BaseBeanProperty
org.jbeans.BaseBeanProperty
listener
- The new property listener to add to the listpublic void removePropertyListener(PropertyListener listener)
removePropertyListener()
method in the BaseBeanProperty
class,
except that it is thread safe.removePropertyListener
in class BaseBeanProperty
org.jbeans.BaseBeanProperty
listener
- The property listener to remove from the listpublic Iterator getPropertyListeners()
getPropertyListeners
in class BaseBeanProperty
org.jbeans.BaseBeanProperty
public boolean hasPropertyListeners()
hasPropertyListeners()
method in the BaseBeanProperty
class,
except that it is thread safe.hasPropertyListeners
in class BaseBeanProperty
org.jbeans.BaseBeanProperty
public void addConversionListener(ConversionListener listener)
addConversionListener()
method in the BaseBeanProperty
class,
except that it is thread safe.addConversionListener
in class BaseBeanProperty
org.jbeans.BaseBeanProperty
listener
- The new conversion listener to add to the listpublic void removeConversionListener(ConversionListener listener)
removeConversionListener()
method in the BaseBeanProperty
class,
except that it is thread safe.removeConversionListener
in class BaseBeanProperty
org.jbeans.BaseBeanProperty
listener
- The conversion listener to remove from the listpublic Iterator getConversionListeners()
getConversionListeners
in class BaseBeanProperty
public boolean hasConversionListeners()
hasConversionListeners()
method in the BaseBeanProperty
class,
except that it is thread safe.hasConversionListeners
in class BaseBeanProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |