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 ofAnnouncementFileKeyand their respectingLabeledMediaFileResourcethat represent the Announcement files for the Group.static List<AnnouncementFile>ServiceProviderHelper.retrieveEnterpriseAnnouncements(BroadWorksProcess process, Enterprise enterprise) Method to retrieveAnnouncementFileassociated with the Enterprise.static List<AnnouncementFile>ServiceProviderHelper.retrieveServiceProviderAnnouncements(BroadWorksProcess process, AbstractServiceProviderInformation<?> information) Method to retrieveAnnouncementFileassociated 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 TimesTenHelperTimesTenHelper.getTimesTenHelper(BroadWorksProcess broadWorksProcess) static TimesTenHelperTimesTenHelper.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 theConnectioninstance for this BroadWorksServer -
Uses of TimesTenException in co.ecg.alpaca.toolkit.timesten
Methods in co.ecg.alpaca.toolkit.timesten that throw TimesTenExceptionModifier and TypeMethodDescriptionstatic ConnectionAlpacaTimesTenConnectionManager.getConnection(String hostName, String DSN, int port, String userId, String password) Retrieves aConnectionby retrieving an existingTimesTenDataSourceand opening a new connection if one has been created.static com.timesten.jdbc.TimesTenDataSourceAlpacaTimesTenConnectionManager.getDataSource(String url) Opens a new TimesTenDataSource with the provided TimesTen URL.