| 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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(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 revocation| Method 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
  | 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.