Uses of Interface
edu.cornell.mannlib.vitro.webapp.modules.Application
-
-
Uses of Application in edu.cornell.mannlib.vitro.webapp.application
Classes in edu.cornell.mannlib.vitro.webapp.application that implement Application Modifier and Type Class Description classApplicationImplThe basic implementation of the Application interface.Methods in edu.cornell.mannlib.vitro.webapp.application that return Application Modifier and Type Method Description static ApplicationApplicationUtils. instance() -
Uses of Application in edu.cornell.mannlib.vitro.webapp.filestorage.impl
Methods in edu.cornell.mannlib.vitro.webapp.filestorage.impl with parameters of type Application Modifier and Type Method Description voidFileStorageImplWrapper. shutdown(Application application)voidFileStorageImplWrapper. startup(Application application, ComponentStartupStatus ss)Create an instance of FileStorageImpl, based on the values in runtime.properties. -
Uses of Application in edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio
Methods in edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio with parameters of type Application Modifier and Type Method Description voidIIOImageProcessor. shutdown(Application application)voidIIOImageProcessor. startup(Application application, ComponentStartupStatus ss)Prevent Java Advanced Imaging from complaining about the lack of accelerator classes. -
Uses of Application in edu.cornell.mannlib.vitro.webapp.imageprocessor.jai
Methods in edu.cornell.mannlib.vitro.webapp.imageprocessor.jai with parameters of type Application Modifier and Type Method Description voidJaiImageProcessor. startup(Application application, ComponentStartupStatus ss)Deprecated. -
Uses of Application in edu.cornell.mannlib.vitro.webapp.modules
Methods in edu.cornell.mannlib.vitro.webapp.modules with parameters of type Application Modifier and Type Method Description voidApplication.Component. shutdown(Application application)This should be called only once, and should be the last call on this Component.voidApplication.Component. startup(Application application, ComponentStartupStatus ss)This should be called only once, and should be the first call on this Component. -
Uses of Application in edu.cornell.mannlib.vitro.webapp.modules.searchIndexer
Methods in edu.cornell.mannlib.vitro.webapp.modules.searchIndexer with parameters of type Application Modifier and Type Method Description voidSearchIndexer. shutdown(Application app)Stop processing and release resources.voidSearchIndexer. startup(Application app, ComponentStartupStatus ss)Start processing. -
Uses of Application in edu.cornell.mannlib.vitro.webapp.searchengine
Methods in edu.cornell.mannlib.vitro.webapp.searchengine with parameters of type Application Modifier and Type Method Description voidInstrumentedSearchEngineWrapper. shutdown(Application application)If ACTIVE, do shutdown.voidInstrumentedSearchEngineWrapper. startup(Application application, ComponentStartupStatus css)If NEW, do startup. -
Uses of Application in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch
Methods in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch with parameters of type Application Modifier and Type Method Description voidElasticSearchEngine. shutdown(Application application)voidElasticSearchEngine. startup(Application application, ComponentStartupStatus ss) -
Uses of Application in edu.cornell.mannlib.vitro.webapp.searchengine.solr
Methods in edu.cornell.mannlib.vitro.webapp.searchengine.solr with parameters of type Application Modifier and Type Method Description voidSolrSearchEngine. shutdown(Application application)voidSolrSearchEngine. startup(Application application, ComponentStartupStatus css)Set up the http connection with the solr server -
Uses of Application in edu.cornell.mannlib.vitro.webapp.searchindex
Methods in edu.cornell.mannlib.vitro.webapp.searchindex with parameters of type Application Modifier and Type Method Description voidSearchIndexerImpl. shutdown(Application application)voidSearchIndexerImpl. startup(Application application, ComponentStartupStatus ss) -
Uses of Application in edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.jfact
Methods in edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.jfact with parameters of type Application Modifier and Type Method Description voidJFactTBoxReasonerModule. shutdown(Application application)voidJFactTBoxReasonerModule. startup(Application application, ComponentStartupStatus ss) -
Uses of Application in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb
Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb with parameters of type Application Modifier and Type Method Description voidContentTripleSourceSDB. shutdown(Application application)voidContentTripleSourceSDB. startup(Application application, ComponentStartupStatus ss) -
Uses of Application in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql
Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql with parameters of type Application Modifier and Type Method Description voidContentTripleSourceSPARQL. shutdown(Application application)voidContentTripleSourceSPARQL. startup(Application application, ComponentStartupStatus ss) -
Uses of Application in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb
Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb with parameters of type Application Modifier and Type Method Description voidConfigurationTripleSourceTDB. shutdown(Application application)voidContentTripleSourceTDB. shutdown(Application application)voidConfigurationTripleSourceTDB. startup(Application application, ComponentStartupStatus ss)voidContentTripleSourceTDB. startup(Application application, ComponentStartupStatus ss)
-