|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MfTransactionDefinition defines a transaction type. It is created with the newTransactionDefinition() method of MfTransactionFactory.
Method Summary | |
int |
getID()
Returns the generated ID of the transaction type. |
java.lang.String |
getName()
Returns the name of the transaction type. |
MfTransactionMetrics |
getTransactionMetrics()
Returns the transaction metrics MBean for this transaction type. |
java.lang.String |
getUri()
Returns the uri of the transaction type. |
boolean |
hasComputingInfo()
Check if this transaction definition has its own computing metrics. |
Methods inherited from interface com.sun.mfwk.trans.MfTranInterface |
getErrorCode, getErrorMessage, setErrorCode |
Method Detail |
public java.lang.String getName()
public java.lang.String getUri()
public int getID()
public MfTransactionMetrics getTransactionMetrics()
public boolean hasComputingInfo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |