|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PublisherServer.PublisherServlet.PageBoxURLHandler
Field Summary | |
(package private) java.util.HashMap |
PageBoxes
Key: PageBox URL. |
(package private) java.lang.String |
PageBoxURLs
PageBoxes serialized file. |
Constructor Summary | |
(package private) |
PublisherServlet.PageBoxURLHandler(java.lang.String PageBoxURLs)
Constructor. |
Method Summary | |
(package private) void |
conditionnalPublish(java.lang.String archive)
Invoked by doGet in publication handling. |
(package private) boolean |
deploy(java.lang.String deployUrl,
java.lang.String archive)
Archive deployment using ServletUpdate. |
(package private) void |
publish(java.lang.String archive)
Invoked by doPost in publication handling. |
(package private) void |
save()
Persist PageBoxes. |
(package private) void |
subscribe(java.lang.String deployUrl)
Subscription handling. |
(package private) void |
synchronize()
Invoked by Scanner. |
(package private) boolean |
undeploy(java.lang.String deployUrl,
java.lang.String archive)
Archive undeployment using ServletUpdate. |
(package private) void |
unpublish(java.lang.String archive)
Invoked by handleDelete. |
(package private) void |
unsubscribe(java.lang.String deployUrl)
Unsubscription handling. |
Methods inherited from class java.lang.Object |
|
Field Detail |
java.util.HashMap PageBoxes
java.lang.String PageBoxURLs
Constructor Detail |
PublisherServlet.PageBoxURLHandler(java.lang.String PageBoxURLs)
PageBoxURLs
- PageBoxes serialized file.Method Detail |
void save()
boolean deploy(java.lang.String deployUrl, java.lang.String archive)
deployUrl
- where to deploy the archive.archive
- archive to deploy.boolean undeploy(java.lang.String deployUrl, java.lang.String archive)
deployUrl
- where to undeploy the archive.archive
- archive to undeploy.
The last part of deployUrl is the contextPath.
The del I used don't return any message I could check.
I assume if there is no exception the delete has been properly performed.deployUrl
- where to undeploy the archive.archive
- archive to undeploy.void publish(java.lang.String archive)
archive
- archive to publish.void conditionnalPublish(java.lang.String archive)
archive
- archive to publish.void unpublish(java.lang.String archive)
archive
- archive to publish.void synchronize()
void subscribe(java.lang.String deployUrl)
deployUrl
- PageBox to subscribe.void unsubscribe(java.lang.String deployUrl)
deployUrl
- PageBox to unsubscribe.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |