edu.uci.isr.yancees
Class GenericSubscription

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

public class GenericSubscription
extends GenericMessage
implements SubscriptionInterface

This generic subscription carries the processed DOM tree over all the components 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(java.io.File file)
           
GenericSubscription(org.w3c.dom.Node n)
           
GenericSubscription(java.lang.String s)
           
 
Method Summary
 
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 MessageParsingException
Throws:
MessageParsingException

GenericSubscription

public GenericSubscription(java.lang.String s)

GenericSubscription

public GenericSubscription(java.io.File file)
                    throws java.io.IOException
Throws:
java.io.IOException