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 java.lang.StringgetId()Deprecated.java.lang.StringgetType()Deprecated.java.lang.Stringremove()Deprecated.
-
-
-
Method Detail
-
getType
java.lang.String getType()
Deprecated.
-
getId
java.lang.String getId()
Deprecated.
-
remove
@MXBeanPropertyDescription("Tell the Transaction Manager to remove this record") java.lang.String remove() throws javax.management.MBeanException
Deprecated.- Throws:
javax.management.MBeanException
-
-