Interface BaseStoreMBean
-
- All Known Subinterfaces:
ParticipantStoreBeanMBean,RecoveryStoreBeanMBean,TxLogBeanMBean
- All Known Implementing Classes:
BaseStoreBean,ParticipantStoreBean,RecoveryStoreBean,TxLogBean
public interface BaseStoreMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetStoreName()voidstart()voidstop()
-
-
-
Method Detail
-
getStoreName
String getStoreName()
-
start
void start()
-
stop
void stop()
-
-