com.sun.im.service
Class MessageProcessingRule.Action

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

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

This class defines an action that the service can take on a message in transit


Method Summary
 boolean equals(java.lang.Object o)
           
 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)