BeanContextServices
fires a BeanContextServiceRevokedEvent
to its list of currently registered BeanContextServiceRevokedListeners
and BeanContextServicesListeners
.
@param serviceClass the service to revoke from this BeanContextServices
@param serviceProvider the BeanContextServiceProvider associated withthis particular service that is being revoked
@param revokeCurrentServicesNow a value of true
indicates an exceptional circumstance where the BeanContextServiceProvider
or BeanContextServices
wishes to immediately terminate service to all currently outstanding references to the specified service.
|
|