lumis.portal.structure.sync
Interface ParallelExecutor.IDatabaseTask

Package class diagram package ParallelExecutor.IDatabaseTask
All Known Implementing Classes:
AccessControlList.AddAccessControlListChannelTemplateLinkTask, AccessControlList.AddChannelAccessControlListChannelTemplateLinkTask, AccessControlList.AddGroupAccessControlListChannelTemplateLinkTask, AccessControlList.AddPageAccessControlListChannelTemplateLinkTask, AccessControlList.AddServiceInstanceAccessControlListChannelTemplateLinkTask, ServiceInstanceDependency.AddServiceInstanceDependencyChannelTemplateLink
Enclosing class:
ParallelExecutor

public static interface ParallelExecutor.IDatabaseTask

A task that executes some operation in the database.

Since:
6.2.0

Method Summary
 void call(org.hibernate.Session session)
          Executes the task.
 

Method Detail

call

void call(org.hibernate.Session session)
          throws Exception
Executes the task.

Parameters:
session - the session for database access.
Throws:
Exception - if unable to execute the task.
Since:
6.2.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.