Uses of Interface java.beans.beancontext.BeanContextServices

Uses in package java.beans.beancontext

Classes implementing java.beans.beancontext.BeanContextServices

class
This is a helper class for implementing a bean context which supplies services.

Constructors with parameter type java.beans.beancontext.BeanContextServices

Create a new service available event.
Create a new service revoked event.
Construct a BeanContextServicesSupport instance.
Construct a BeanContextServicesSupport instance.
Construct a BeanContextServicesSupport instance.
BeanContextServicesSupport.BeanContextServicesSupport(BeanContextServices peer, Locale locale, boolean dtime, boolean visible)
Construct a BeanContextServicesSupport instance.

Methods with parameter type java.beans.beancontext.BeanContextServices

Iterator<E>
Get a list of valid service selectors for the specified service class.
Iterator<E>
Get a list of valid service selectors for the specified service class.
Object
BeanContextServiceProvider.getService(BeanContextServices services, Object requestor, Class<T> serviceClass, Object serviceSelector)
Get a service.
Object
Get a service.
void
Release the service.
void
Release the service.

Methods with return type java.beans.beancontext.BeanContextServices

BeanContextServices
Returns the services peer given at construction time, or null if no peer was given.
BeanContextServices
Get the BeanContextServices through which the new service is available.
BeanContextServices
Get the BeanContextServices through which the service was available.