|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
java.util.EventObject
![]()
![]()
![]()
java.beans.beancontext.BeanContextEvent
![]()
![]()
![]()
java.beans.beancontext.BeanContextServiceRevokedEvent

public class BeanContextServiceRevokedEvent

This event type is used by the
BeanContextServiceRevokedListener in order to
identify the service being revoked.
| 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
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
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 |
Methods inherited from class java.util.EventObject ![]() |
|---|
getSource |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
| 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 revocation| Method Detail |
|---|

public BeanContextServices![]()
![]()
getSourceAsBeanContextServices()
BeanContextServices
BeanContextServices from which
this service is being revoked

public Class![]()
![]()
getServiceClass()
Class reference to the
service that is being revoked

public 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 service

public boolean isCurrentServiceInvalidNow()
true if current service is being forcibly revoked
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||