Generated by
JDiff

Class java.beans.beancontext.BeanContextServicesSupport

Documentation changed from old to new.

Changed Methods
BeanContextServices getBeanContextServicesPeer() Documentation changed from old to new.
Gets the BeanContextServices associated with this BeanContextServicesSupport.
BeanContextServicesListener getChildBeanContextServicesListener(Object) Documentation changed from old to new.
Gets the BeanContextServicesListener (if any) of the specified child.
void fireServiceAdded(BeanContextServiceAvailableEvent) Documentation changed from old to new.
Fires a BeanContextServiceAvailableEvent indicating that a new service has become available.
void fireServiceAdded(Class) Documentation changed from old to new.
Fires a BeanContextServiceEvent notifying of a new service.
void fireServiceRevoked(BeanContextServiceRevokedEvent) Documentation changed from old to new.
Fires a BeanContextServiceEvent notifying of a service being revoked.
void fireServiceRevoked(Class, boolean) Documentation changed from old to new.
Fires a BeanContextServiceRevokedEvent indicating that a particular service is no longer available.
 

Changed Fields
ArrayList bcsListeners Documentation changed from old to new.
List of BeanContextServicesListener objects.
BCSSProxyServiceProvider proxy Documentation changed from old to new.
Delegate for the BeanContextServiceProvider.
int serializable Documentation changed from old to new.
The number of instances of a serializable BeanContextServceProvider.