API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.beans.beancontext. BeanContextServiceAvailableEvent View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      EventObject
          BeanContextEvent
              BeanContextServiceAvailableEvent
Implements
Subclasses
Description
public class BeanContextServiceAvailableEvent
  This event type is used by the BeanContextServicesListener in order to identify the service being registered.
See also:   
Constructors
public BeanContextServiceAvailableEvent (BeanContextServices bcs, Class sc)
  Construct a BeanContextAvailableServiceEvent.
Methods
Hide/Show inherited methods
public BeanContext getBeanContext () [Inherited From BeanContextEvent]
  Gets the BeanContext associated with this event.
public Iterator getCurrentServiceSelectors ()
  Gets the list of service dependent selectors.
publicsynchronized BeanContext getPropagatedFrom () [Inherited From BeanContextEvent]
  Gets the BeanContext from which this event was propagated.
public Class getServiceClass ()
  Gets the service class that is the subject of this notification.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public BeanContextServices getSourceAsBeanContextServices ()
  Gets the source as a reference of type BeanContextServices.
publicsynchronized boolean isPropagated () [Inherited From BeanContextEvent]
  Reports whether or not this event is propagated from some other BeanContext.
publicsynchronized void setPropagatedFrom (BeanContext bc) [Inherited From BeanContextEvent]
  Sets the BeanContext from which this event was propagated.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protected BeanContext propagatedFrom [Inherited From BeanContextEvent]
The BeanContext from which this event was propagated
protected Class serviceClass
A Class reference to the newly available service
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar