public
BeanContextServicesSupport
(BeanContextServices peer, Locale lcle, boolean dTime, boolean visible)
public void
addBeanContextMembershipListener
(BeanContextMembershipListener bcml)
[Inherited From BeanContextSupport]
public void
addBeanContextServicesListener
(BeanContextServicesListener bcsl)
[Specified in BeanContextServices]
public void
addPropertyChangeListener
(String name, PropertyChangeListener pcl)
[Inherited From BeanContextChildSupport]
public boolean
addService
(Class serviceClass, BeanContextServiceProvider bcsp)
[Specified in BeanContextServices]
protected boolean
addService
(Class serviceClass, BeanContextServiceProvider bcsp, boolean fireEvent)
public void
addVetoableChangeListener
(String name, VetoableChangeListener vcl)
[Inherited From BeanContextChildSupport]
protectedsynchronized void
bcsPreDeserializationHook
(ObjectInputStream ois)
throws
IOException
ClassNotFoundException
[Overrides BeanContextSupport]
protectedsynchronized void
bcsPreSerializationHook
(ObjectOutputStream oos)
throws
IOException
[Overrides BeanContextSupport]
protected void
childDeserializedHook
(Object child, BCSChild bcsc)
[Inherited From BeanContextSupport]
protectedfinalstatic boolean
classEquals
(Class first, Class second)
[Inherited From BeanContextSupport]
protected BCSSServiceProvider
createBCSSServiceProvider
(Class sc, BeanContextServiceProvider bcsp)
protectedfinal void
deserialize
(ObjectInputStream ois, Collection coll)
throws
IOException
ClassNotFoundException
[Inherited From BeanContextSupport]
publicsynchronized void
dontUseGui
()
[Inherited From BeanContextSupport]
protectedfinal void
fireChildrenAdded
(BeanContextMembershipEvent bcme)
[Inherited From BeanContextSupport]
protectedfinal void
fireChildrenRemoved
(BeanContextMembershipEvent bcme)
[Inherited From BeanContextSupport]
public void
firePropertyChange
(String name, Object oldValue, Object newValue)
[Inherited From BeanContextChildSupport]
protectedfinal void
fireServiceAdded
(Class serviceClass)
protectedfinal void
fireServiceRevoked
(Class serviceClass, boolean revokeNow)
public void
fireVetoableChange
(String name, Object oldValue, Object newValue)
throws
PropertyVetoException
[Inherited From BeanContextChildSupport]
protectedfinalstatic BeanContextChild
getChildBeanContextChild
(Object child)
[Inherited From BeanContextSupport]
protectedfinalstatic BeanContextMembershipListener
getChildBeanContextMembershipListener
(Object child)
[Inherited From BeanContextSupport]
protectedfinalstatic PropertyChangeListener
getChildPropertyChangeListener
(Object child)
[Inherited From BeanContextSupport]
protectedfinalstatic Serializable
getChildSerializable
(Object child)
[Inherited From BeanContextSupport]
protectedfinalstatic VetoableChangeListener
getChildVetoableChangeListener
(Object child)
[Inherited From BeanContextSupport]
protectedfinalstatic Visibility
getChildVisibility
(Object child)
[Inherited From BeanContextSupport]
public InputStream
getResourceAsStream
(String name, BeanContextChild bcc)
[Inherited From BeanContextSupport]
public Object
getService
(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
throws
TooManyListenersException
[Specified in BeanContextServices]
publicsynchronized boolean
hasService
(Class serviceClass)
[Specified in BeanContextServices]
public Object
instantiateChild
(String beanName)
throws
IOException
ClassNotFoundException
[Inherited From BeanContextSupport]
publicsynchronized void
okToUseGui
()
[Inherited From BeanContextSupport]
public void
propertyChange
(PropertyChangeEvent pce)
[Inherited From BeanContextSupport]
publicfinal void
readChildren
(ObjectInputStream ois)
throws
IOException
ClassNotFoundException
[Inherited From BeanContextSupport]
public void
releaseService
(BeanContextChild child, Object requestor, Object service)
[Specified in BeanContextServices]
protected boolean
remove
(Object targetChild, boolean callChildSetBC)
[Inherited From BeanContextSupport]
public void
removeBeanContextMembershipListener
(BeanContextMembershipListener bcml)
[Inherited From BeanContextSupport]
public void
removeBeanContextServicesListener
(BeanContextServicesListener bcsl)
[Specified in BeanContextServices]
public void
removePropertyChangeListener
(String name, PropertyChangeListener pcl)
[Inherited From BeanContextChildSupport]
public void
removeVetoableChangeListener
(String name, VetoableChangeListener vcl)
[Inherited From BeanContextChildSupport]
public void
revokeService
(Class serviceClass, BeanContextServiceProvider bcsp, boolean revokeCurrentServicesNow)
[Specified in BeanContextServices]
protectedfinal void
serialize
(ObjectOutputStream oos, Collection coll)
throws
IOException
[Inherited From BeanContextSupport]
public void
serviceAvailable
(BeanContextServiceAvailableEvent bcssae)
[Overrides BeanContextChildSupport]
public void
serviceRevoked
(BeanContextServiceRevokedEvent bcssre)
[Overrides BeanContextChildSupport]
publicsynchronized void
setBeanContext
(BeanContext bc)
throws
PropertyVetoException
[Inherited From BeanContextChildSupport]
publicsynchronized void
setLocale
(Locale newLocale)
throws
PropertyVetoException
[Inherited From BeanContextSupport]
public Object
toArray
()
[Inherited From BeanContextSupport]
public boolean
validatePendingSetBeanContext
(BeanContext newValue)
[Inherited From BeanContextChildSupport]
public void
vetoableChange
(PropertyChangeEvent pce)
throws
PropertyVetoException
[Inherited From BeanContextSupport]
publicfinal void
writeChildren
(ObjectOutputStream oos)
throws
IOException
[Inherited From BeanContextSupport]
protectedtransient
ArrayList bcmListeners
[Inherited From BeanContextSupport]
protected ArrayList bcmListeners field
shall be synchronized on that object.
public
BeanContextChild beanContextChildPeer
[Inherited From BeanContextChildSupport]
BeanContext in which
this BeanContextChild is nested.
protectedtransient
HashMap children
[Inherited From BeanContextSupport]
protected HashMap children field
shall be synchronized on that object.
protected
boolean designTime
[Inherited From BeanContextSupport]
publicfinalstatic
Object globalHierarchyLock
[Inherited From BeanContextServices]
BeanContext
and BeanContextServices implementors
to serialize changes in a BeanContext
hierarchy and any service requests etc.
protected
boolean okToUseGui
[Inherited From BeanContextSupport]
protected
PropertyChangeSupport pcSupport
[Inherited From BeanContextChildSupport]
publicfinalstatic
String PROPERTYNAME
= "designTime"
[Inherited From BeanContextServices]
protectedtransient
boolean rejectedSetBCOnce
[Inherited From BeanContextChildSupport]
PropertyChangeVetoException
thrown for the attempted setBeanContext operation.
protectedtransient
int serializable
pack-privatefinalstatic
long serialVersionUID
= "-4879613978649577204"
[Inherited From BeanContextSupport]
protectedtransient
HashMap services
protected transient HashMap services
field should be synchronized on that object
protected
VetoableChangeSupport vcSupport
[Inherited From BeanContextChildSupport]