Class JCoConnectionClusterMBeanImpl.TenantAwareExecutorGetLongRunnerCount
- java.lang.Object
-
- de.hybris.platform.jmx.mbeans.impl.AbstractJMXMBean.TenantAwareExecutor<java.lang.Integer>
-
- de.hybris.platform.sap.core.jco.jmx.impl.JCoConnectionClusterMBeanImpl.TenantAwareExecutorGetLongRunnerCount
-
- Enclosing class:
- JCoConnectionClusterMBeanImpl
protected class JCoConnectionClusterMBeanImpl.TenantAwareExecutorGetLongRunnerCount extends AbstractJMXMBean.TenantAwareExecutor<java.lang.Integer>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTenantAwareExecutorGetLongRunnerCount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.IntegerdoExecute()The content of this method will run with activated tenant and the tenant will always deactivated afterward.-
Methods inherited from class de.hybris.platform.jmx.mbeans.impl.AbstractJMXMBean.TenantAwareExecutor
getCurrentTenant, getResult
-
-
-
-
Method Detail
-
doExecute
protected java.lang.Integer doExecute()
Description copied from class:AbstractJMXMBean.TenantAwareExecutorThe content of this method will run with activated tenant and the tenant will always deactivated afterward.- Specified by:
doExecutein classAbstractJMXMBean.TenantAwareExecutor<java.lang.Integer>- Returns:
- your result
-
-