| Service class that reads a configuration file and returns information about the configuration.
Its purpose is to show the difference between management methods and service methods.
This class has 3 methods, but only 2 belong to the management interface, therefore only these 2
are accessible from the MBeanServer, so they're the management methods.
The third method can be used by any other class but it is not accessible from the MBeanServer so
it's a service method (since it gives a service to callers), and not a management method.
version: $Revision: 1.1 $ |