public interface ComponentServiceMXBean extends MessageMetricsMXBean
Modifier and Type | Method and Description |
---|---|
ApplicationMXBean |
getApplication()
The application which contains this component service.
|
String |
getImplementation()
The implementation type used for the component service.
|
String |
getImplementationConfiguration()
The configuration descriptor for the service implementation.
|
String |
getInterface()
The component service interface.
|
String |
getName()
The component service name.
|
List<String> |
getReferences()
List of reference names consumed by this service.
|
List<String> |
getServiceOperations()
List of operation names provided by this service.
|
getAverageProcessingTime, getFaultCount, getMaxProcessingTime, getMinProcessingTime, getSuccessCount, getTotalCount, getTotalProcessingTime, reset
String getName()
String getImplementation()
String getImplementationConfiguration()
String getInterface()
List<String> getServiceOperations()
List<String> getReferences()
ApplicationMXBean getApplication()
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.