Class ServiceInstanceDependency.AddServiceInstanceDependencyChannelTemplateLink

    • Constructor Detail

      • AddServiceInstanceDependencyChannelTemplateLink

        public AddServiceInstanceDependencyChannelTemplateLink​(ServiceInstanceDependency dependency)
        Parameters:
        dependency -
        Since:
        6.2.0
    • Method Detail

      • call

        public void call​(org.hibernate.Session session)
                  throws java.lang.Exception
        Description copied from interface: ParallelExecutor.IDatabaseTask
        Executes the task.
        Specified by:
        call in interface ParallelExecutor.IDatabaseTask
        Parameters:
        session - the session for database access.
        Throws:
        java.lang.Exception - if unable to execute the task.