Methods Summary |
---|
public java.lang.Class | getServiceClass()Gets the service class that is the subject of this notification return serviceClass;
|
public java.beans.beancontext.BeanContextServices | getSourceAsBeanContextServices()Gets the source as a reference of type BeanContextServices
return (BeanContextServices)getBeanContext();
|
public boolean | isCurrentServiceInvalidNow()Reports if the current service is being forcibly revoked,
in which case the references are now invalidated and unusable. return invalidateRefs;
|
public boolean | isServiceClass(java.lang.Class service)Checks this event to determine whether or not
the service being revoked is of a particular class.
return serviceClass.equals(service);
|