|
Préférences
Moteurs de recherche
|
|||||||||||||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
java.beans.beancontext
|
Field Summary | |
---|---|
protected Class |
serviceClass
A Class reference to the service that is being revoked. |
Fields inherited from class java.beans.beancontext.BeanContextEvent |
---|
propagatedFrom |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
BeanContextServiceRevokedEvent(BeanContextServices bcs,
Class sc,
boolean invalidate)
Construct a BeanContextServiceEvent . |
Method Summary | |
---|---|
Class |
getServiceClass()
Gets the service class that is the subject of this notification |
BeanContextServices |
getSourceAsBeanContextServices()
Gets the source as a reference of type BeanContextServices |
boolean |
isCurrentServiceInvalidNow()
Reports if the current service is being forcibly revoked, in which case the references are now invalidated and unusable. |
boolean |
isServiceClass(Class service)
Checks this event to determine whether or not the service being revoked is of a particular class. |
Methods inherited from class java.beans.beancontext.BeanContextEvent |
---|
getBeanContext, getPropagatedFrom, isPropagated, setPropagatedFrom |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Class serviceClass
Class
reference to the service that is being revoked.
Constructor Detail |
---|
public BeanContextServiceRevokedEvent(BeanContextServices bcs, Class sc, boolean invalidate)
BeanContextServiceEvent
.
bcs
- the BeanContextServices
from which this service is being revokedsc
- the service that is being revokedinvalidate
- true
for immediate revocationMethod Detail |
---|
public BeanContextServices getSourceAsBeanContextServices()
BeanContextServices
BeanContextServices
from which
this service is being revokedpublic Class getServiceClass()
Class
reference to the
service that is being revokedpublic boolean isServiceClass(Class service)
service
- the service of interest (should be non-null)
true
if the service being revoked is of the
same class as the specified servicepublic boolean isCurrentServiceInvalidNow()
true
if current service is being forcibly revoked