Interface ServiceMBean

All Superinterfaces:
Service
All Known Implementing Classes:
ServiceMBeanSupport

public interface ServiceMBean extends Service
An interface describing a JBoss service MBean.
Version:
$Revision: 81033 $
Author:
Rickard Oberg, Andreas Schaefer, Scott.Stark@jboss.org
See Also:
  • Field Details

  • Method Details

    • getName

      String getName()
    • getState

      int getState()
    • getStateString

      String getStateString()
    • jbossInternalLifecycle

      void jbossInternalLifecycle(String method) throws Exception
      Detyped lifecycle invocation
      Throws:
      Exception