Uses of Class
org.ow2.jasmine.jadort.api.JadortServiceException

Packages that use JadortServiceException
org.ow2.jasmine.jadort.api   
 

Uses of JadortServiceException in org.ow2.jasmine.jadort.api
 

Methods in org.ow2.jasmine.jadort.api that throw JadortServiceException
 void IJadortService.abortServer(ServerBean server)
          this function forces the server to be aborted and continues this task
 void IJadortService.abortWorker(WorkerBean worker)
          this function forces the worker to be aborted and continues this task
 boolean IJadortService.canGoToNextStep()
          Tests if it is allowed to go to the next step
 boolean IJadortService.canGoToPreviousStep()
          Tests if it is allowed to go the previous step
 boolean IJadortService.checkServer(ServerBean server)
          this function checks if no problem on the server and all problems are resolved on the server.
 boolean IJadortService.checkWorker(WorkerBean worker)
          this function checks if no problem on the worker and all problems are resolved on the worker.
 void IJadortService.createApplication(java.net.URL url)
          Create a new application
 void IJadortService.createNewOperation(java.lang.String newOperationName)
          Create a new operation
 void IJadortService.deleteOperation(OperationStateBean operation)
          Delete an Operation from the operation list
 int IJadortService.getActiveSessions()
           
 ApplicationBean IJadortService.getApplication()
          Get the current application
 OperationStateBean IJadortService.getCurrentOperation()
          Returns the current operation
 OperationStateBean.Step IJadortService.getCurrentStep()
          Returns the current Step of the current operation
 java.util.List<GroupBean> IJadortService.getGroups()
          Returns the list of groups obtained from the loaded topology in the current operation
 java.util.List<OperationStateBean> IJadortService.getOperationsList()
          Returns the list of operations
 GroupBean IJadortService.getSelectedGroup()
          Returns the selected Group in the current operation
 java.util.List<ServerBean> IJadortService.getSelectedServers()
          This function allows to get the list of selected servers when maintain servers
 java.util.List<ServerProgressBean> IJadortService.getServerProgressList()
          Returns the list of server ServerProgressBean in the current operation.
 java.util.List<ServerBean> IJadortService.getServers()
          This function allows to get the list of servers.
 java.util.List<WorkerProgressBean> IJadortService.getWorkerProgressList()
          Returns the list of server WorkerProgressBean in the current operation
 void IJadortService.ignoreServer(ServerBean server)
          this function forces the server to be ignored and continues this task
 void IJadortService.ignoreWorker(WorkerBean worker)
          this function forces the worker to be ignored and continues this task
 void IJadortService.loadTopology(java.io.File xmlTopoFile)
          Loads the topology from a .xml file.
 void IJadortService.next()
          goes to next step
 void IJadortService.previous()
          Goes back to the previous step.
 void IJadortService.restartServer(ServerBean server)
          This function allows to restart a task on a server (the server will restart the last task)
 void IJadortService.restartWorker(WorkerBean worker)
          This function allows to restart a task on a worker (the worker will restart the last task)
 void IJadortService.selectGroup(GroupBean selectedGroup, IJadortService.OperationType operationType)
          Select a group from the group list
 void IJadortService.selectOperation(OperationStateBean operation)
          Select an Operation from the operation list
 void IJadortService.selectServers(java.util.List<ServerBean> selectedServers)
          Select the servers to maintain
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.