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 PersistenceAdapterViewMBean
public java.lang.String getTransactions()
getTransactions
in interface PersistenceAdapterViewMBean
public java.lang.String getData()
getData
in interface PersistenceAdapterViewMBean
public long getSize()
getSize
in interface PersistenceAdapterViewMBean
public void setDataViewCallable(java.util.concurrent.Callable<java.lang.String> dataViewCallable)
public void setInflightTransactionViewCallable(java.util.concurrent.Callable<java.lang.String> inflightTransactionViewCallable)
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.