Package | Description |
---|---|
oracle.hsgbu.ets.exceptions |
Contains classes that handle exceptions generated by ETS.
|
oracle.hsgbu.hdr.base.fwk |
This package contains CTB extensions for the service bean framework.
|
oracle.hsgbu.hdr.exception |
This package contains different exception classes.
|
oracle.hsgbu.hdr.fwk.servicelocator.common |
This package contains the ServiceLocator class which is used to
retrieve HDR Services.
|
oracle.hsgbu.hdr.hl7.rim.exception.common |
This package contains exception classes used in Rim API.
|
oracle.hsgbu.hdr.hl7.rim.types.exception.common |
This package contains exception classes used in Rim API.
|
oracle.hsgbu.hdr.message.imp.exception |
Modifier and Type | Class and Description |
---|---|
class |
ETSBadParameterException
Thrown when an invalid argument is passed to a method in ETS.
|
class |
ETSDataException
Thrown when a data transport error occurs.
|
class |
ETSDuplicateException
Thrown when the ETS administration service attempts to create objects such as
CodingScheme or
ConceptList , which already exist in
the ETS repository. |
class |
ETSException
Base class for all ETS exceptions.
|
class |
ETSInstantiationException
Thrown when an ETS class cannot be instantiated.
|
class |
ETSNestedException
Defines a node in an exception tree.
|
class |
ETSNotFoundException
Thrown when an object searched by a method is not found in the ETS repository.
|
class |
ETSUnsupportedOperationException
Thrown when a subclass does not support an inherited method.
|
class |
ETSValidationException
Thrown by methods defined in the
ETSAuthoringService
interface, if a CandidateETSComponent
or CandidateETSAttribute object
was incorrectly built. |
Modifier and Type | Method and Description |
---|---|
void |
CTBCacheService.bulkload(String cacheName)
Bulkload the cache identified by a name.
|
void |
CTBCacheService.bulkload(String cacheName,
CTBCacheContext cacheContext)
Bulkload the cache identified by a name.
|
void |
CTBCacheService.createCache(CTBCacheConfig cacheConfig)
Creates a new cache.
|
Object |
CTBCacheService.get(String cacheName,
Object key)
Retrieves an object from the cache.
|
Object |
CTBCacheService.get(String cacheName,
Object key,
CTBCacheContext cacheContext)
Retrieves an object from the cache.
|
void |
CTBCacheService.invalidate(String cacheName)
Invalidates the entire cache.
|
void |
CTBCacheService.invalidate(String cacheName,
Object key)
Invalidates an object in the cache.
|
boolean |
CTBCacheService.isPresent(String cacheName,
Object key)
Determines if a key is present in the named cache.
|
Object[] |
CTBCacheService.keys(String cacheName)
Returns all keys in the named cache.
|
boolean |
CTBCacheService.update(String cacheName,
Object key,
Object newValue)
Updates an object in the cache.
|
Object[] |
CTBCacheService.values(String cacheName)
Returns all values in the named cache.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonRemoteException |
class |
CommonUnexpectedException
CommonUnexpectedException.java
CommonUnexpectedException class thrown when exception was not expected
|
class |
CommonValidationException
CommonValidationException.java
CommonValidationException class thrown when validation error occurs
|
class |
HDRConfigException |
class |
HDRConfigUnexpectedException |
class |
HDRConfigValidationException |
class |
HDRRimException
HDRRimException.java
|
class |
HDRRimUnexpectedException
HDRRimUnexpectedException.java
|
class |
HDRRimValidationException
HDRRimValidationException.java
|
Modifier and Type | Method and Description |
---|---|
CommonException[] |
CommonException.getBundledExceptions()
getBundledExceptions
|
CommonException[] |
CommonException.getDetailedExceptions()
getDetailedExceptions
|
Modifier and Type | Method and Description |
---|---|
void |
CommonException.addBundledException(CommonException ex) |
void |
HDRConfigException.addBundledException(CommonException ex) |
void |
HDRRimException.addBundledException(CommonException ex) |
void |
CommonException.setBundledExceptions(CommonException[] bundledExceptions)
setBundledExceptions
|
void |
HDRConfigException.setBundledExceptions(CommonException[] bundledExceptions) |
void |
HDRRimException.setBundledExceptions(CommonException[] bundledExceptions) |
void |
CommonException.setDetailedExceptions(CommonException[] bundledExceptions)
setDetailedExceptions
|
void |
HDRConfigException.setDetailedExceptions(CommonException[] bundledExceptions) |
void |
HDRRimException.setDetailedExceptions(CommonException[] bundledExceptions) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceLocator.closeContext()
Removes the rmi connection dedicated to the user but does not delete the
session tied to the user.
|
abstract AuditService |
ServiceLocator.getAuditService()
Gets the AuditService.
|
abstract ConcurrentProgService |
ServiceLocator.getConcurrentProgService()
Gets the ConcurrentProgService.
|
abstract CTBCacheService |
ServiceLocator.getCTBCacheService()
Gets the CTBCacheService.
|
abstract ETSService |
ServiceLocator.getETSService()
Gets the ETSService.
|
abstract IHEXDSConfigService |
ServiceLocator.getIHEXDSConfigService()
Gets the IHEXDSConfigService.
|
abstract IMPConfigAdminIntrService |
ServiceLocator.getIMPConfigAdminIntrService()
Gets the IMPConfigAdminIntrService.
|
abstract IMPConfigAdminService |
ServiceLocator.getIMPConfigAdminService()
Gets the IMPConfigAdminService.
|
abstract IMPService |
ServiceLocator.getIMPService()
Gets the IMPService.
|
static ServiceLocator |
ServiceLocator.getInstance()
Deprecated.
Replaced by
ServiceLocator.getInstance(Properties) . This method is
not completely threadsafe. Use
ServiceLocator.getInstance(Properties) to ensure
thread safety. |
static ServiceLocator |
ServiceLocator.getInstance(Properties properties)
Provides the instance of ServiceLocator initialized with the client
properties
|
abstract oracle.hsgbu.hdr.hl7.InternalRimService |
ServiceLocator.getInternalRimService()
Gets the InternalRimService.
|
abstract MasterCatalogService |
ServiceLocator.getMasterCatalogService()
Gets the MasterCatalogService.
|
abstract MtkProductionLoadService |
ServiceLocator.getMtkProductionLoadService()
Gets the MtkProductionLoadService.
|
abstract MtkTestInternalService |
ServiceLocator.getMtkTestInternalService()
Gets the MtkTestInternalService.
|
abstract MtkTestService |
ServiceLocator.getMtkTestService()
Gets the MtkTestService.
|
abstract OIDService |
ServiceLocator.getOIDService()
Gets the OIDService.
|
abstract ProfileOptionService |
ServiceLocator.getProfileOptionService()
Gets the ProfileOptionService.
|
abstract RimService |
ServiceLocator.getRimService()
Gets RimService.
|
abstract SubmissionUnitService |
ServiceLocator.getSubmissionUnitService()
Gets the SubmissionUnitService.
|
void |
ServiceLocator.login(String identity,
String credential)
Validates the identity and the credential of the user.
|
Modifier and Type | Class and Description |
---|---|
class |
RimAttributeException
This exception indicates that there is a validation, or business logic,
problem with a particular attribute of a Rim object.
|
class |
RimAttributeMissingException
This exception is thrown when a mandatory attribute is not set on a Rim
object.
|
class |
RimObjectException
This exception indicates a validation or other business logic problem with a
Rim object.
|
Modifier and Type | Class and Description |
---|---|
class |
RimDataTypeException
Indicates that a validation error has occurred in one of the data types.
|
Constructor and Description |
---|
RimDataTypeException(String code,
String message,
CommonException[] bundled)
Constructs a RimDataTypeException of type ERROR.
|
Modifier and Type | Class and Description |
---|---|
class |
IMPException
HDRIMPException.java
|
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved