/*
 * Created on 13 janv. 2006
 *
 */
package archean.util.mina;

public interface ByteBufferManagerMBean {
	public long getTotalMemoryUsage();
	public long getHeapMemoryUsage();
	public long getDirectMemoryUsage();
	public int[] getCountOfHeapMemoryBuffers();
	public int[] getCountOfDirectMemoryBuffers();
}
