pandora
Interface UpdateIF

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
UpdateImpl

public interface UpdateIF
extends java.rmi.Remote

Interface 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.

Version:
0, 0, 1
Author:
Alexis Grandemange

Nested Class Summary
static class UpdateIF.Article
          Describes an article
static class UpdateIF.Command
          Describes a command
static class UpdateIF.Item
          Describe a command item
 
Method Summary
 UpdateIF.Article[] update(UpdateIF.Command[] orders)
          Update the central server.
 

Method Detail

update

public UpdateIF.Article[] update(UpdateIF.Command[] orders)
                          throws java.rmi.RemoteException
Update the central server.

Returns:
article list (key: article ID, value: Article object)
java.rmi.RemoteException