Java Dynamic Management Kit 3.2 Programming Guide | ||||
---|---|---|---|---|
![]() | ![]() | Chapter 5. Adaptors | ![]() | ![]() |
The purpose of an adaptor is to enable a manager to:
Read and, if allowed, set properties of m-beans
Invoke action methods on m-beans
Receive events emitted by m-beans
Request that m-beans are instantiated and registered
When a request from a manager to instantiate and register an m-bean is carried out, the Java class of the m-bean is determined by the mapping service. By default the mapping service uses the rules described in Mapping Rules for Class Names in Chapter 7. The code of the class does not have to be present on the same machine as the agent in which the m-bean is to be instantiated.
![]() | ![]() | ![]() |
Access to an Adaptor | ![]() | Access Control |