Package org.apache.activemq.broker.jmx
Interface PersistenceAdapterViewMBean
-
- All Known Implementing Classes:
PersistenceAdapterView
public interface PersistenceAdapterViewMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetData()StringgetName()longgetSize()StringgetStatistics()StringgetTransactions()StringresetStatistics()
-
-
-
Method Detail
-
getTransactions
String getTransactions()
-
getSize
long getSize()
-
getStatistics
String getStatistics()
-
resetStatistics
String resetStatistics()
-
-