Serialized Form
Package edu.uci.isr.yancees |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- This method is automatically invoked by the JVM when this object is
de-serialized.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- This method is invoked by the JVM when this object is serialized
- Throws:
java.io.IOException
textContent
java.lang.String textContent
dateCreated
java.util.Date dateCreated
- In order to have the proper comparison between dates, timezone differences
must be considered here.
dateReceivedInServer
java.util.Date dateReceivedInServer
myId
long myId
tempDir
java.lang.String tempDir
tempFileName
java.lang.String tempFileName
tempSufix
java.lang.String tempSufix
VALIDATING
boolean VALIDATING
print
boolean print
- Tags used from the event to express siena constraints. these tags are
imported from the sienaEvent.xsd schema and used in the
sienaSubscriptin.xsd
eventAttributes
java.util.Map<K,V> eventAttributes
- In this class, the primary representation of the event attributes is this
hashmap, the other representation: text or DOM are built only when
necessary. I believe this interface will be more useful than that two
other representations of the event, so I will make this class optimized
in terms of memory and processing to use this data structure.
Package edu.uci.isr.yancees.client.rmi |
si
SubscriberInterface si
referenceCounter
int referenceCounter
Package edu.uci.isr.yancees.core |
Package edu.uci.isr.yancees.dispatcher |
Package edu.uci.isr.yancees.plugin |
print
boolean print
subscriber
SubscriberInterface subscriber
myId
long myId
myTag
java.lang.String myTag
Package edu.uci.isr.yancees.server.rmi |
print
boolean print
myId
long myId
myTag
java.lang.String myTag
subscriber
SubscriberInterface subscriber
serialVersionUID: 1L
yancees
YanceesFacade yancees
subscriberAPI
SubscriptionFacade subscriberAPI
publisherAPI
PublicationFacade publisherAPI
protocolAPI
ProtocolFacade protocolAPI
numberOfThreads
int numberOfThreads
print
boolean print
mediatorsTable
java.util.HashMap<K,V> mediatorsTable