java.beans.beancontext
Class BeanContextServiceRevokedEvent
java.lang.Object
|
+--java.util.EventObject
|
+--java.beans.beancontext.BeanContextEvent
|
+--java.beans.beancontext.BeanContextServiceRevokedEvent
public class BeanContextServiceRevokedEvent extends BeanContextEvent
This event type is used by the BeanContextServicesListener in order to
identify the service being revoked.
See Also: Serialized Form
serviceClass
protected Class serviceClass
fields
BeanContextServiceRevokedEvent
public BeanContextServiceRevokedEvent (BeanContextServices bcs,
Class sc,
boolean invalidate)
construct a BeanContextServiceEvent
getSourceAsBeanContextServices
public BeanContextServices getSourceAsBeanContextServices ()
get the source as a reference of type BeanContextServices
getServiceClass
public Class getServiceClass ()
get the service class that is the subject of this notification
isServiceClass
public boolean isServiceClass (Class service)
test service equality
isCurrentServiceInvalidNow
public boolean isCurrentServiceInvalidNow ()
true if current service references are now invalidated and unusable.
Submit a bug or feature Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.