com.centrasite.control.logged.action
Class LoggedXMLServiceImport

java.lang.Object
  extended by com.centrasite.control.logged.action.AbstractLoggedAction
      extended by com.centrasite.control.logged.action.LoggedXMLServiceImport
All Implemented Interfaces:
ItemsProvider, ILoggedAction

public class LoggedXMLServiceImport
extends AbstractLoggedAction


Constructor Summary
LoggedXMLServiceImport(ActionContext actionContext)
           
 
Method Summary
 void finish()
           
 java.lang.String getTitle()
           
 void run()
           
 boolean runAsync()
           
 
Methods inherited from class com.centrasite.control.logged.action.AbstractLoggedAction
cleanUp, getActionContext, getErrorCount, getEventCallback, getItem, getItems, getRegistryObjects, getValidCount, getWarningCount, prepareItems, setEventCallback, supportsDelayedRead
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggedXMLServiceImport

public LoggedXMLServiceImport(ActionContext actionContext)
Method Detail

finish

public void finish()
            throws java.lang.Exception
Throws:
java.lang.Exception

getTitle

public java.lang.String getTitle()

run

public void run()
         throws java.lang.Exception
Throws:
java.lang.Exception

runAsync

public boolean runAsync()