@Deprecated @MXBeanDescription(value="Management view of an XAResource participating in a transaction") public interface XAResourceMBean extends LogRecordWrapperMBean
Modifier and Type | Method and Description |
---|---|
byte[] |
getBranchQualifier()
Deprecated.
|
String |
getClassName()
Deprecated.
|
String |
getEisProductName()
Deprecated.
|
String |
getEisProductVersion()
Deprecated.
|
int |
getFormatId()
Deprecated.
|
byte[] |
getGlobalTransactionId()
Deprecated.
|
int |
getHeuristicValue()
Deprecated.
|
String |
getJndiName()
Deprecated.
|
String |
getNodeName()
Deprecated.
|
int |
getTimeout()
Deprecated.
|
clearHeuristic, getHeuristicStatus, 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 (or the uid if the jndi name is unavailable or if this resource is not a 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()
@MXBeanPropertyDescription(value="The global id part of the XA Transaction Identifier") byte[] getGlobalTransactionId()
@MXBeanPropertyDescription(value="The branch id part of the XA Transaction Identifier") byte[] getBranchQualifier()
@MXBeanPropertyDescription(value="The format id part of the XA Transaction Identifier") int getFormatId()
@MXBeanPropertyDescription(value="The server node id where this record was originally created") String getNodeName()
@MXBeanPropertyDescription(value="An internal representation of the heuristic state of this record") int getHeuristicValue()
Copyright © 2021 JBoss by Red Hat. All rights reserved.