Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.
java.beans.beancontext

Interface BeanContextChild

  • All Known Subinterfaces:
    BeanContext, BeanContextServices
    All Known Implementing Classes:
    BeanContextChildSupport, BeanContextServicesSupport, BeanContextSupport

    public interface BeanContextChild

    JavaBeans wishing to be nested within, and obtain a reference to their execution environment, or context, as defined by the BeanContext sub-interface shall implement this interface.

    Conformant BeanContexts shall as a side effect of adding a BeanContextChild object shall pass a reference to itself via the setBeanContext() method of this interface.

    Note that a BeanContextChild may refuse a change in state by throwing PropertyVetoedException in response.

    In order for persistence mechanisms to function properly on BeanContextChild instances across a broad variety of scenarios, implementing classes of this interface are required to define as transient, any or all fields, or instance variables, that may contain, or represent, references to the nesting BeanContext instance or other resources obtained from the BeanContext via any unspecified mechanisms.

    Since:
    1.2
    See Also:
    BeanContext, PropertyChangeEvent, PropertyChangeListener, PropertyVetoException, VetoableChangeListener
    • Method Detail

      • setBeanContext

        void setBeanContext(BeanContext bc)
                            throws PropertyVetoException

        Objects that implement this interface, shall fire a java.beans.PropertyChangeEvent, with parameters: propertyName "beanContext", oldValue (the previous nesting BeanContext instance, or null), newValue (the current nesting BeanContext instance, or null).

        A change in the value of the nesting BeanContext property of this BeanContextChild may be vetoed by throwing the appropriate exception.

        Parameters:
        bc - The BeanContext with which to associate this BeanContextChild.
        Throws:
        PropertyVetoException - if the addition of the specified BeanContext is refused.
        PropertyVetoException
      • getBeanContext

        BeanContext getBeanContext()
        Gets the BeanContext associated with this BeanContextChild.
        Returns:
        the BeanContext associated with this BeanContextChild.
      • addPropertyChangeListener

        void addPropertyChangeListener(String name,
                                     PropertyChangeListener pcl)
        Adds a PropertyChangeListener to this BeanContextChild in order to receive a PropertyChangeEvent whenever the specified property has changed.
        Parameters:
        name - the name of the property to listen on
        pcl - the PropertyChangeListener to add
      • removePropertyChangeListener

        void removePropertyChangeListener(String name,
                                        PropertyChangeListener pcl)
        Removes a PropertyChangeListener from this BeanContextChild so that it no longer receives PropertyChangeEvents when the specified property is changed.
        Parameters:
        name - the name of the property that was listened on
        pcl - the PropertyChangeListener to remove
      • addVetoableChangeListener

        void addVetoableChangeListener(String name,
                                     VetoableChangeListener vcl)
        Adds a VetoableChangeListener to this BeanContextChild to receive events whenever the specified property changes.
        Parameters:
        name - the name of the property to listen on
        vcl - the VetoableChangeListener to add
      • removeVetoableChangeListener

        void removeVetoableChangeListener(String name,
                                        VetoableChangeListener vcl)
        Removes a VetoableChangeListener from this BeanContextChild so that it no longer receives events when the specified property changes.
        Parameters:
        name - the name of the property that was listened on.
        vcl - the VetoableChangeListener to remove.

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-java/beans/beancontext/beancontextchild.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut