From dd44751402a413a00cf06cb8cad5408100c4ef65 Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Mon, 20 Nov 2006 01:30:22 +0000 Subject: 2006-11-20 Andrew John Hughes * java/beans/beancontext/BeanContextServicesSupport.java: Added more documentation. (addService(Class,BeanContextServiceProvider,boolean)): Synchronized over global hierarchy lock. (bcsPreDeserializationHook(ObjectInputStream)): Implemented. (bcsPreSerializationHook(ObjectOutputStream)): Implemented. (childJustRemovedHook(Object,BCSChild)): Implemented. (createBCSSServiceProvider(Class,BeanContextServiceProvider)): Implemented. (fireServiceRevoked(BeanContextServiceRevokedEvent)): Added revocation-only listeners. (getBeanContextServicesPeer()): Implemented. (getCurrentServiceClasses(Class)): Synchronized over global hierarchy lock. (getCurrentServiceSelectors(Class)): Synchronized over global hierarchy lock, and fixed FIXME. (getService(BeanContextChild,Object,Class,Object, BeanContextServiceRevokedListener)): Implemented. (hasService(Class)): Synchronized over global hierarchy lock. (releaseService(BeanContextChild,Object,Object)): Implemented. (revokeService(Class,BeanContextServiceProvider,boolean)): Implemented. * java/beans/beancontext/BeanContextSupport.java: (remove(Object, boolean)): Documentation correction. --- java/beans/beancontext/BeanContextSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/beans/beancontext/BeanContextSupport.java') diff --git a/java/beans/beancontext/BeanContextSupport.java b/java/beans/beancontext/BeanContextSupport.java index beb7c361e..7971fc6b8 100644 --- a/java/beans/beancontext/BeanContextSupport.java +++ b/java/beans/beancontext/BeanContextSupport.java @@ -754,7 +754,7 @@ public class BeanContextSupport extends BeanContextChildSupport * This method is synchronized over the global hierarchy lock. *

* - * @param targetChild the child to add. + * @param targetChild the child to remove. * @param callChildSetBC true if the setBeanContext() * method of the child should be called. * @return false if the child doesn't exist. -- cgit v1.2.1