All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arjuna.ats.internal.jta.tools.osb.mbean.jta.SubordinateActionBeanMBean Maven / Gradle / Ivy

There is a newer version: 4.17.37.Final
Show newest version
package com.arjuna.ats.internal.jta.tools.osb.mbean.jta;

import com.arjuna.ats.arjuna.tools.osb.annotation.MXBeanDescription;
import com.arjuna.ats.arjuna.tools.osb.annotation.MXBeanPropertyDescription;
import com.arjuna.ats.arjuna.tools.osb.mbean.ActionBeanMBean;

@MXBeanDescription("Management view of a subordinate transaction")
public interface SubordinateActionBeanMBean extends ActionBeanMBean {
    @MXBeanPropertyDescription("A unique id for this transaction")
	String getXid();
    @MXBeanPropertyDescription("The (XA) node name assigned by the administrator of the server from which this transaction was propagated")
	String getParentNodeName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy