Provides the callers for a particular method of MBeanServerConnection interface.
Instead of having a mammoth class that calls various methods of this interface,
a caller is designed to call a particular method. There is one caller for a
method. This also gives a good control over the support that we want to have in
the implementation. e.g. following methods of MBeanServerConnection are
not supported in S1AS8.0:
- addNotificationListener and all the variants of same
- removeNotificationListener and all the variants of same
- unregisterMBean
Every caller is supposed to call the method that corresponds to the integer
constant in MBeanServerRequestMessage.
Package Specification
The implemented standard is JSR 160. Following are some of the links regarding
the specification.
Related Documentation
The detailed design and tutorials etc. are archived at:
@since S1AS8.0
@see javax.management.remote.MBeanServerRequestMessage