Lines Matching refs:object

44  * an object that implements this interface is obtained with one of
50 * server. A Java object cannot be registered in the MBean server
56 * object as listener to MBeanServerNotifications you should call the
64 * <p>An object obtained from the {@link
324 * <p>Registers a pre-existing object as an MBean with the MBean
325 * server. If the object name given is null, the MBean must
334 * @param object The MBean to be registered as an MBean.
335 * @param name The object name of the MBean. May be null.
367 * @exception NotCompliantMBeanException This object is not a JMX
370 * <CODE>java.lang.IllegalArgumentException</CODE>: The object
371 * passed in parameter is null or no object name is specified.
374 public ObjectInstance registerMBean(Object object, ObjectName name)
470 * is a reference to an MBean object, the MBean server will replace it
524 * <p>Instantiates an object using the list of all class loaders
527 * Repository}. The object's class should have a public
529 * created object. The newly created object is not registered in
536 * @param className The class name of the object to be instantiated.
538 * @return The newly instantiated object.
543 * invoke the object's constructor.
544 * @exception MBeanException The constructor of the object has
555 * <p>Instantiates an object using the class Loader specified by its
558 * object's class should have a public constructor. This method
559 * returns a reference to the newly created object. The newly
560 * created object is not registered in the MBean server.</p>
568 * @param loaderName The object name of the class loader to be used.
570 * @return The newly instantiated object.
575 * invoke the object's constructor.
576 * @exception MBeanException The constructor of the object has
589 * <p>Instantiates an object using the list of all class loaders
592 * Repository}. The object's class should have a public
594 * object. The newly created object is not registered in the
597 * @param className The class name of the object to be instantiated.
603 * @return The newly instantiated object.
608 * invoke the object's constructor.
609 * @exception MBeanException The constructor of the object has
620 * <p>Instantiates an object. The class loader to be used is
621 * identified by its object name. If the object name of the loader
623 * used. The object's class should have a public constructor.
624 * The call returns a reference to the newly created object. The
625 * newly created object is not registered in the MBean server.</p>
627 * @param className The class name of the object to be instantiated.
632 * @param loaderName The object name of the class loader to be used.
634 * @return The newly instantiated object.
637 * occurred when trying to invoke the object's constructor.
638 * @exception MBeanException The constructor of the object has
659 * @return The de-serialized object stream.
686 * @return The de-serialized object stream.
715 * @return The de-serialized object stream.