1: /*
2: * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
3: * PROPRIETARY/CONFIDENTIAL. Use of this product is subject to license terms.
4: */
5: package com.sun.portal.monitoring;
6:
7: publicinterface ResetSupport {
8: publicvoid reset();
9: }