com.sun.im.service
Class MessageProcessingRule.Condition

java.lang.Object
  extended bycom.sun.im.service.MessageProcessingRule.Condition
All Implemented Interfaces:
Delegation
Direct Known Subclasses:
MessageProcessingRule.DispositionCondition, MessageProcessingRule.ExpirationCondition, MessageProcessingRule.SessionCondition
Enclosing class:
MessageProcessingRule

public static class MessageProcessingRule.Condition
extends java.lang.Object
implements Delegation

base condition class


Method Summary
 boolean equals(java.lang.Object o)
          tests equality with another object
 java.lang.Object getDelegatedObject()
          This method returns the delegated object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDelegatedObject

public java.lang.Object getDelegatedObject()
Description copied from interface: Delegation
This method returns the delegated object

Specified by:
getDelegatedObject in interface Delegation

equals

public boolean equals(java.lang.Object o)
tests equality with another object

Returns:
true if the provided object is a Condition of the same type and value; false otherwise.