Uses of Interface java.beans.beancontext.BeanContextChild

Uses in package java.beans.beancontext

Classes implementing java.beans.beancontext.BeanContextChild

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

Constructors with parameter type java.beans.beancontext.BeanContextChild

Create a new BeanContextChildSupport with the specified peer.

Fields of type java.beans.beancontext.BeanContextChild

BeanContextChild
The peer on which to perform set actions.

Methods with parameter type java.beans.beancontext.BeanContextChild

URL
BeanContext.getResource(String resourceName, BeanContextChild requestor)
Get a resource.
URL
Get a resource.
InputStream
Get a resource as a stream.
InputStream
Get a resource as a stream.
Object
BeanContextServices.getService(BeanContextChild requestorChild, Object requestor, Class<T> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener listener)
Get a service from this BeanContextServices.
Object
Retrieves the specified service.
void
BeanContextServices.releaseService(BeanContextChild requestorChild, Object requestor, Object service)
Release your copy of this service.
void
Releases the reference to a service held by a BeanContextChild (or an arbitrary object associated with it).

Methods with return type java.beans.beancontext.BeanContextChild

BeanContextChild
Get the peer (or this if there is no peer).
BeanContextChild
Return the BeanContextChild associated with this Object.
BeanContextChild
Returns the BeanContextChild implementation for the given child.