Uses of Class
co.ecg.alpaca.toolkit.exception.TimesTenException
Packages that use TimesTenException
Package
Description
-
Uses of TimesTenException in co.ecg.alpaca.core.broadworks.framework
Methods in co.ecg.alpaca.core.broadworks.framework that throw TimesTenExceptionModifier and TypeMethodDescriptionstatic List<AnnouncementFile>
GroupHelper.retrieveAnnouncementResourceList
(BroadWorksProcess process, Group group) Retrieves a map ofAnnouncementFileKey
and their respectingLabeledMediaFileResource
that represent the Announcement files for the Group.static List<AnnouncementFile>
ServiceProviderHelper.retrieveEnterpriseAnnouncements
(BroadWorksProcess process, Enterprise enterprise) Method to retrieveAnnouncementFile
associated with the Enterprise.static List<AnnouncementFile>
ServiceProviderHelper.retrieveServiceProviderAnnouncements
(BroadWorksProcess process, AbstractServiceProviderInformation<?> information) Method to retrieveAnnouncementFile
associated with the ServiceProvider.GroupHelper.validateAnnouncementFiles
(BroadWorksProcess process, Group group) Method to verify that all announcement files within a Group can be retrieved. -
Uses of TimesTenException in co.ecg.alpaca.core.broadworks.migration.serviceprovider
Methods in co.ecg.alpaca.core.broadworks.migration.serviceprovider that throw TimesTenExceptionModifier and TypeMethodDescriptionServiceProviderMigrationRequirements.checkActivatableFeatures()
checkActivatableFeatures. -
Uses of TimesTenException in co.ecg.alpaca.core.repositories
Methods in co.ecg.alpaca.core.repositories that throw TimesTenExceptionModifier and TypeMethodDescriptionstatic TimesTenHelper
TimesTenHelper.getTimesTenHelper
(BroadWorksProcess broadWorksProcess) static TimesTenHelper
TimesTenHelper.getTimesTenHelper
(BroadWorksProcess broadWorksProcess, boolean trySecondaryFirst) -
Uses of TimesTenException in co.ecg.alpaca.toolkit.model
Methods in co.ecg.alpaca.toolkit.model that throw TimesTenExceptionModifier and TypeMethodDescriptionBroadWorksServer.getTimesTenConnection()
BroadWorksServer.getTimesTenConnection
(boolean trySecondary) Returns theConnection
instance for this BroadWorksServer -
Uses of TimesTenException in co.ecg.alpaca.toolkit.timesten
Methods in co.ecg.alpaca.toolkit.timesten that throw TimesTenExceptionModifier and TypeMethodDescriptionstatic Connection
AlpacaTimesTenConnectionManager.getConnection
(String hostName, String DSN, int port, String userId, String password) Retrieves aConnection
by retrieving an existingTimesTenDataSource
and opening a new connection if one has been created.static com.timesten.jdbc.TimesTenDataSource
AlpacaTimesTenConnectionManager.getDataSource
(String url) Opens a new TimesTenDataSource with the provided TimesTen URL.