Problem 1
Fill in the blanks in each of the following: a) JMX defines a three-level management architecture: __, ___ and __. b) \(A(n)\) __ instruments a resource for management. c) Method __ of class MBeanServerFactory obtains references to MBean servers instantiated in the JVM. d) To instantiate and register an MBean in the MBean server, call method ___ of interface MBeanserver. e) A JMX agent contains at least one ___ or ___ to allow remote management applications to access the agent. f) The notification broadcaster MBean can implement interface ___ to declare itself as a source of notifications.
Problem 2
State whether each of the following is true or false. If false , explain why. a) A property in a standard MBean can have multiple set methods. b) When implementing an MBean, if no public constructor is defined, the Java compiler will display an error message. c) Each MBean object registered in the MBean server must have a unique object name. d) By extending class NotificationBroadcastexSuppoxt, a notification broadcaster MBean inherits the services of this class and does not need to implement interface NotificationBroadcastex. e) The MBean interface must have the MBean implementation's Java class name followed by the MBcan suffix.