Uses of Class
edu.ucsb.nceas.metacat.shared.ServiceException
Packages that use ServiceException
Package
Description
- 
Uses of ServiceException in edu.ucsb.nceas.metacat
Methods in edu.ucsb.nceas.metacat that throw ServiceExceptionModifier and TypeMethodDescriptionorg.dataone.service.types.v1.ObjectListIdentifierManager.querySystemMetadata(Date startTime, Date endTime, org.dataone.service.types.v1.ObjectFormatIdentifier objectFormatId, org.dataone.service.types.v1.NodeReference nodeId, int start, int count, org.dataone.service.types.v1.Identifier identifier, boolean isSID) query the systemmetadata table based on the given parameters - 
Uses of ServiceException in edu.ucsb.nceas.metacat.admin
Methods in edu.ucsb.nceas.metacat.admin that throw ServiceExceptionModifier and TypeMethodDescriptionprotected voidSolrAdmin.handleWarningActions(String action, javax.servlet.http.HttpServletRequest request, Vector<String> processingErrors) Method to handle a warning message in the request, which have user's response. - 
Uses of ServiceException in edu.ucsb.nceas.metacat.admin.upgrade
Constructors in edu.ucsb.nceas.metacat.admin.upgrade that throw ServiceException - 
Uses of ServiceException in edu.ucsb.nceas.metacat.admin.upgrade.solr
Methods in edu.ucsb.nceas.metacat.admin.upgrade.solr that throw ServiceExceptionModifier and TypeMethodDescriptionstatic SolrSchemaAndConfigUpgraderSolrSchemaAndConfigUpgrader.getInstance()Get the singleton instanceConstructors in edu.ucsb.nceas.metacat.admin.upgrade.solr that throw ServiceException - 
Uses of ServiceException in edu.ucsb.nceas.metacat.database
Methods in edu.ucsb.nceas.metacat.database that throw ServiceException - 
Uses of ServiceException in edu.ucsb.nceas.metacat.dataone
Methods in edu.ucsb.nceas.metacat.dataone that throw ServiceExceptionModifier and TypeMethodDescriptionvoidSyncAccessPolicy.syncAll()For all guids for which current MN is authoritative, check that access policy is synced with CN. - 
Uses of ServiceException in edu.ucsb.nceas.metacat.index.queue
Methods in edu.ucsb.nceas.metacat.index.queue that throw ServiceExceptionModifier and TypeMethodDescriptionprotected voidIndexGenerator.doRefresh()static IndexGeneratorIndexGenerator.getInstance()Implement a Singleton pattern using "double checked locking" pattern.voidPublish the given information to the index queuevoidIndexGenerator.stop()Stop the service - 
Uses of ServiceException in edu.ucsb.nceas.metacat.plugin
Methods in edu.ucsb.nceas.metacat.plugin that throw ServiceExceptionModifier and TypeMethodDescriptionstatic MetacatHandlerPluginManagerMetacatHandlerPluginManager.getInstance() - 
Uses of ServiceException in edu.ucsb.nceas.metacat.properties
Methods in edu.ucsb.nceas.metacat.properties that throw ServiceExceptionModifier and TypeMethodDescriptionvoidPropertyService.doRefresh()voidSkinPropertyService.doRefresh()static PropertyServicePropertyService.getInstance()Get the single instance of PropertyService, only after it has been previously instantiated with a call to one of the other getInstance() methods passing either a reference to the servlet context or the config file pathstatic PropertyServicePropertyService.getInstance(String testConfigFileDir) Get the single instance of PropertyService for test purposes.static PropertyServicePropertyService.getInstance(javax.servlet.ServletContext context) Get the single instance of PropertyService.static SkinPropertyServiceSkinPropertyService.getInstance()Get the single instance of SkinPropertyService.static PropertyServicePropertyService.getInstanceForTesting(Path testDefaultPropertiesFilePath, Path testSitePropertiesFilePath) Get the single instance of PropertyService for test purposes.voidPropertyService.stop()voidSkinPropertyService.stop() - 
Uses of ServiceException in edu.ucsb.nceas.metacat.service
Methods in edu.ucsb.nceas.metacat.service that throw ServiceExceptionModifier and TypeMethodDescriptionvoidSessionService.doRefresh()voidXMLSchemaService.doRefresh()refresh the persistant values in this service.static StringServiceService.getRealApplicationContext()Get the servlet context namestatic StringServiceService.getRealConfigDir()Convert the relative config directory to a full pathstatic StringServiceService.getRealSkinDir()Convert the relative skins directory to a full pathstatic voidServiceService.refreshService(String serviceName) Refresh a service.static voidServiceService.registerService(String serviceName, BaseService service) Register a service with the system.voidSessionService.registerSession(SessionData sessionData) Register a session in the session hash table.voidSessionService.registerSession(String sessionId, String userName, String[] groupNames, String password, String name) Register a session in the session hash table.voidSessionService.stop()voidXMLSchemaService.stop() - 
Uses of ServiceException in edu.ucsb.nceas.metacat.startup
Methods in edu.ucsb.nceas.metacat.startup that throw ServiceExceptionModifier and TypeMethodDescriptionprotected voidMetacatInitializer.initAfterMetacatConfig()Initialize the remainder of Metacat.static voidMetacatInitializer.initStorage()Initialize the storage system. - 
Uses of ServiceException in edu.ucsb.nceas.metacat.storage
Methods in edu.ucsb.nceas.metacat.storage that throw ServiceExceptionModifier and TypeMethodDescriptionstatic StorageStorage.getInstance()Get the instance of the class through the singleton pattern - 
Uses of ServiceException in edu.ucsb.nceas.metacat.util
Methods in edu.ucsb.nceas.metacat.util that throw ServiceExceptionModifier and TypeMethodDescriptionstatic booleanConfigurationUtil.bypassConfiguration()Reports whether the metacat configuration utility should be run.