@MXBeanDescription(value="Management view of an XAResource participating in a transaction") public interface XAResourceMBean extends LogRecordWrapperMBean
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String |
getEisProductName() |
String |
getEisProductVersion() |
String |
getJndiName() |
int |
getTimeout() |
clearHeuristic, getStatus, getType, isParticipant, setStatus
getId, remove
@MXBeanPropertyDescription(value="The java type that implements this XAResource") String getClassName()
@MXBeanPropertyDescription(value="JCA product name") String getEisProductName()
@MXBeanPropertyDescription(value="JNDI Name of the datasource") String getJndiName()
@MXBeanPropertyDescription(value="JCA product version") String getEisProductVersion()
@MXBeanPropertyDescription(value="The number of seconds before the resource can rollback the branch") int getTimeout()
Copyright © 2015 JBoss by Red Hat. All rights reserved.