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.desktop.monitoring;
6:
7: publicinterface PoolStatistic {
8: publicvoid setCurrent(long current);
9: }