Class DataServerExplorerPoolImpl

java.lang.Object
org.gvsig.fmap.dal.spi.DataServerExplorerPoolImpl
All Implemented Interfaces:
Iterable<org.gvsig.fmap.dal.DataServerExplorerPoolEntry>, org.gvsig.fmap.dal.DataServerExplorerPool, org.gvsig.tools.persistence.Persistent

public class DataServerExplorerPoolImpl extends Object implements org.gvsig.fmap.dal.DataServerExplorerPool
  • Constructor Details

    • DataServerExplorerPoolImpl

      public DataServerExplorerPoolImpl()
  • Method Details

    • contains

      public boolean contains(String name)
      Specified by:
      contains in interface org.gvsig.fmap.dal.DataServerExplorerPool
    • contains

      public boolean contains(org.gvsig.fmap.dal.DataServerExplorerPoolEntry entry)
      Specified by:
      contains in interface org.gvsig.fmap.dal.DataServerExplorerPool
    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.gvsig.fmap.dal.DataServerExplorerPool
    • createEntry

      public org.gvsig.fmap.dal.DataServerExplorerPoolEntry createEntry(String name, String description, org.gvsig.fmap.dal.DataServerExplorerParameters explorer)
      Specified by:
      createEntry in interface org.gvsig.fmap.dal.DataServerExplorerPool
    • add

      public void add(String name, org.gvsig.fmap.dal.DataServerExplorerParameters explorer)
      Specified by:
      add in interface org.gvsig.fmap.dal.DataServerExplorerPool
    • add

      public void add(String name, String description, org.gvsig.fmap.dal.DataServerExplorerParameters explorer)
      Specified by:
      add in interface org.gvsig.fmap.dal.DataServerExplorerPool
    • remove

      public void remove(org.gvsig.fmap.dal.DataServerExplorerPoolEntry entry)
      Specified by:
      remove in interface org.gvsig.fmap.dal.DataServerExplorerPool
    • remove

      public void remove(int explorerIndex)
      Specified by:
      remove in interface org.gvsig.fmap.dal.DataServerExplorerPool
    • remove

      public void remove(String name)
      Specified by:
      remove in interface org.gvsig.fmap.dal.DataServerExplorerPool
    • size

      public int size()
      Specified by:
      size in interface org.gvsig.fmap.dal.DataServerExplorerPool
    • get

      public org.gvsig.fmap.dal.DataServerExplorerPoolEntry get(int index)
      Specified by:
      get in interface org.gvsig.fmap.dal.DataServerExplorerPool
    • get

      public org.gvsig.fmap.dal.DataServerExplorerPoolEntry get(String name)
      Specified by:
      get in interface org.gvsig.fmap.dal.DataServerExplorerPool
    • iterator

      public Iterator iterator()
      Specified by:
      iterator in interface org.gvsig.fmap.dal.DataServerExplorerPool
      Specified by:
      iterator in interface Iterable<org.gvsig.fmap.dal.DataServerExplorerPoolEntry>
    • saveToState

      public void saveToState(org.gvsig.tools.persistence.PersistentState state) throws org.gvsig.tools.persistence.exception.PersistenceException
      Specified by:
      saveToState in interface org.gvsig.tools.persistence.Persistent
      Throws:
      org.gvsig.tools.persistence.exception.PersistenceException
    • loadFromState

      public void loadFromState(org.gvsig.tools.persistence.PersistentState state) throws org.gvsig.tools.persistence.exception.PersistenceException
      Specified by:
      loadFromState in interface org.gvsig.tools.persistence.Persistent
      Throws:
      org.gvsig.tools.persistence.exception.PersistenceException
    • registerPersistenceDefinition

      public static void registerPersistenceDefinition()
    • getStoresRepository

      public org.gvsig.fmap.dal.StoresRepository getStoresRepository()
      Specified by:
      getStoresRepository in interface org.gvsig.fmap.dal.DataServerExplorerPool