com.anabas.ibus
Class GMS_MulticastDestinationSelector

java.lang.Object
  |
  +--com.anabas.ibus.GMS_DestinationImpl
        |
        +--com.anabas.ibus.GMS_MulticastDestinationSelector

public class GMS_MulticastDestinationSelector
extends GMS_DestinationImpl
implements GMS_MulticastDestinationSelector

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

See Also:
Serialized Form

Fields inherited from class com.anabas.ibus.GMS_DestinationImpl
m_destinationString
 
Constructor Summary
GMS_MulticastDestinationSelector()
           
 
Method Summary
 java.lang.String buildList()
           
 void excludeUser(com.anabas.concepts.UserID userID)
           
 java.lang.String getDestinationString()
           
 void includeUser(com.anabas.concepts.UserID userID)
           
 void setQueryString(java.lang.String query)
          Developer must make sure the string syntax is correct.
 java.lang.String toString()
          Serialize to some XML string.
 
Methods inherited from class com.anabas.ibus.GMS_DestinationImpl
readExternal, setDestinationString, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GMS_MulticastDestinationSelector

public GMS_MulticastDestinationSelector()
Method Detail

includeUser

public void includeUser(com.anabas.concepts.UserID userID)
Specified by:
includeUser in interface GMS_MulticastDestinationSelector

excludeUser

public void excludeUser(com.anabas.concepts.UserID userID)
Specified by:
excludeUser in interface GMS_MulticastDestinationSelector

buildList

public java.lang.String buildList()

getDestinationString

public java.lang.String getDestinationString()
Overrides:
getDestinationString in class GMS_DestinationImpl

toString

public java.lang.String toString()
Description copied from interface: GMS_Destination
Serialize to some XML string.
Overrides:
toString in class GMS_DestinationImpl

setQueryString

public void setQueryString(java.lang.String query)
                    throws GXO_SyntaxException
Developer must make sure the string syntax is correct.
Overrides:
setQueryString in class GMS_DestinationImpl