Class ServiceAdministrator

  • All Implemented Interfaces:
    ServiceAdministratorMBean

    public class ServiceAdministrator
    extends java.lang.Object
    implements ServiceAdministratorMBean
    The ServiceAdmininstrator MBean exposes the org.apache.axis.management.ServiceAdmin object
    Version:
    1.0
    Author:
    bdillon
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getVersion()
      get the axis version
      void restart()
      restart the server
      void start()
      start the server
      void startService​(java.lang.String serviceName)
      Start the Service
      void stop()
      stop the server
      void stopService​(java.lang.String serviceName)
      Stop the Service
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait