|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object extended by java.util.EventObject extended by java.beans.beancontext.BeanContextEvent extended by 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 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
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2015, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
Scripting on this page tracks web page traffic, but does not change the content in any way.