org.gcube.application.aquamaps.aquamapsservice.impl.util.isconfig
Class VODescriptor

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.impl.util.isconfig.VODescriptor

public class VODescriptor
extends Object


Constructor Summary
VODescriptor(String scope, List<GeoServerDescriptor> geoServers, DataSourceDescriptor geoNetwork, DBDescriptor internalDB, DBDescriptor geoDb, DBDescriptor publisherDB)
           
 
Method Summary
 DBDescriptor getGeoDb()
           
 DataSourceDescriptor getGeoNetwork()
           
 GeoServerDescriptor getGeoServerByEntryPoint(String entryPoint)
           
 List<GeoServerDescriptor> getGeoServers()
           
 DBDescriptor getInternalDB()
           
 DBDescriptor getPublisherDB()
           
 String getScope()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VODescriptor

public VODescriptor(String scope,
                    List<GeoServerDescriptor> geoServers,
                    DataSourceDescriptor geoNetwork,
                    DBDescriptor internalDB,
                    DBDescriptor geoDb,
                    DBDescriptor publisherDB)
Method Detail

getScope

public String getScope()
Returns:
the scope

getGeoServers

public List<GeoServerDescriptor> getGeoServers()
Returns:
the geoServers

getGeoNetwork

public DataSourceDescriptor getGeoNetwork()
Returns:
the geoNetwork

getInternalDB

public DBDescriptor getInternalDB()
Returns:
the internalDB

getGeoDb

public DBDescriptor getGeoDb()
Returns:
the geoDb

getPublisherDB

public DBDescriptor getPublisherDB()
Returns:
the publisherDB

getGeoServerByEntryPoint

public GeoServerDescriptor getGeoServerByEntryPoint(String entryPoint)
                                             throws ParameterNotFoundException
Throws:
ParameterNotFoundException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.