Warning: include_once(/home/tabrez/www/talk/mtrefsearch.php) [function.include-once]: failed to open stream: No such file or directory in /home/tabrezsyed/mandalivia.com/talk/archives/000615.php on line 118
Warning: include_once() [function.include]: Failed opening '/home/tabrez/www/talk/mtrefsearch.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/tabrezsyed/mandalivia.com/talk/archives/000615.php on line 118
April 20, 2004
Types of MBeans
There are three types of MBeans; standard, dynamic, and open. Only standard MBeans use reflection. Dynamic MBeans register their methods, operations, etc. OpenMBeans are dynamic MBeans but are restricted to using OpenType objects (which are ArrayType, CompositeType, SimpleType, or TabularType). OpenMBeans allow complex objects to be returned to the GUI without the GUI having to have knowledge of the "real" classes. Since OpenMBeans are dynamic MBeans they also do not use reflection but instead register their methods, operations, etc.-- From the web Posted at April 20, 2004 09:15 PM