public interface ApplicationMXBean
Modifier and Type | Method and Description |
---|---|
ObjectName |
getComponentService(String componentServiceName)
Provides the ObjectName for the management interface of a component service in this application.
|
List<String> |
getComponentServices()
Returns a list of names of component services for this application.
|
String |
getConfig()
Return the application descriptor.
|
String |
getName()
Returns the name of the application.
|
ObjectName |
getReference(String referenceName)
Provides the ObjectName for the management interface of a composite reference in this application.
|
List<String> |
getReferences()
Returns a list of composite references consumed by the application.
|
ObjectName |
getService(String serviceName)
Provides the ObjectName for the management interface of a composite service in this application.
|
List<String> |
getServices()
Returns a list of composite services provided by the application.
|
List<ObjectName> |
getTransformers()
Provides a list of ObjectNames for the management interfaces for all transformers in this
application.
|
List<ObjectName> |
getValidators()
Provides a list of ObjectNames for the management interfaces for all validators in this
application.
|
List<String> getServices()
ObjectName getService(String serviceName)
serviceName
- the name of a service provided by this application.List<String> getReferences()
ObjectName getReference(String referenceName)
referenceName
- the name of a reference consumed by this application.List<String> getComponentServices()
ObjectName getComponentService(String componentServiceName)
componentServiceName
- the name of a component service contained in this application.List<ObjectName> getTransformers()
List<ObjectName> getValidators()
String getName()
String getConfig()
Copyright © 2013–2022 JBoss by Red Hat. All rights reserved.