public interface OperationPropagationMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModuleName()
Gets the value of the moduleName property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getOperationValue() |
boolean |
isEnablePropagation()
Gets the value of the enablePropagation property.
|
void |
setEnablePropagation(boolean value)
Sets the value of the enablePropagation property.
|
void |
setModuleName(java.lang.String value)
Sets the value of the moduleName property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOperationValue(java.lang.String value)
Set the value of operation
|
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getModuleName()
void setModuleName(java.lang.String value)
boolean isEnablePropagation()
void setEnablePropagation(boolean value)
void setOperationValue(java.lang.String value)
java.lang.String getOperationValue()