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)
getPropertiesFile
java.lang.String getPropertiesFile()
setPropertiesFile
void setPropertiesFile(java.lang.String propertiesFile)
getStaticInventoryElements
java.util.List<java.lang.String> getStaticInventoryElements()
setStaticInventoryElements
void setStaticInventoryElements(java.util.List<java.lang.String> staticInventoryElements)
getVarDir
java.lang.String getVarDir()
setVarDir
void setVarDir(java.lang.String varDir)
getNodeIdentifier
java.lang.String getNodeIdentifier()
setNodeIdentifier
void setNodeIdentifier(java.lang.String nodeIdentifier)
getSocketProcessIdPort
int getSocketProcessIdPort()
setSocketProcessIdPort
void setSocketProcessIdPort(int socketProcessIdPort)
getSocketProcessIdMaxPorts
int getSocketProcessIdMaxPorts()
setSocketProcessIdMaxPorts
void setSocketProcessIdMaxPorts(int socketProcessIdMaxPorts)
getProcessImplementation
java.lang.String getProcessImplementation()
setProcessImplementation
void setProcessImplementation(java.lang.String processImplementation)
getPid
int getPid()
setPid
void setPid(int pid)
isAllowMultipleLastResources
boolean isAllowMultipleLastResources()
setAllowMultipleLastResources
void setAllowMultipleLastResources(boolean allowMultipleLastResources)
isDisableMultipleLastResourcesWarning
boolean isDisableMultipleLastResourcesWarning()
setDisableMultipleLastResourcesWarning
void setDisableMultipleLastResourcesWarning(boolean disableMultipleLastResourcesWarning)