/* * - * See the file LICENSE for redistribution information. * * Copyright (c) 2000-2003 * Sleepycat Software. All rights reserved. * * $Id: DbClient.java,v 11.14 2003/11/28 18:35:41 bostic Exp $ */ package com.sleepycat.db; /** * The DbClient object is used to encapsulate a reference to an RPC * client.

*/ public interface DbClient { }