Class BeanContextServiceAvailableEvent
java.lang.Object
java.util.EventObject
java.beans.beancontext.BeanContextEvent
java.beans.beancontext.BeanContextServiceAvailableEvent
- All Implemented Interfaces:
- Serializable
@Deprecated(since="23",
            forRemoval=true)
public class BeanContextServiceAvailableEvent
extends BeanContextEvent
Deprecated, for removal: This API element is subject to removal in a future version.
This event type is used by the BeanContextServicesListener in order to identify the service being registered.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Class<?> Deprecated, for removal: This API element is subject to removal in a future version.AClassreference to the newly available serviceFields declared in class java.beans.beancontext.BeanContextEventpropagatedFromFields declared in class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionBeanContextServiceAvailableEvent(BeanContextServices bcs, Class<?> sc) Deprecated, for removal: This API element is subject to removal in a future version.Construct aBeanContextAvailableServiceEvent.
- 
Method SummaryModifier and TypeMethodDescriptionIterator<?> Deprecated, for removal: This API element is subject to removal in a future version.Gets the list of service dependent selectors.Class<?> 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.Deprecated, for removal: This API element is subject to removal in a future version.Gets the source as a reference of typeBeanContextServices.Methods declared in class java.beans.beancontext.BeanContextEventgetBeanContext, getPropagatedFrom, isPropagated, setPropagatedFromMethods declared in class java.util.EventObjectgetSource, toString
- 
Field Details- 
serviceClassDeprecated, for removal: This API element is subject to removal in a future version.AClassreference to the newly available service
 
- 
- 
Constructor Details- 
BeanContextServiceAvailableEventDeprecated, for removal: This API element is subject to removal in a future version.Construct aBeanContextAvailableServiceEvent.- Parameters:
- bcs- The context in which the service has become available
- sc- A- Classreference to the newly available service
 
 
- 
- 
Method Details- 
getSourceAsBeanContextServicesDeprecated, for removal: This API element is subject to removal in a future version.Gets the source as a reference of typeBeanContextServices.- Returns:
- The context in which the service has become available
 
- 
getServiceClassDeprecated, 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 newly available service
 
- 
getCurrentServiceSelectorsDeprecated, for removal: This API element is subject to removal in a future version.Gets the list of service dependent selectors.- Returns:
- the current selectors available from the service
 
 
-