com.anabas.gxo
Interface GMS_DestinationSelector
- All Known Subinterfaces:
- GMS_MulticastDestinationSelector, GMS_UserDestinationSelector
- All Known Implementing Classes:
- GMS_DestinationImpl
- public interface GMS_DestinationSelector
- extends java.io.Externalizable
Equivalent to JMS's destination selector. Implementation of GXO will
provide implementations that allow users to select based on user id,
user properties, ...
Method Summary |
void |
setQueryString(java.lang.String s)
Some XML based query string. |
Methods inherited from interface java.io.Externalizable |
readExternal,
writeExternal |
setQueryString
public void setQueryString(java.lang.String s)
throws GXO_SyntaxException
- Some XML based query string. Format TBD.