com.anabas.gxo
Interface GMS_MessageSelector

All Known Subinterfaces:
GMS_UserSelector
All Known Implementing Classes:
GMS_BaseMessageSelector

public interface GMS_MessageSelector

Title: Description: Copyright: Copyright (c) 2000 Company:


Method Summary
 GMS_MessageSelector mergeWithSelector(GMS_MessageSelector selector)
          Merge the current selector with the one specified.
 java.lang.String toString()
           
 

Method Detail

mergeWithSelector

public GMS_MessageSelector mergeWithSelector(GMS_MessageSelector selector)
                                      throws GXO_ConflictingSelectorException
Merge the current selector with the one specified.
Throws:
ConflictingSelectorException - If the 2 selector have conflicting interests.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
The string representation of this message selector.