| mx4j.examples.mbeans.iiop.HelloImplMBean
All known Subclasses: mx4j.examples.mbeans.iiop.HelloImpl,
HelloImplMBean | public interface HelloImplMBean (Code) | | The management interface exposed by the service.
As you can see, the management operations consist of
starting and stopping the service along with seeing if the server is running.
Note that it does not contain the
Hello.sayHello method, which is
considered in this example a business method and not a management method.
version: $Revision: 1.1 $ |
|
|