|
|
@ -36,8 +36,7 @@ public interface OperationManager {
|
|
|
|
* @throws OperationManagementException If some unusual behaviour is observed while adding the
|
|
|
|
* @throws OperationManagementException If some unusual behaviour is observed while adding the
|
|
|
|
* operation
|
|
|
|
* operation
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public boolean addOperation(Operation operation, List<DeviceIdentifier> devices) throws
|
|
|
|
public boolean addOperation(Operation operation, List<DeviceIdentifier> devices) throws OperationManagementException;
|
|
|
|
OperationManagementException, DeviceManagementException;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Method to retrieve the list of all operations to a device.
|
|
|
|
* Method to retrieve the list of all operations to a device.
|
|
|
|