com.arjuna.ats.arjuna.common
Interface CoreEnvironmentBeanMBean

All Known Implementing Classes:
CoreEnvironmentBean

public interface CoreEnvironmentBeanMBean

A JMX MBean interface containing assorted configuration for the core transaction system.

Author:
Jonathan Halliday (jonathan.halliday@redhat.com)

Method Summary
 String getBuildId()
           
 String getBuildVersion()
           
 String getNodeIdentifier()
           
 int getPid()
           
 String getProcessImplementationClassName()
           
 int getSocketProcessIdMaxPorts()
           
 int getSocketProcessIdPort()
           
 String getVarDir()
           
 boolean isAllowMultipleLastResources()
           
 boolean isDisableMultipleLastResourcesWarning()
           
 

Method Detail

getVarDir

String getVarDir()

getNodeIdentifier

String getNodeIdentifier()

getSocketProcessIdPort

int getSocketProcessIdPort()

getSocketProcessIdMaxPorts

int getSocketProcessIdMaxPorts()

getProcessImplementationClassName

String getProcessImplementationClassName()

getPid

int getPid()

isAllowMultipleLastResources

boolean isAllowMultipleLastResources()

isDisableMultipleLastResourcesWarning

boolean isDisableMultipleLastResourcesWarning()

getBuildVersion

String getBuildVersion()

getBuildId

String getBuildId()


Copyright © 2011. All Rights Reserved.