com.arjuna.ats.arjuna.tools.osb.mbean.common
Interface TransactionStatusManagerItemBeanMBean

All Superinterfaces:
BasicBeanMBean, UidBeanMBean
All Known Implementing Classes:
TransactionStatusManagerItemBean

@MXBeanDescription(value="Represents an object that the recovery subsystem uses to obtain the status of transactions")
public interface TransactionStatusManagerItemBeanMBean
extends UidBeanMBean

MBean representation of an object that the recovery subsystem uses to obtain the status of transactions

See Also:
TransactionStatusManager, TransactionStatusManagerItem

Method Summary
 java.lang.String getDeadTime()
           
 java.lang.String getHost()
           
 int getPort()
           
 
Methods inherited from interface com.arjuna.ats.arjuna.tools.osb.mbean.common.UidBeanMBean
getType, getUid
 
Methods inherited from interface com.arjuna.ats.arjuna.tools.osb.mbean.common.BasicBeanMBean
getMessages, refresh
 

Method Detail

getHost

@MXBeanPropertyDescription(value="The host where the TransactionStatusManager is running")
java.lang.String getHost()

getPort

@MXBeanPropertyDescription(value="The port on which the TransactionStatusManager is listening")
int getPort()

getDeadTime

@MXBeanPropertyDescription(value="The time at which the process was determined to be no longer existing")
java.lang.String getDeadTime()