com.arjuna.ats.arjuna.tools.osb.mbean
Interface ActionBeanMBean

All Superinterfaces:
ObjStoreItemMBean, OSEntryBeanMBean
All Known Implementing Classes:
ActionBean

@MXBeanDescription(value="Management view of a transaction")
public interface ActionBeanMBean
extends OSEntryBeanMBean


Method Summary
 long getAgeInSeconds()
           
 String getCreationTime()
           
 boolean isParticipant()
           
 String remove()
           
 
Methods inherited from interface com.arjuna.ats.arjuna.tools.osb.mbean.OSEntryBeanMBean
getId, getType
 

Method Detail

getAgeInSeconds

long getAgeInSeconds()

getCreationTime

String getCreationTime()

isParticipant

@MXBeanPropertyDescription(value="Indicates whether this entry corresponds to a transaction participant")
boolean isParticipant()

remove

@MXBeanPropertyDescription(value="Tell the Transaction Manager to remove this action")
String remove()
Specified by:
remove in interface OSEntryBeanMBean


Copyright © 2012. All Rights Reserved.