com.sleepycat.db
Class ReplicationManagerStats

java.lang.Object
  extended by com.sleepycat.db.ReplicationManagerStats

public class ReplicationManagerStats
extends java.lang.Object


Method Summary
 int getConnectFail()
           
 int getConnectionDrop()
           
 int getMsgsDropped()
           
 int getMsgsQueued()
           
 int getPermFailed()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getPermFailed

public int getPermFailed()

getMsgsQueued

public int getMsgsQueued()

getMsgsDropped

public int getMsgsDropped()

getConnectionDrop

public int getConnectionDrop()

getConnectFail

public int getConnectFail()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object