Example usage for Java java.beans.beancontext BeanContextServices fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | getService(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. |
boolean | hasService(Class> serviceClass) Reports whether or not a given service is currently available from this context. |