com.sleepycat.db
Class DbEnv.RepProcessMessage

java.lang.Object
  extended by com.sleepycat.db.DbEnv.RepProcessMessage
Enclosing class:
DbEnv

public static class DbEnv.RepProcessMessage
extends java.lang.Object


Field Summary
 int envid
          The envid field contains the local identifier of the environment returned by the DbEnv.replicationProcessMessage method.
 
Constructor Summary
DbEnv.RepProcessMessage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

envid

public int envid
The envid field contains the local identifier of the environment returned by the DbEnv.replicationProcessMessage method.

Constructor Detail

DbEnv.RepProcessMessage

public DbEnv.RepProcessMessage()