public interface OptionallyManageable extends Manageable
Modifier and Type | Method and Description |
---|---|
default java.lang.Object |
getManagementBean()
The the management bean (MBean) for this service.
|
default java.lang.String |
getManagementDomain()
Get the domain name to be used in registering the management bean.
|
default java.lang.String |
getManagementServiceType()
Allows the service to specify a special 'serviceType' portion of the object name.
|
java.util.List<Manageable> |
getRealManageables()
Any wrapped services that are Manageable.
|
java.util.List<Manageable> getRealManageables()
default java.lang.String getManagementDomain()
Manageable
null
to indicate Hibernate's
default domain (org.hibernate.core
) should be used.getManagementDomain
in interface Manageable
default java.lang.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 java.lang.Object getManagementBean()
Manageable
getManagementBean
in interface Manageable
Copyright © 2001-2020 Red Hat, Inc. All Rights Reserved.