org.jboss.portal.portlet.portal.jsp
Class EventRoute

java.lang.Object
  extended by org.jboss.portal.portlet.portal.jsp.EventRoute

public class EventRoute
extends java.lang.Object

Version:
$Revision: 630 $
Author:
Julien Viet

Constructor Summary
EventRoute(EventRoute parent, javax.xml.namespace.QName name, java.io.Serializable payload, java.lang.String source, java.lang.String destination)
           
 
Method Summary
 EventAcknowledgement getAcknowledgement()
           
 java.util.List<EventRoute> getChildren()
           
 java.lang.String getDestination()
           
 javax.xml.namespace.QName getName()
           
 EventRoute getParent()
           
 java.io.Serializable getPayload()
           
 java.lang.String getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventRoute

public EventRoute(EventRoute parent,
                  javax.xml.namespace.QName name,
                  java.io.Serializable payload,
                  java.lang.String source,
                  java.lang.String destination)
Method Detail

getSource

public java.lang.String getSource()

getDestination

public java.lang.String getDestination()

getParent

public EventRoute getParent()

getChildren

public java.util.List<EventRoute> getChildren()

getName

public javax.xml.namespace.QName getName()

getPayload

public java.io.Serializable getPayload()

getAcknowledgement

public EventAcknowledgement getAcknowledgement()


Copyright © 2008. All Rights Reserved.