Interface ActionBeanMBean
-
- All Superinterfaces:
ObjStoreItemMBean,OSEntryBeanMBean
- All Known Implementing Classes:
ActionBean
@Deprecated @MXBeanDescription("Management view of a transaction") public interface ActionBeanMBean extends OSEntryBeanMBean
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 longgetAgeInSeconds()Deprecated.java.lang.StringgetCreationTime()Deprecated.booleanisParticipant()Deprecated.java.lang.Stringremove()Deprecated.-
Methods inherited from interface com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBeanMBean
getId, getType
-
-
-
-
Method Detail
-
getAgeInSeconds
long getAgeInSeconds()
Deprecated.
-
getCreationTime
java.lang.String getCreationTime()
Deprecated.
-
isParticipant
@MXBeanPropertyDescription("Indicates whether this entry corresponds to a transaction participant") boolean isParticipant()
Deprecated.
-
remove
@MXBeanPropertyDescription("Tell the Transaction Manager to remove this action") java.lang.String remove() throws javax.management.MBeanException
Deprecated.- Specified by:
removein interfaceOSEntryBeanMBean- Throws:
javax.management.MBeanException
-
-