| Package | Description |
|---|---|
| java.beans.beancontext |
Provides classes and interfaces relating to bean context.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanContextServicesSupport.fireServiceRevoked(BeanContextServiceRevokedEvent
Fires a
BeanContextServiceEvent notifying of a service being revoked.
|
void |
BeanContextServicesSupport.serviceRevoked(BeanContextServiceRevokedEvent
BeanContextServicesListener callback, propagates event to all currently registered listeners and BeanContextServices children, if this BeanContextService does not already implement this service itself.
|
void |
BeanContextServicesSupport.BCSSProxyServiceProvider.serviceRevoked(BeanContextServiceRevokedEvent
|
void |
BeanContextServiceRevokedListener.serviceRevoked(BeanContextServiceRevokedEvent
The service named has been revoked.
|
void |
BeanContextChildSupport.serviceRevoked(BeanContextServiceRevokedEvent
A service provided by the nesting BeanContext has been revoked.
|