Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.flexdbserver.services.asset
Class ImportActionDataServiceManager  view ImportActionDataServiceManager download ImportActionDataServiceManager.java

java.lang.Object
  extended bycom.flexstor.flexdbserver.services.ServiceManager
      extended bycom.flexstor.flexdbserver.services.asset.ImportActionDataServiceManager
All Implemented Interfaces:
com.flexstor.common.threadmgr.ThreadConsumerI

public class ImportActionDataServiceManager
extends com.flexstor.flexdbserver.services.ServiceManager

CheckOutServiceManager provides functionality to control the sequencial execution of Services during the check-in process


Field Summary
protected  com.flexstor.common.data.ActionData data
           
static java.lang.String IDENTIFIER
           
protected  java.lang.String sCtlFile
           
 
Fields inherited from class com.flexstor.flexdbserver.services.ServiceManager
 
Constructor Summary
ImportActionDataServiceManager(java.lang.String sIdentifier, com.flexstor.common.data.ActionData data, com.flexstor.common.threadmgr.ThreadCallbackI caller)
           
 
Method Summary
 com.flexstor.common.data.ActionResult execute()
          Main loop for sequencial execution of Services.
protected  com.flexstor.common.data.ActionResult getResultObjectOnAbnormalEnding()
          This method need to be implemented for all subclasses to return the proper result object if the execution of the service manager ends abnormally (due to a non-catch exception inside the service manager.
 
Methods inherited from class com.flexstor.flexdbserver.services.ServiceManager
abortManager, doService, doService, getResult, processService, startManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IDENTIFIER

public static final java.lang.String IDENTIFIER
See Also:
Constant Field Values

sCtlFile

protected java.lang.String sCtlFile

data

protected com.flexstor.common.data.ActionData data
Constructor Detail

ImportActionDataServiceManager

public ImportActionDataServiceManager(java.lang.String sIdentifier,
                                      com.flexstor.common.data.ActionData data,
                                      com.flexstor.common.threadmgr.ThreadCallbackI caller)
Method Detail

execute

public com.flexstor.common.data.ActionResult execute()
                                              throws java.lang.InterruptedException
Main loop for sequencial execution of Services.


getResultObjectOnAbnormalEnding

protected com.flexstor.common.data.ActionResult getResultObjectOnAbnormalEnding()
Description copied from class: com.flexstor.flexdbserver.services.ServiceManager
This method need to be implemented for all subclasses to return the proper result object if the execution of the service manager ends abnormally (due to a non-catch exception inside the service manager.