Package com.opencloud.rhino.resource
Interface PoolMaintenanceResourceMBean
-
- All Superinterfaces:
PersistingResourceMBean
- All Known Subinterfaces:
CassandraPoolMaintenanceResourceMBean
public interface PoolMaintenanceResourceMBean extends PersistingResourceMBean
A
PoolMaintenanceResourceMBean
provides access to a pool maintenance service provider.- Since:
- Rhino 3.2
-
-
Field Summary
Fields Modifier and Type Field Description static String
RESOURCE_TYPE_VALUE
The value of the JMX Object NamePersistingResourceMBean.RESOURCE_TYPE_KEY
property that MBeans of this type will be registered with.-
Fields inherited from interface com.opencloud.rhino.resource.PersistingResourceMBean
BASE_OBJECT_NAME, MBEAN_NAME, RESOURCE_NAME_KEY, RESOURCE_TYPE_KEY, RESOURCE_VARIANT_KEY
-
-
Method Summary
-
Methods inherited from interface com.opencloud.rhino.resource.PersistingResourceMBean
dumpTable, getDataDefinitions, getDataDefinitions, getKeyspaces, getObjectName, getTableNames
-
-
-
-
Field Detail
-
RESOURCE_TYPE_VALUE
static final String RESOURCE_TYPE_VALUE
The value of the JMX Object Name
PersistingResourceMBean.RESOURCE_TYPE_KEY
property that MBeans of this type will be registered with. This value is equal to the string "poolmaintenance".- See Also:
- Constant Field Values
-
-