public interface OptionallyManageable extends Manageable
Modifier and Type | Method and Description |
---|---|
default Object |
getManagementBean()
The the management bean (MBean) for this service.
|
default String |
getManagementDomain()
Get the domain name to be used in registering the management bean.
|
default String |
getManagementServiceType()
Allows the service to specify a special 'serviceType' portion of the object name.
|
List<Manageable> |
getRealManageables()
Any wrapped services that are Manageable.
|
List<Manageable> getRealManageables()
default String getManagementDomain()
Manageable
null
to indicate Hibernate's
default domain (org.hibernate.core
) should be used.getManagementDomain
in interface Manageable
default String getManagementServiceType()
Manageable
null
indicates
we should use the default scheme, which is to use the name of the service impl class for this purpose.getManagementServiceType
in interface Manageable
default Object getManagementBean()
Manageable
getManagementBean
in interface Manageable
Copyright © 2019 JBoss by Red Hat. All rights reserved.