- server - Variable in class org.jboss.system.ServiceMBeanSupport
-
The MBeanServer which we have been register with.
- Service - Interface in org.jboss.system
-
The Service interface.
- ServiceMBean - Interface in org.jboss.system
-
An interface describing a JBoss service MBean.
- ServiceMBeanLogger - Interface in org.jboss.system.logging
-
- ServiceMBeanLogger_$logger - Class in org.jboss.system.logging
-
Warning this class consists of generated code.
- ServiceMBeanLogger_$logger(Logger) - Constructor for class org.jboss.system.logging.ServiceMBeanLogger_$logger
-
- ServiceMBeanSupport - Class in org.jboss.system
-
An abstract base class JBoss services can subclass to implement a service that conforms to the ServiceMBean interface.
- ServiceMBeanSupport() - Constructor for class org.jboss.system.ServiceMBeanSupport
-
Construct a ServiceMBeanSupport.
- ServiceMBeanSupport(Class<?>) - Constructor for class org.jboss.system.ServiceMBeanSupport
-
Construct a ServiceMBeanSupport.
- ServiceMBeanSupport(String) - Constructor for class org.jboss.system.ServiceMBeanSupport
-
Construct a ServiceMBeanSupport.
- ServiceMBeanSupport(Logger) - Constructor for class org.jboss.system.ServiceMBeanSupport
-
Construct a ServiceMBeanSupport.
- serviceName - Variable in class org.jboss.system.ServiceMBeanSupport
-
The object name which we are registered under.
- start() - Method in interface org.jboss.system.Service
-
start the service, create is already called
- start() - Method in class org.jboss.system.ServiceMBeanSupport
-
- START_EVENT - Static variable in interface org.jboss.system.ServiceMBean
-
- STARTED - Static variable in interface org.jboss.system.ServiceMBean
-
The Service.start has completed
- STARTING - Static variable in interface org.jboss.system.ServiceMBean
-
The Service.start has been invoked
- startingFailed(String) - Method in interface org.jboss.system.logging.ServiceMBeanLogger
-
- startingFailed(String) - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
-
- startingFailed$str() - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
-
- startService() - Method in class org.jboss.system.ServiceMBeanSupport
-
Sub-classes should override this method to provide custum 'start' logic.
- states - Static variable in interface org.jboss.system.ServiceMBean
-
- stop() - Method in interface org.jboss.system.Service
-
stop the service
- stop() - Method in class org.jboss.system.ServiceMBeanSupport
-
- STOP_EVENT - Static variable in interface org.jboss.system.ServiceMBean
-
- STOPPED - Static variable in interface org.jboss.system.ServiceMBean
-
The Service.stop has completed
- STOPPING - Static variable in interface org.jboss.system.ServiceMBean
-
The Service.stop has been invoked
- stoppingFailed(String) - Method in interface org.jboss.system.logging.ServiceMBeanLogger
-
- stoppingFailed(String) - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
-
- stoppingFailed$str() - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
-
- stopService() - Method in class org.jboss.system.ServiceMBeanSupport
-
Sub-classes should override this method to provide custum 'stop' logic.