> +   /**
> +    * @since 4.0
> +    */
> +   boolean areAlarmActionsEnabled(ManagedEntity entity) throws RuntimeFault, 
> RemoteException;
> +
> +   /**
> +    * @since 4.0
> +    */
> +   void enableAlarmActions(ManagedEntity entity, boolean enabled) throws 
> RuntimeFault, RemoteException;
> +
> +   Alarm createAlarm(ManagedEntity me, AlarmSpec as) throws InvalidName, 
> DuplicateName, RuntimeFault, RemoteException;
> +
> +   List<Alarm> getAlarm(ManagedEntity me) throws RuntimeFault, 
> RemoteException;
> +
> +   List<AlarmState> getAlarmState(ManagedEntity me) throws RuntimeFault, 
> RemoteException;
> +}

agree. I will change the exceptions to be our.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/61/files#r18128436

Reply via email to