PublisherServer
Class PublisherServlet.PageBoxEntry

java.lang.Object
  |
  +--PublisherServer.PublisherServlet.PageBoxEntry

class PublisherServlet.PageBoxEntry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  java.util.HashMap hm
           
(package private)  boolean toRemove
          At unsubscribe, the subscribed PageBox can be not available.
 
Constructor Summary
(package private) PublisherServlet.PageBoxEntry()
           
(package private) PublisherServlet.PageBoxEntry(java.util.HashMap map)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

toRemove

boolean toRemove
At unsubscribe, the subscribed PageBox can be not available. In this case, toRemove is set, which means: 1. new archives cannot be added. 2. each time scanner is invoked, it tries unpublishing. If hm is empty, then it removes the entry.

hm

java.util.HashMap hm
Constructor Detail

PublisherServlet.PageBoxEntry

PublisherServlet.PageBoxEntry()

PublisherServlet.PageBoxEntry

PublisherServlet.PageBoxEntry(java.util.HashMap map)