- java.lang.Object
-
- java.util.EventObject
-
- java.beans.beancontext.BeanContextEvent
-
- java.beans.beancontext.BeanContextServiceRevokedEvent
-
- All Implemented Interfaces:
- Serializable
public class BeanContextServiceRevokedEvent extends BeanContextEvent
This event type is used by the
BeanContextServiceRevokedListener
in order to identify the service being revoked.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected Class
serviceClass
AClass
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
Constructors Constructor and Description BeanContextServiceRevokedEvent(BeanContextServices bcs, Class sc, boolean invalidate)
Construct aBeanContextServiceEvent
.
-
Method Summary
Methods Modifier and Type Method and Description Class
getServiceClass()
Gets the service class that is the subject of this notificationBeanContextServices
getSourceAsBeanContextServices()
Gets the source as a reference of typeBeanContextServices
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
-
-
-
-
Field Detail
-
serviceClass
protected Class serviceClass
AClass
reference to the service that is being revoked.
-
-
Constructor Detail
-
BeanContextServiceRevokedEvent
public BeanContextServiceRevokedEvent(BeanContextServices bcs, Class sc, boolean invalidate)
Construct aBeanContextServiceEvent
.- Parameters:
bcs
- theBeanContextServices
from which this service is being revokedsc
- the service that is being revokedinvalidate
-true
for immediate revocation
-
-
Method Detail
-
getSourceAsBeanContextServices
public BeanContextServices getSourceAsBeanContextServices()
Gets the source as a reference of typeBeanContextServices
- Returns:
- the
BeanContextServices
from which this service is being revoked
-
getServiceClass
public Class getServiceClass()
Gets the service class that is the subject of this notification- Returns:
- A
Class
reference to the service that is being revoked
-
isServiceClass
public boolean isServiceClass(Class service)
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:
true
if the service being revoked is of the same class as the specified service
-
isCurrentServiceInvalidNow
public boolean isCurrentServiceInvalidNow()
Reports if the current service is being forcibly revoked, in which case the references are now invalidated and unusable.- Returns:
true
if current service is being forcibly revoked
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-java/beans/beancontext/beancontextservicerevokedevent.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.