@Deprecated public interface Manageable
Service contract for services which can be managed in JMX| Modifier and Type | Method and Description |
|---|---|
default Object |
getManagementBean()
Deprecated.
The management bean (MBean) for this service.
|
default String |
getManagementDomain()
Deprecated.
Get the domain name to be used in registering the management bean.
|
default String |
getManagementServiceType()
Deprecated.
Allows the service to specify a special 'serviceType' portion of the object name.
|
default String getManagementDomain()
null to indicate Hibernate's
default domain (org.hibernate.core) should be used.default String getManagementServiceType()
null indicates
we should use the default scheme, which is to use the name of the service impl class for this purpose.default Object getManagementBean()
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.