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)
          Aborts the task a ServerBean is currently doing.
 void IJadortService.abortWorker(WorkerBean worker)
          Aborts the task a WorkerBean is currently doing.
 boolean IJadortService.checkServer(ServerBean server)
          Checks if the problem on a given ServerBean has been resolved.
 boolean IJadortService.checkWorker(WorkerBean worker)
          Checks if the problem on a given WorkerBean has been resolved.
 void IJadortService.createNewOperation(java.lang.String newOperationName)
          Create a new operation
 void IJadortService.deleteOperation(OperationStateBean operation)
          Delete an Operation from the operation list
 OperationStateBean IJadortService.getCurrentOperation()
          Returns the current operation.
 OperationStateBean.Step IJadortService.getCurrentStep()
          Returns the current Step of the current operation
 java.util.List<OperationStateBean> IJadortService.getOperationsList()
          Returns the list of operations
 void IJadortService.ignoreServer(ServerBean server)
          Ignores the error on a given ServerBean.
 void IJadortService.ignoreWorker(WorkerBean worker)
          Ignores the error on a given WorkerBean.
 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)
          Restarts a ServerBean that's in an error.
 void IJadortService.restartWorker(WorkerBean worker)
          Restarts a WorkerBean that's in an error.
 void IJadortService.selectApplication(java.net.URL url)
          Create a new application
 void IJadortService.selectGroup(GroupBean selectedGroup)
          Select the group that JaDOrT will be maintaining or migrating
 void IJadortService.selectOperation(OperationStateBean operation)
          Select an Operation from the operation list
 void IJadortService.selectOperationType(IJadortService.OperationType operationType)
          Select the operation type
 void IJadortService.selectServers(java.util.List<ServerBean> selectedServers)
          Select the servers to maintain
 void IJadortService.selectVMImage(VMImageBean selectedVMImage)
          Select a VM image from the VM images list.
 void IJadortService.selectVMImage(VMImageBean selectedVMImage, ServerBean server)
          Select a VM image from the VM images list for a given server.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.