public class CollectorNode.EventHandlerPropertyTableRow extends NodePropertyRow
Table name = Collection definition Row names = EventHandlerPropertyTableRow
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
PROPERTY_CORRELATIONPATH |
protected static java.lang.String |
PROPERTY_CORRELATIONPATTERN |
protected static java.lang.String |
PROPERTY_QUANTITY |
protected static java.lang.String |
PROPERTY_TERMINAL |
protected static java.lang.String |
PROPERTY_TIMEOUT |
protected static java.lang.String |
ROW_NAME |
copyright, name, nodeProperties
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCorrelationPath()
Get the EventHandlerPropertyTableRow "Correlation path" property
|
java.lang.String |
getCorrelationPattern()
Get the EventHandlerPropertyTableRow "Correlation pattern" property
|
protected NodeProperty[] |
getNodeProperties() |
int |
getQuantity()
Get the EventHandlerPropertyTableRow "Quantity" property
|
java.lang.String |
getTerminal()
Get the EventHandlerPropertyTableRow "Terminal" property
|
int |
getTimeout()
Get the EventHandlerPropertyTableRow "Timeout" property
|
void |
setCorrelationPath(java.lang.String value)
Set the EventHandlerPropertyTableRow "Correlation path" property
|
void |
setCorrelationPattern(java.lang.String value)
Set the EventHandlerPropertyTableRow "Correlation pattern" property
|
void |
setQuantity(int value)
Set the EventHandlerPropertyTableRow "Quantity" property
|
void |
setTerminal(java.lang.String value)
Set the EventHandlerPropertyTableRow "Terminal" property
|
void |
setTimeout(int value)
Set the EventHandlerPropertyTableRow "Timeout" property
|
findPropertyByName, findPropertyByName, getMandatoryPropertyNames, getname, getPropertyDefaultValue, getPropertyNames, getPropertyValue, setProperty
protected static final java.lang.String ROW_NAME
protected static final java.lang.String PROPERTY_TERMINAL
protected static final java.lang.String PROPERTY_QUANTITY
protected static final java.lang.String PROPERTY_TIMEOUT
protected static final java.lang.String PROPERTY_CORRELATIONPATH
protected static final java.lang.String PROPERTY_CORRELATIONPATTERN
protected NodeProperty[] getNodeProperties()
public void setTerminal(java.lang.String value)
value
- String ; the value to set the property "Terminal"public java.lang.String getTerminal()
public void setQuantity(int value)
value
- int ; the value to set the property "Quantity"public int getQuantity()
public void setTimeout(int value)
value
- int ; the value to set the property "Timeout"public int getTimeout()
public void setCorrelationPath(java.lang.String value)
value
- String ; the value to set the property "Correlation path"public java.lang.String getCorrelationPath()
public void setCorrelationPattern(java.lang.String value)
value
- String ; the value to set the property "Correlation pattern"public java.lang.String getCorrelationPattern()