Keine Cache-Version

Caching deaktiviert Standardeinstellung für diese Seite:aktiviert (code LNG204)
Wenn die Anzeige zu langsam ist, können Sie den Benutzermodus deaktivieren, um die zwischengespeicherte Version anzuzeigen.
java.beans.beancontext

Interface BeanContextServices

    • Method Detail

      • addService

        boolean addService(Class serviceClass,
                         BeanContextServiceProvider serviceProvider)
        Adds a service to this BeanContext. BeanContextServiceProviders call this method to register a particular service with this context. If the service has not previously been added, the BeanContextServices associates the service with the BeanContextServiceProvider and fires a BeanContextServiceAvailableEvent to all currently registered BeanContextServicesListeners. The method then returns true, indicating that the addition of the service was successful. If the given service has already been added, this method simply returns false.
        Parameters:
        serviceClass - the service to add
        serviceProvider - the BeanContextServiceProvider associated with the service
      • revokeService

        void revokeService(Class serviceClass,
                         BeanContextServiceProvider serviceProvider,
                         boolean revokeCurrentServicesNow)
        BeanContextServiceProviders wishing to remove a currently registered service from this context may do so via invocation of this method. Upon revocation of the service, the BeanContextServices fires a BeanContextServiceRevokedEvent to its list of currently registered BeanContextServiceRevokedListeners and BeanContextServicesListeners.
        Parameters:
        serviceClass - the service to revoke from this BeanContextServices
        serviceProvider - the BeanContextServiceProvider associated with this particular service that is being revoked
        revokeCurrentServicesNow - a value of true indicates an exceptional circumstance where the BeanContextServiceProvider or BeanContextServices wishes to immediately terminate service to all currently outstanding references to the specified service.
      • hasService

        boolean hasService(Class serviceClass)
        Reports whether or not a given service is currently available from this context.
        Parameters:
        serviceClass - the service in question
        Returns:
        true if the service is available
      • getService

        Object getService(BeanContextChild child,
                        Object requestor,
                        Class serviceClass,
                        Object serviceSelector,
                        BeanContextServiceRevokedListener bcsrl)
                          throws TooManyListenersException
        A BeanContextChild, or any arbitrary object associated with a BeanContextChild, may obtain a reference to a currently registered service from its nesting BeanContextServices via invocation of this method. When invoked, this method gets the service by calling the getService() method on the underlying BeanContextServiceProvider.
        Parameters:
        child - the BeanContextChild associated with this request
        requestor - the object requesting the service
        serviceClass - class of the requested service
        serviceSelector - the service dependent parameter
        bcsrl - the BeanContextServiceRevokedListener to notify if the service should later become revoked
        Returns:
        a reference to this context's named Service as requested or null
        Throws:
        TooManyListenersException
      • releaseService

        void releaseService(BeanContextChild child,
                          Object requestor,
                          Object service)
        Releases a BeanContextChild's (or any arbitrary object associated with a BeanContextChild) reference to the specified service by calling releaseService() on the underlying BeanContextServiceProvider.
        Parameters:
        child - the BeanContextChild
        requestor - the requestor
        service - the service
      • getCurrentServiceClasses

        Iterator getCurrentServiceClasses()
        Gets the currently available services for this context.
        Returns:
        an Iterator consisting of the currently available services
      • getCurrentServiceSelectors

        Iterator getCurrentServiceSelectors(Class serviceClass)
        Gets the list of service dependent service parameters (Service Selectors) for the specified service, by calling getCurrentServiceSelectors() on the underlying BeanContextServiceProvider.
        Parameters:
        serviceClass - the specified service
        Returns:
        the currently available service selectors for the named serviceClass
      • addBeanContextServicesListener

        void addBeanContextServicesListener(BeanContextServicesListener bcsl)
        Adds a BeanContextServicesListener to this BeanContext
        Parameters:
        bcsl - the BeanContextServicesListener to add
      • removeBeanContextServicesListener

        void removeBeanContextServicesListener(BeanContextServicesListener bcsl)
        Removes a BeanContextServicesListener from this BeanContext
        Parameters:
        bcsl - the BeanContextServicesListener to remove from this context

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/beancontextservices.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

  1. Zeigen Sie - html-Dokument Sprache des Dokuments:fr Manuel PHP : https://docs.oracle.com

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.

Inhaltsverzeichnis Haut