GNU Classpath (0.95) | |
Frames | No Frames |
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 | |
BeanContextServiceAvailableEvent.BeanContextServiceAvailableEvent(BeanContextServices services, Class<T> serviceClass) Create a new service available event.
| |
BeanContextServiceRevokedEvent.BeanContextServiceRevokedEvent(BeanContextServices services, Class<T> serviceClass, boolean revokeNow) Create a new service revoked event.
| |
Construct a BeanContextServicesSupport instance.
| |
Construct a BeanContextServicesSupport instance.
| |
BeanContextServicesSupport.BeanContextServicesSupport(BeanContextServices peer, Locale locale, boolean dtime) Construct a BeanContextServicesSupport instance.
| |
BeanContextServicesSupport.BeanContextServicesSupport(BeanContextServices peer, Locale locale, boolean dtime, boolean visible) Construct a BeanContextServicesSupport instance.
|
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.
|
GNU Classpath (0.95) |