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

Method Detail

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)