|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pandora.UpdateImpl
Implementation of the Pandora central server.
alexis.grandemange@pagebox.net
Copyright (c) 2002-2003 Alexis Grandemange
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1 of the License. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. A copy of the GNU Lesser General Public License lesser.txt should be included in the distribution.
Nested Class Summary | |
(package private) class |
UpdateImpl.Art
Objects stored in the arts HashMap. |
Nested classes inherited from class pandora.UpdateIF |
UpdateIF.Article, UpdateIF.Command, UpdateIF.Item |
Field Summary | |
(package private) PageBoxAPI |
API
Installation API instance |
(package private) javax.servlet.ServletContext |
ctx
Unique to the Web application |
(package private) PageBoxLib.LogIF |
log
Logging object |
private QueryIF |
qi
Web service interface |
(package private) java.lang.String |
workDir
Directory where InstallAPI.txt is defined |
Constructor Summary | |
UpdateImpl()
|
Method Summary | |
void |
destroy()
ServiceLifeCycle method. |
void |
init(java.lang.Object context)
ServiceLifeCycle method. |
UpdateIF.Article[] |
update(UpdateIF.Command[] orders)
Update the central server. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
PageBoxAPI API
javax.servlet.ServletContext ctx
java.lang.String workDir
PageBoxLib.LogIF log
private QueryIF qi
Constructor Detail |
public UpdateImpl()
Method Detail |
public void init(java.lang.Object context) throws javax.xml.rpc.ServiceException
Called at initialization.
init
in interface javax.xml.rpc.server.ServiceLifecycle
context
- ServletEndpoint Context
javax.xml.rpc.ServiceException
public void destroy()
destroy
in interface javax.xml.rpc.server.ServiceLifecycle
public UpdateIF.Article[] update(UpdateIF.Command[] orders)
update
in interface UpdateIF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |