Lines Matching defs:service

48      * Adds a service to this BeanContext.
50 * to register a particular service with this context.
51 * If the service has not previously been added, the
53 * the service with the <code>BeanContextServiceProvider</code> and
57 * the addition of the service was successful.
58 * If the given service has already been added, this method
60 * @param serviceClass the service to add
62 * associated with the service
68 * a currently registered service from this context
70 * the service, the <code>BeanContextServices</code> fires a
75 * @param serviceClass the service to revoke from this BeanContextServices
77 * this particular service that is being revoked
82 * terminate service to all currently outstanding references
83 * to the specified service.
88 * Reports whether or not a given service is
90 * @param serviceClass the service in question
91 * @return true if the service is available
98 * a reference to a currently registered service from its
101 * gets the service by calling the getService() method on the
105 * @param requestor the object requesting the service
106 * @param serviceClass class of the requested service
107 * @param serviceSelector the service dependent parameter
110 * if the service should later become revoked
120 * reference to the specified service by calling releaseService()
124 * @param service the service
126 void releaseService(BeanContextChild child, Object requestor, Object service);
136 * Gets the list of service dependent service parameters
137 * (Service Selectors) for the specified service, by
140 * @param serviceClass the specified service
141 * @return the currently available service selectors