com.anabas.ibus
Class GMS_DestinationImpl

java.lang.Object
  |
  +--com.anabas.ibus.GMS_DestinationImpl
Direct Known Subclasses:
GMS_MulticastDestinationSelector, GMS_UserDestinationSelector

public class GMS_DestinationImpl
extends java.lang.Object
implements GMS_Destination, GMS_DestinationSelector

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

See Also:
Serialized Form

Field Summary
protected  java.lang.String m_destinationString
           
 
Constructor Summary
GMS_DestinationImpl()
           
 
Method Summary
 java.lang.String getDestinationString()
           
 void readExternal(java.io.ObjectInput in)
           
protected  void setDestinationString(java.lang.String str)
           
 void setQueryString(java.lang.String str)
          Some XML based query string.
 java.lang.String toString()
          Serialize to some XML string.
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_destinationString

protected java.lang.String m_destinationString
Constructor Detail

GMS_DestinationImpl

public GMS_DestinationImpl()
Method Detail

setDestinationString

protected void setDestinationString(java.lang.String str)

getDestinationString

public java.lang.String getDestinationString()

toString

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

setQueryString

public void setQueryString(java.lang.String str)
                    throws GXO_SyntaxException
Description copied from interface: GMS_DestinationSelector
Some XML based query string. Format TBD.
Specified by:
setQueryString in interface GMS_DestinationSelector

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException