Interface OSEntryBeanMBean
-
- All Superinterfaces:
ObjStoreItemMBean
- All Known Subinterfaces:
ActionBeanMBean,LogRecordWrapperMBean
- All Known Implementing Classes:
ActionBean,LogRecordWrapper,OSEntryBean
@Deprecated @MXBeanDescription("") public interface OSEntryBeanMBean extends ObjStoreItemMBean
Deprecated.as of 5.0.5.Final In a subsequent release we will change packages names in order to provide a better separation between public and internal classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetId()Deprecated.StringgetType()Deprecated.Stringremove()Deprecated.
-
-
-
Method Detail
-
getType
String getType()
Deprecated.
-
getId
String getId()
Deprecated.
-
remove
@MXBeanPropertyDescription("Tell the Transaction Manager to remove this record") String remove() throws MBeanException
Deprecated.- Throws:
MBeanException
-
-