| Package | Description |
|---|---|
| java.beans.beancontext |
Provides classes and interfaces relating to bean context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanContextServicesSupport
This helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface.
|
| Modifier and Type | Method and Description |
|---|---|
BeanContextServices |
BeanContextServicesSupport.getBeanContextServicesPeer()
Gets the
BeanContextServices associated with this
BeanContextServicesSupport.
|
BeanContextServices |
BeanContextServiceAvailableEvent.getSourceAsBeanContextServices()
Gets the source as a reference of type
BeanContextServices.
|
BeanContextServices |
BeanContextServiceRevokedEvent.getSourceAsBeanContextServices()
Gets the source as a reference of type
BeanContextServices
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
BeanContextServicesSupport.BCSSProxyServiceProvider.getCurrentServiceSelectors(BeanContextServices
|
Iterator |
BeanContextServiceProvider.getCurrentServiceSelectors(BeanContextServices
Invoked by
BeanContextServices, this method gets the current service selectors for the specified service.
|
Object |
BeanContextServicesSupport.BCSSProxyServiceProvider.getService(BeanContextServices
|
Object |
BeanContextServiceProvider.getService(BeanContextServices
Invoked by
BeanContextServices, this method requests an instance of a service from this
BeanContextServiceProvider.
|
void |
BeanContextServicesSupport.BCSSProxyServiceProvider.releaseService(BeanContextServices
|
void |
BeanContextServiceProvider.releaseService(BeanContextServices
Invoked by
BeanContextServices, this method releases a nested
BeanContextChild's (or any arbitrary object associated with a
BeanContextChild) reference to the specified service.
|
| Constructor and Description | |
|---|---|
BeanContextServiceAvailableEvent(BeanContextServices
Construct a
BeanContextAvailableServiceEvent.
|
|
BeanContextServiceRevokedEvent(BeanContextServices
Construct a
BeanContextServiceEvent.
|
|
BeanContextServicesSupport(BeanContextServices
Create an instance with a peer
|
|
BeanContextServicesSupport(BeanContextServices
Create an instance using the specified locale
|
|
BeanContextServicesSupport(BeanContextServices
Create an instance using the specified Locale and design mode.
|
|
BeanContextServicesSupport(BeanContextServices
Construct a BeanContextServicesSupport instance
|