public interface HealthMonitorApi
Modifier and Type | Method and Description |
---|---|
void |
createOrUpdate(HealthMonitor healthMonitor)
Create or update a health monitor.
|
boolean |
delete()
Delete health monitor.
|
HealthMonitor |
get()
Get health monitor.
|
@Named(value="healthmonitor:create") void createOrUpdate(HealthMonitor healthMonitor)
@Named(value="healthmonitor:get") HealthMonitor get()
@Named(value="healthmonitor:delete") boolean delete()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.