org.netbeans.lib.collab
Class MessageProcessingRule.DispositionCondition

java.lang.Object
  extended byorg.netbeans.lib.collab.MessageProcessingRule.Condition
      extended byorg.netbeans.lib.collab.MessageProcessingRule.DispositionCondition
Enclosing class:
MessageProcessingRule

public static final 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 org.netbeans.lib.collab.MessageProcessingRule.Condition
equals
 
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