C D E F G I J L N O P R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- create() - Method in interface org.jboss.system.Service
-
create the service, do expensive operations etc
- create() - Method in class org.jboss.system.ServiceMBeanSupport
- CREATE_EVENT - Static variable in interface org.jboss.system.ServiceMBean
-
ServiceController notification types corresponding to service lifecycle events
- CREATED - Static variable in interface org.jboss.system.ServiceMBean
-
The Service.create has completed
- createService() - Method in class org.jboss.system.ServiceMBeanSupport
-
Sub-classes should override this method to provide custum 'create' logic.
D
- destroy() - Method in interface org.jboss.system.Service
-
destroy the service, tear down
- destroy() - Method in class org.jboss.system.ServiceMBeanSupport
- DESTROY_EVENT - Static variable in interface org.jboss.system.ServiceMBean
- DESTROYED - Static variable in interface org.jboss.system.ServiceMBean
-
The Service.destroy has completed
- destroyingFailed(String) - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
- destroyingFailed(String) - Method in interface org.jboss.system.logging.ServiceMBeanLogger
- destroyingFailed$str() - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
- destroyService() - Method in class org.jboss.system.ServiceMBeanSupport
-
Sub-classes should override this method to provide custum 'destroy' logic.
E
- errorInDestroy(String) - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
- errorInDestroy(String) - Method in interface org.jboss.system.logging.ServiceMBeanLogger
- errorInDestroy$str() - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
- errorInStop(String) - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
- errorInStop(String) - Method in interface org.jboss.system.logging.ServiceMBeanLogger
- errorInStop$str() - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
F
- FAILED - Static variable in interface org.jboss.system.ServiceMBean
-
There has been an error during some operation
G
- getLog() - Method in class org.jboss.system.ServiceMBeanSupport
- getLoggingLocale() - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
- getName() - Method in interface org.jboss.system.ServiceMBean
- getName() - Method in class org.jboss.system.ServiceMBeanSupport
-
Use the short class name as the default for the service name.
- getNextNotificationSequenceNumber() - Method in class org.jboss.system.ServiceMBeanSupport
-
The
getNextNotificationSequenceNumbermethod returns the next sequence number for use in notifications. - getObjectName(MBeanServer, ObjectName) - Method in class org.jboss.system.ServiceMBeanSupport
-
Sub-classes should override this method if they only need to set their object name during MBean pre-registration.
- getServer() - Method in class org.jboss.system.ServiceMBeanSupport
- getServiceName() - Method in class org.jboss.system.ServiceMBeanSupport
- getState() - Method in interface org.jboss.system.ServiceMBean
- getState() - Method in class org.jboss.system.ServiceMBeanSupport
- getStateString() - Method in interface org.jboss.system.ServiceMBean
- getStateString() - Method in class org.jboss.system.ServiceMBeanSupport
I
- initializationFailed(String) - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
- initializationFailed(String) - Method in interface org.jboss.system.logging.ServiceMBeanLogger
- initializationFailed$str() - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
J
- jbossInternalCreate() - Method in class org.jboss.system.ServiceMBeanSupport
- jbossInternalDescription() - Method in class org.jboss.system.ServiceMBeanSupport
- jbossInternalDestroy() - Method in class org.jboss.system.ServiceMBeanSupport
- jbossInternalLifecycle(String) - Method in interface org.jboss.system.ServiceMBean
-
Detyped lifecycle invocation
- jbossInternalLifecycle(String) - Method in class org.jboss.system.ServiceMBeanSupport
- jbossInternalStart() - Method in class org.jboss.system.ServiceMBeanSupport
- jbossInternalStop() - Method in class org.jboss.system.ServiceMBeanSupport
L
- log - Variable in class org.jboss.system.ServiceMBeanSupport
N
- nextNotificationSequenceNumber() - Method in class org.jboss.system.ServiceMBeanSupport
-
The
nextNotificationSequenceNumbermethod returns the next sequence number for use in notifications. - nullMethodName() - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
- nullMethodName() - Method in interface org.jboss.system.logging.ServiceMBeanLogger
- nullMethodName$str() - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
O
- org.jboss.system - package org.jboss.system
- org.jboss.system.logging - package org.jboss.system.logging
P
- postDeregister() - Method in class org.jboss.system.ServiceMBeanSupport
- postRegister(Boolean) - Method in class org.jboss.system.ServiceMBeanSupport
- postRegisterInitializationFailed() - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
- postRegisterInitializationFailed() - Method in interface org.jboss.system.logging.ServiceMBeanLogger
- postRegisterInitializationFailed$str() - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
- preDeregister() - Method in class org.jboss.system.ServiceMBeanSupport
- preRegister(MBeanServer, ObjectName) - Method in class org.jboss.system.ServiceMBeanSupport
-
Callback method of
MBeanRegistrationbefore the MBean is registered at the JMX Agent.
R
- REGISTERED - Static variable in interface org.jboss.system.ServiceMBean
-
The MBean has been created and has completed MBeanRegistration.postRegister
- ROOT_LOGGER - Static variable in interface org.jboss.system.logging.ServiceMBeanLogger
S
- 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 class org.jboss.system.logging.ServiceMBeanLogger_$logger
- startingFailed(String) - Method in interface org.jboss.system.logging.ServiceMBeanLogger
- 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 class org.jboss.system.logging.ServiceMBeanLogger_$logger
- stoppingFailed(String) - Method in interface org.jboss.system.logging.ServiceMBeanLogger
- 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.
U
- unknownLifecycleMethod(String) - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
- unknownLifecycleMethod(String) - Method in interface org.jboss.system.logging.ServiceMBeanLogger
- unknownLifecycleMethod$str() - Method in class org.jboss.system.logging.ServiceMBeanLogger_$logger
- UNREGISTERED - Static variable in interface org.jboss.system.ServiceMBean
-
The MBean has been created but has not completed MBeanRegistration.postRegister
All Classes All Packages