@MXBeanDescription(value="Management view of a transaction") public interface ActionBeanMBean extends OSEntryBeanMBean
Modifier and Type | Method and Description |
---|---|
long |
getAgeInSeconds() |
java.lang.String |
getCreationTime() |
boolean |
isParticipant() |
java.lang.String |
remove() |
getId, getType
long getAgeInSeconds()
java.lang.String getCreationTime()
@MXBeanPropertyDescription(value="Indicates whether this entry corresponds to a transaction participant") boolean isParticipant()
@MXBeanPropertyDescription(value="Tell the Transaction Manager to remove this action") java.lang.String remove()