Java Dynamic Management Kit 3.2 Programming Guide |
---|
![[ Previous ]](nav/prev.gif) | ![[ Fast Back ]](nav/fb.gif) | Chapter 9. Troubleshooting | | ![[ Next ]](nav/next.gif) |
If you want getter and setter methods in an m-bean to be present in c-beans generated by mogen, they must conform to the JavaBeans component model. For example, the following method is not a getter method as defined by the JavaBeans component model:
Therefore, mogen does not generate this method in a c-bean. If you want to define a method that gets the value of several attributes, and if you want that method to be present in a c-bean generated by mogen, define the method as an action by including the perform prefix in the method name:
![[ Previous ]](nav/prev.gif) | ![[ Home ]](nav/toc.gif) | ![[ Next ]](nav/next.gif) |
Threads With Native Methods | ![[ Up ]](nav/up.gif) | Missing Value Change Events |