Class BeanContextServiceRevokedEvent
java.lang.Object
java.util.EventObject
java.beans.beancontext.BeanContextEvent
java.beans.beancontext.BeanContextServiceRevokedEvent
- All Implemented Interfaces:
Serializable
@Deprecated(since="23",
forRemoval=true)
public class BeanContextServiceRevokedEvent
extends BeanContextEvent
Deprecated, for removal: This API element is subject to removal in a future version.
This event type is used by the
BeanContextServiceRevokedListener in order to
identify the service being revoked.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Class<?> Deprecated, for removal: This API element is subject to removal in a future version.AClassreference to the service that is being revoked.Fields declared in class BeanContextEvent
propagatedFromModifier and TypeFieldDescriptionprotected BeanContextDeprecated, for removal: This API element is subject to removal in a future version.TheBeanContextfrom which this event was propagatedFields declared in class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionBeanContextServiceRevokedEvent(BeanContextServices bcs, Class<?> sc, boolean invalidate) Deprecated, for removal: This API element is subject to removal in a future version.Construct aBeanContextServiceEvent. -
Method Summary
Modifier and TypeMethodDescriptionClass<?> Deprecated, for removal: This API element is subject to removal in a future version.Gets the service class that is the subject of this notificationDeprecated, for removal: This API element is subject to removal in a future version.Gets the source as a reference of typeBeanContextServicesbooleanDeprecated, for removal: This API element is subject to removal in a future version.Reports if the current service is being forcibly revoked, in which case the references are now invalidated and unusable.booleanisServiceClass(Class<?> service) Deprecated, for removal: This API element is subject to removal in a future version.Checks this event to determine whether or not the service being revoked is of a particular class.Methods declared in class BeanContextEvent
getBeanContext, getPropagatedFrom, isPropagated, setPropagatedFromModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Gets theBeanContextassociated with this event.Deprecated, for removal: This API element is subject to removal in a future version.Gets theBeanContextfrom which this event was propagated.booleanDeprecated, for removal: This API element is subject to removal in a future version.Reports whether or not this event is propagated from some otherBeanContext.voidDeprecated, for removal: This API element is subject to removal in a future version.Sets theBeanContextfrom which this event was propagated.Methods declared in class EventObject
getSource, toStringMethods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitModifier and TypeMethodDescriptionprotected Objectclone()Creates and returns a copy of this object.booleanIndicates whether some other object is "equal to" this one.protected voidfinalize()Deprecated, for removal: This API element is subject to removal in a future version.Finalization is deprecated and subject to removal in a future release.final Class<?> getClass()Returns the runtime class of thisObject.inthashCode()Returns a hash code value for this object.final voidnotify()Wakes up a single thread that is waiting on this object's monitor.final voidWakes up all threads that are waiting on this object's monitor.final voidwait()Causes the current thread to wait until it is awakened, typically by being notified or interrupted.final voidwait(long timeoutMillis) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.final voidwait(long timeoutMillis, int nanos) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.
-
Field Details
-
serviceClass
Deprecated, for removal: This API element is subject to removal in a future version.AClassreference to the service that is being revoked.
-
-
Constructor Details
-
BeanContextServiceRevokedEvent
Deprecated, for removal: This API element is subject to removal in a future version.Construct aBeanContextServiceEvent.- Parameters:
bcs- theBeanContextServicesfrom which this service is being revokedsc- the service that is being revokedinvalidate-truefor immediate revocation
-
-
Method Details
-
getSourceAsBeanContextServices
Deprecated, for removal: This API element is subject to removal in a future version.Gets the source as a reference of typeBeanContextServices- Returns:
- the
BeanContextServicesfrom which this service is being revoked
-
getServiceClass
Deprecated, for removal: This API element is subject to removal in a future version.Gets the service class that is the subject of this notification- Returns:
- A
Classreference to the service that is being revoked
-
isServiceClass
Deprecated, for removal: This API element is subject to removal in a future version.Checks this event to determine whether or not the service being revoked is of a particular class.- Parameters:
service- the service of interest (should be non-null)- Returns:
trueif the service being revoked is of the same class as the specified service
-
isCurrentServiceInvalidNow
public boolean isCurrentServiceInvalidNow()Deprecated, for removal: This API element is subject to removal in a future version.Reports if the current service is being forcibly revoked, in which case the references are now invalidated and unusable.- Returns:
trueif current service is being forcibly revoked
-