/* * - * See the file LICENSE for redistribution information. * * Copyright (c) 2000-2003 * Sleepycat Software. All rights reserved. * * $Id: DbClient.java,v 1.1 2004/04/06 20:43:40 mjc Exp $ */ package com.sleepycat.db.internal; /** * The DbClient object is used to encapsulate a reference to an RPC * client.

*/ public interface DbClient { }