public class ACSJMSMessageSelector
extends java.lang.Object
specifications for further details| Constructor and Description |
|---|
ACSJMSMessageSelector(java.lang.String sqlSelectorString)
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSelectorString() |
boolean |
match(ACSJMSMessage message)
Check if the message matches with the SQL selector string.
|
void |
setSelectorString(java.lang.String newSQLSelString)
Set the new SQL selector string and create the instance of
selector.
|
public ACSJMSMessageSelector(java.lang.String sqlSelectorString)
throws InvalidSelectorException
sqlSelectorString - The SQL selector string (it can be
null or empty)InvalidSelectorExceptioncom.codestreet.selector.parser.InvalidSelectorExceptionpublic java.lang.String getSelectorString()
public void setSelectorString(java.lang.String newSQLSelString)
throws InvalidSelectorException
newSQLSelString - The SQL92 selector stringInvalidSelectorExceptioncom.codestreet.selector.parser.InvalidSelectorExceptionpublic boolean match(ACSJMSMessage message)
message - The message to check