Lines Matching refs:registered

110  * A Java object cannot be registered in the MBeanServer unless it is a
142 private boolean registered = false;
159 * customized, the RequiredModelMBean can be registered with
184 * As long as the RequiredModelMBean is not registered
189 * customized, the RequiredModelMBean can be registered with the
227 * the ModelMBean as long as it is not registered with the MBeanServer.
231 * registered with the MBeanServer.
233 * If the ModelMBean is currently registered, this method throws
253 * is currently registered in the MBeanServer.</li>
281 if (registered) {
286 "RequiredMBean is registered: Raising exception.");
292 "cannot call setModelMBeanInfo while ModelMBean is registered");
386 * registered with the MBeanServer.</p>
2167 * not include attributeChangeNotifications. They must be registered
2171 * notifications emitted by the registered MBean.
2214 * emitted by the registered MBean.
2217 * @exception ListenerNotFoundException The listener is not registered
2236 "No notification listeners registered");
2266 "No notification listeners registered");
2546 "Listener to be registered must not be null");
2621 "No attribute change notification listeners registered");
2643 /* this may be a problem if the same listener is registered for
2886 * being registered in the MBean server. If the name of the MBean
2889 * registered in the MBean server.
2896 * @param server The MBean server in which the MBean will be registered.
2904 * @return The name under which the MBean is to be registered.
2921 "name of RequiredModelMBean to registered is null");
2928 * registered in the MBean server or after the registration has failed.
2936 * been successfully registered in the MBean server. The value
2940 registered = registrationDone.booleanValue();
2970 registered = false;