Class JMXBindableTenantAwareObject
java.lang.Object
de.hybris.platform.jmx.mbeans.impl.JMXBindableTenantAwareObject
- Direct Known Subclasses:
AbstractJMXMBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInjected by Spring as mandatory attribute.Returns as String theObjectNameof the MBean.protected StringvoidsetJmxPath(String jmxPath) protected void
-
Constructor Details
-
JMXBindableTenantAwareObject
public JMXBindableTenantAwareObject()
-
-
Method Details
-
getTenantId
-
getJmxPath
Injected by Spring as mandatory attribute. The path should be in the following style: key1=value1, key2=value2. Each key/value pair is one level in the jconsole. The last key/value pair is the node itself. Must not return an empty String!- Returns:
- the own MBean object name path
-
setJmxPath
-
setTenant
-
getObjectNameString
Returns as String theObjectNameof the MBean.getJmxDomain():tenantscope={Global|Tenant tenantid},- Returns:
- the mbean object name as string
-
getJmxDomain
-