edu.uci.isr.yancees
Class GenericSubscription

java.lang.Object
  extended byedu.uci.isr.yancees.GenericMessage
      extended byedu.uci.isr.yancees.GenericSubscription
All Implemented Interfaces:
MessageInterface, java.io.Serializable, SubscriptionInterface

public class GenericSubscription
extends GenericMessage
implements SubscriptionInterface

This generic subscription carries the processed DOM tree over all the componetns of the system until it gets to the SubscriptionManager

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.uci.isr.yancees.GenericMessage
dateCreated, dateReceivedInServer, messageDOM, myId, textContent
 
Constructor Summary
GenericSubscription(org.w3c.dom.Node n)
           
 
Methods inherited from class edu.uci.isr.yancees.GenericMessage
convertTextToMessageDOM, getDateCreated, getDateReceivedInServer, getDOM, getId, getXMLTextContent, setDateReceivedInServer, setDOM, setXMLTextContent, toString, writeTextToTempFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.uci.isr.yancees.MessageInterface
getDateCreated, getDateReceivedInServer, getDOM, getId, getXMLTextContent, setDOM, setXMLTextContent
 

Constructor Detail

GenericSubscription

public GenericSubscription(org.w3c.dom.Node n)
                    throws ParsingException