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
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()