Package com.arjuna.ats.arjuna.common
Interface CoreEnvironmentBeanMBean
-
- All Known Implementing Classes:
CoreEnvironmentBean
public interface CoreEnvironmentBeanMBeanA JMX MBean interface containing assorted configuration for the core transaction system.- Author:
- Jonathan Halliday (jonathan.halliday@redhat.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBuildId()StringgetBuildVersion()StringgetNodeIdentifier()intgetPid()StringgetProcessImplementationClassName()intgetSocketProcessIdMaxPorts()intgetSocketProcessIdPort()StringgetVarDir()booleanisAllowMultipleLastResources()booleanisDisableMultipleLastResourcesWarning()
-
-
-
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()
-
-