Main Page | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Related Pages

ReplicationTransport.java

00001 /*-
00002  * See the file LICENSE for redistribution information.
00003  *
00004  * Copyright (c) 2001-2005
00005  *      Sleepycat Software.  All rights reserved.
00006  *
00007  * $Id: ReplicationTransport.java,v 12.2 2005/10/25 08:51:14 mjc Exp $
00008  */
00009 package com.sleepycat.db;
00010 
00011 import com.sleepycat.db.internal.DbConstants;
00012 
00013 public interface ReplicationTransport {
00014     int send(Environment dbenv,
00015              DatabaseEntry control,
00016              DatabaseEntry rec,
00017              LogSequenceNumber lsn,
00018              int envid,
00019              boolean noBuffer,
00020              boolean permanent,
00021              boolean anywhere,
00022              boolean isRetry)
00023         throws DatabaseException;
00024 
00025     int EID_BROADCAST = DbConstants.DB_EID_BROADCAST;
00026     int EID_INVALID = DbConstants.DB_EID_INVALID;
00027 }

Generated on Sun Dec 25 12:14:33 2005 for Berkeley DB 4.4.16 by  doxygen 1.4.2