org.apache.activemq.broker.jmx
Class PersistenceAdapterView
java.lang.Object
org.apache.activemq.broker.jmx.PersistenceAdapterView
- All Implemented Interfaces:
- PersistenceAdapterViewMBean
public class PersistenceAdapterView
- extends Object
- implements PersistenceAdapterViewMBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceAdapterView
public PersistenceAdapterView(PersistenceAdapter adapter)
getName
public String getName()
- Specified by:
getName in interface PersistenceAdapterViewMBean
getTransactions
public String getTransactions()
- Specified by:
getTransactions in interface PersistenceAdapterViewMBean
getData
public String getData()
- Specified by:
getData in interface PersistenceAdapterViewMBean
getSize
public long getSize()
- Specified by:
getSize in interface PersistenceAdapterViewMBean
setDataViewCallable
public void setDataViewCallable(Callable<String> dataViewCallable)
setInflightTransactionViewCallable
public void setInflightTransactionViewCallable(Callable<String> inflightTransactionViewCallable)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.