public class PersistenceAdapterView extends java.lang.Object implements PersistenceAdapterViewMBean
| Constructor and Description |
|---|
PersistenceAdapterView(PersistenceAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getData() |
java.lang.String |
getName() |
long |
getSize() |
java.lang.String |
getTransactions() |
void |
setDataViewCallable(java.util.concurrent.Callable<java.lang.String> dataViewCallable) |
void |
setInflightTransactionViewCallable(java.util.concurrent.Callable<java.lang.String> inflightTransactionViewCallable) |
public PersistenceAdapterView(PersistenceAdapter adapter)
public java.lang.String getName()
getName in interface PersistenceAdapterViewMBeanpublic java.lang.String getTransactions()
getTransactions in interface PersistenceAdapterViewMBeanpublic java.lang.String getData()
getData in interface PersistenceAdapterViewMBeanpublic long getSize()
getSize in interface PersistenceAdapterViewMBeanpublic void setDataViewCallable(java.util.concurrent.Callable<java.lang.String> dataViewCallable)
public void setInflightTransactionViewCallable(java.util.concurrent.Callable<java.lang.String> inflightTransactionViewCallable)
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.