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.ObjectList
IdentifierManager.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 void
SolrAdmin.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 SolrSchemaAndConfigUpgrader
SolrSchemaAndConfigUpgrader.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 TypeMethodDescriptionvoid
SyncAccessPolicy.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 void
IndexGenerator.doRefresh()
static IndexGenerator
IndexGenerator.getInstance()
Implement a Singleton pattern using "double checked locking" pattern.void
Publish the given information to the index queuevoid
IndexGenerator.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 MetacatHandlerPluginManager
MetacatHandlerPluginManager.getInstance()
-
Uses of ServiceException in edu.ucsb.nceas.metacat.properties
Methods in edu.ucsb.nceas.metacat.properties that throw ServiceExceptionModifier and TypeMethodDescriptionvoid
PropertyService.doRefresh()
void
SkinPropertyService.doRefresh()
static PropertyService
PropertyService.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 PropertyService
PropertyService.getInstance
(String testConfigFileDir) Get the single instance of PropertyService for test purposes.static PropertyService
PropertyService.getInstance
(javax.servlet.ServletContext context) Get the single instance of PropertyService.static SkinPropertyService
SkinPropertyService.getInstance()
Get the single instance of SkinPropertyService.static PropertyService
PropertyService.getInstanceForTesting
(Path testDefaultPropertiesFilePath, Path testSitePropertiesFilePath) Get the single instance of PropertyService for test purposes.void
PropertyService.stop()
void
SkinPropertyService.stop()
-
Uses of ServiceException in edu.ucsb.nceas.metacat.service
Methods in edu.ucsb.nceas.metacat.service that throw ServiceExceptionModifier and TypeMethodDescriptionvoid
SessionService.doRefresh()
void
XMLSchemaService.doRefresh()
refresh the persistant values in this service.static String
ServiceService.getRealApplicationContext()
Get the servlet context namestatic String
ServiceService.getRealConfigDir()
Convert the relative config directory to a full pathstatic String
ServiceService.getRealSkinDir()
Convert the relative skins directory to a full pathstatic void
ServiceService.refreshService
(String serviceName) Refresh a service.static void
ServiceService.registerService
(String serviceName, BaseService service) Register a service with the system.void
SessionService.registerSession
(SessionData sessionData) Register a session in the session hash table.void
SessionService.registerSession
(String sessionId, String userName, String[] groupNames, String password, String name) Register a session in the session hash table.void
SessionService.stop()
void
XMLSchemaService.stop()
-
Uses of ServiceException in edu.ucsb.nceas.metacat.startup
Methods in edu.ucsb.nceas.metacat.startup that throw ServiceExceptionModifier and TypeMethodDescriptionprotected void
MetacatInitializer.initAfterMetacatConfig()
Initialize the remainder of Metacat.static void
MetacatInitializer.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 Storage
Storage.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 boolean
ConfigurationUtil.bypassConfiguration()
Reports whether the metacat configuration utility should be run.