com.sun.im.service
Class MessageProcessingRule.DispositionCondition

java.lang.Object
  extended bycom.sun.im.service.MessageProcessingRule.Condition
      extended bycom.sun.im.service.MessageProcessingRule.DispositionCondition
All Implemented Interfaces:
Delegation
Enclosing class:
MessageProcessingRule

public static class MessageProcessingRule.DispositionCondition
extends MessageProcessingRule.Condition

A message disposition describes how the service plans to dispose of a message. This class allows the user to overwrite the service behavior based on what the service would do.


Method Summary
 int getMessageStatus()
          return the MessageStatus value for this Disposition
 
Methods inherited from class com.sun.im.service.MessageProcessingRule.Condition
equals, getDelegatedObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMessageStatus

public int getMessageStatus()
return the MessageStatus value for this Disposition

Returns:
value as defined in MessageStatus