Generated by
JDiff

Class java.beans.beancontext.BeanContextServiceRevokedEvent

Documentation changed from old to new.

Changed Constructors
BeanContextServiceRevokedEvent(BeanContextServices, Class, boolean) Documentation changed from old to new.
Construct a BeanContextServiceEvent.
 

Changed Methods
Class getServiceClass() Documentation changed from old to new.
Gets the service class that is the subject of this notification
BeanContextServices getSourceAsBeanContextServices() Documentation changed from old to new.
Gets the source as a reference of type BeanContextServices
boolean isCurrentServiceInvalidNow() Documentation changed from old to new.
Reports if the current service is being forcibly revoked in which case the references are now invalidated and unusable.
boolean isServiceClass(Class) Documentation changed from old to new.
Checks this event to determine whether or not the service being revoked is of a particular class.
 

Changed Fields
Class serviceClass Documentation changed from old to new.
A Class reference to the service that is being revoked.