Java java.beans.beancontext BeanContextServices fields, constructors, methods, implement or subclass

Example usage for Java java.beans.beancontext BeanContextServices fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.beans.beancontext BeanContextServices.

The text is from its open source code.

Method

ObjectgetService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
A BeanContextChild , or any arbitrary object associated with a BeanContextChild , may obtain a reference to a currently registered service from its nesting BeanContextServices via invocation of this method.
booleanhasService(Class serviceClass)
Reports whether or not a given service is currently available from this context.