org.objectweb.jonas.jtm
Interface TransactionServiceImplMBean

All Known Implementing Classes:
TransactionServiceImpl

public interface TransactionServiceImplMBean

MBean Interface for Transaction Service Management MBean type: Standard MBean model:Inheritance (TransactionServiceImpl)


Method Summary
 java.lang.Integer getCurrentTimeOut()
           
 java.lang.String getJTMHostName()
           
 java.lang.Boolean getJTMLocal()
           
 java.lang.Integer getJTMPortNumber()
           
 java.lang.Integer[] getTxCounters()
          MBean method:
 void resetAllTxTotalCounters()
          MBean method: reset all tx counter
 void saveConfig()
          MBean method: save updated configuration
 void setCurrentTimeOut(java.lang.Integer timeout)
           
 

Method Detail

getCurrentTimeOut

public java.lang.Integer getCurrentTimeOut()
Returns:
Integer current time out for transaction

setCurrentTimeOut

public void setCurrentTimeOut(java.lang.Integer timeout)
Parameters:
new - time out for transaction

getJTMLocal

public java.lang.Boolean getJTMLocal()
Returns:
True if the jtm is local

getJTMPortNumber

public java.lang.Integer getJTMPortNumber()
Returns:
the jtm port number

getJTMHostName

public java.lang.String getJTMHostName()
Returns:
the jtm host name

getTxCounters

public java.lang.Integer[] getTxCounters()
MBean method:
Returns:
all counter

resetAllTxTotalCounters

public void resetAllTxTotalCounters()
MBean method: reset all tx counter

saveConfig

public void saveConfig()
MBean method: save updated configuration