JMX_WAIT_FOR_NOTIFICATION
            Waits to be notified by the MBean
Syntax
JMX_WAIT_FOR_NOTIFICATION MBEAN=... [, ENABLE=...] [, FILTER=...]
| 
                         Syntax  | 
                    
                         Description/Format  | 
                
|---|---|
| 
                         MBEAN=  | 
                    
                         Object name of the MBean  | 
                
| 
                         ENABLE=  | 
                    
                         List of attributes of notification types Several parameters must be separated by commas.  | 
                
| 
                         FILTER=  | 
                    
                         Filter for the notifications Allowed values: "NONE" (default value), "ATTRIBUTE" and "TYPE" "NONE" - All notifications are accepted. The attributes or types are specified with the parameter ENABLE=.  | 
                
Example
JMX_WAIT_FOR_NOTIFICATION MBEAN=JMImplementation:type=MbeanServerDelegate, ENABLE="JMX.mbean.registered,JMX.mbean.unregistered", FILTER=NONE
See also: