An abstract base class JBoss services can subclass to implement a service that conforms to the ServiceMBean interface. Subclasses must override {@link #getName} method and should override {@link #startService}, and {@link #stopService} asapproriate.
@see ServiceMBean
@author
Rickard Öberg
@author Scott.Stark@jboss.org
@author
Andreas Schaefer
@author
Jason Dillon
@author Eduardo Martins (AS7)