GNU Classpath (0.95) | |
Frames | No Frames |
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 | 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 | BeanContextServicesSupport.getService(BeanContextChild child, Object requestor, Class<T> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl) 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.
|
GNU Classpath (0.95) |