| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.monitors; |
| | | |
| | |
| | | |
| | | |
| | | /** |
| | | * Tests the <CODE>getUpdateInterval</CODE> method. |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @Test() |
| | | public void testGetUpdateInterval() |
| | | throws Exception |
| | | { |
| | | getMonitorInstance().getUpdateInterval(); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * Tests the <CODE>getUpdateMonitorData</CODE> method. |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @Test() |
| | | public void testUpdateMonitorData() |
| | | throws Exception |
| | | { |
| | | getMonitorInstance().updateMonitorData(); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * Tests the <CODE>getMonitorData</CODE> method. |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |