Revision 3821 trunk/extensions/extCatalogYNomenclator/src/es/gva/cit/gvsig/catalogClient/persistence/AndamiPersistence.java

View differences:

AndamiPersistence.java
51 51
import es.gva.cit.catalogClient.utils.comboServer.ServerData;
52 52

  
53 53
/**
54
 * This class is used to manage the Andami persistence system. It has 
55
 * methods to load and save a set of servers.
54
 * This class is used to save a list of servers (using the 
55
 * Andami persistence model) to the plugins-persistence.xml file.
56
 * It has methods to create a set of ServerData objects  from an 
57
 * xml file. It can also save a set of ServerData objects in an 
58
 * xml file.
59
 * 
60
 * @see es.gva.cit.catalogClient.utils.comboserver.ServerData
56 61
 * @author Jorge Piera Llodra (piera_jor@gva.es)
57 62
 */
58 63
public class AndamiPersistence {
......
119 124
    /**
120 125
     * This method adds a ServerData using the Anadami 
121 126
     * persistence model. If the server exists just actualizes
122
     * the type and subtype fileds and chnages the last access 
127
     * the type and subtype fileds and changes the last access 
123 128
     * value to the current time. 
124 129
     * @param server
125 130
     * ServerData

Also available in: Unified diff