org.exolab.jmscts.core.filter
Class Selector

java.lang.Object
  |
  +--org.exolab.jmscts.core.filter.Selector
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Exclude, Include

public abstract class Selector
extends java.lang.Object
implements java.io.Serializable

Class Selector.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Selector()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 DeliveryModeType getDeliveryMode()
          Returns the value of field 'deliveryMode'.
 DestinationType getDestination()
          Returns the value of field 'destination'.
 FactoryType getFactory()
          Returns the value of field 'factory'.
 MessageType getMessage()
          Returns the value of field 'message'.
 ReceiverType getReceiver()
          Returns the value of field 'receiver'.
 SessionType getSession()
          Returns the value of field 'session'.
 java.lang.String getTest()
          Returns the value of field 'test'.
 boolean isValid()
          Method isValid
 void setDeliveryMode(DeliveryModeType deliveryMode)
          Sets the value of field 'deliveryMode'.
 void setDestination(DestinationType destination)
          Sets the value of field 'destination'.
 void setFactory(FactoryType factory)
          Sets the value of field 'factory'.
 void setMessage(MessageType message)
          Sets the value of field 'message'.
 void setReceiver(ReceiverType receiver)
          Sets the value of field 'receiver'.
 void setSession(SessionType session)
          Sets the value of field 'session'.
 void setTest(java.lang.String test)
          Sets the value of field 'test'.
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Selector

public Selector()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden
Overrides:
equals in class java.lang.Object
Parameters:
obj -  

getDeliveryMode

public DeliveryModeType getDeliveryMode()
Returns the value of field 'deliveryMode'.
Returns:
the value of field 'deliveryMode'.

getDestination

public DestinationType getDestination()
Returns the value of field 'destination'.
Returns:
the value of field 'destination'.

getFactory

public FactoryType getFactory()
Returns the value of field 'factory'.
Returns:
the value of field 'factory'.

getMessage

public MessageType getMessage()
Returns the value of field 'message'.
Returns:
the value of field 'message'.

getReceiver

public ReceiverType getReceiver()
Returns the value of field 'receiver'.
Returns:
the value of field 'receiver'.

getSession

public SessionType getSession()
Returns the value of field 'session'.
Returns:
the value of field 'session'.

getTest

public java.lang.String getTest()
Returns the value of field 'test'.
Returns:
the value of field 'test'.

isValid

public boolean isValid()
Method isValid

setDeliveryMode

public void setDeliveryMode(DeliveryModeType deliveryMode)
Sets the value of field 'deliveryMode'.
Parameters:
deliveryMode - the value of field 'deliveryMode'.

setDestination

public void setDestination(DestinationType destination)
Sets the value of field 'destination'.
Parameters:
destination - the value of field 'destination'.

setFactory

public void setFactory(FactoryType factory)
Sets the value of field 'factory'.
Parameters:
factory - the value of field 'factory'.

setMessage

public void setMessage(MessageType message)
Sets the value of field 'message'.
Parameters:
message - the value of field 'message'.

setReceiver

public void setReceiver(ReceiverType receiver)
Sets the value of field 'receiver'.
Parameters:
receiver - the value of field 'receiver'.

setSession

public void setSession(SessionType session)
Sets the value of field 'session'.
Parameters:
session - the value of field 'session'.

setTest

public void setTest(java.lang.String test)
Sets the value of field 'test'.
Parameters:
test - the value of field 'test'.

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate


Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.