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 Summary
FieldsModifier 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 BeanContextEvent
propagatedFromModifier and TypeFieldDescriptionprotected BeanContextDeprecated, for removal: This API element is subject to removal in a future version.TheBeanContextfrom which this event was propagatedFields declared in class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionBeanContextServiceAvailableEvent(BeanContextServices bcs, Class<?> sc) Deprecated, for removal: This API element is subject to removal in a future version.Construct aBeanContextAvailableServiceEvent. -
Method Summary
Modifier 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 BeanContextEvent
getBeanContext, getPropagatedFrom, isPropagated, setPropagatedFromModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Gets theBeanContextassociated with this event.Deprecated, for removal: This API element is subject to removal in a future version.Gets theBeanContextfrom which this event was propagated.booleanDeprecated, for removal: This API element is subject to removal in a future version.Reports whether or not this event is propagated from some otherBeanContext.voidDeprecated, for removal: This API element is subject to removal in a future version.Sets theBeanContextfrom which this event was propagated.Methods declared in class EventObject
getSource, toStringMethods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitModifier and TypeMethodDescriptionprotected Objectclone()Creates and returns a copy of this object.booleanIndicates whether some other object is "equal to" this one.protected voidfinalize()Deprecated, for removal: This API element is subject to removal in a future version.Finalization is deprecated and subject to removal in a future release.final Class<?> getClass()Returns the runtime class of thisObject.inthashCode()Returns a hash code value for this object.final voidnotify()Wakes up a single thread that is waiting on this object's monitor.final voidWakes up all threads that are waiting on this object's monitor.final voidwait()Causes the current thread to wait until it is awakened, typically by being notified or interrupted.final voidwait(long timeoutMillis) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.final voidwait(long timeoutMillis, int nanos) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.
-
Field Details
-
serviceClass
Deprecated, for removal: This API element is subject to removal in a future version.AClassreference to the newly available service
-
-
Constructor Details
-
BeanContextServiceAvailableEvent
Deprecated, 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 availablesc- AClassreference to the newly available service
-
-
Method Details
-
getSourceAsBeanContextServices
Deprecated, 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
-
getServiceClass
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.- Returns:
- A
Classreference to the newly available service
-
getCurrentServiceSelectors
Deprecated, 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
-