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()
Manageablenull to indicate Hibernate's
default domain (org.hibernate.core) should be used.getManagementDomain in interface Manageabledefault String getManagementServiceType()
Manageablenull indicates
we should use the default scheme, which is to use the name of the service impl class for this purpose.getManagementServiceType in interface Manageabledefault Object getManagementBean()
ManageablegetManagementBean in interface ManageableCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.