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