opends/src/server/org/opends/server/replication/plugin/RemotePendingChanges.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2007-2008 Sun Microsystems, Inc. * Copyright 2007-2009 Sun Microsystems, Inc. */ package org.opends.server.replication.plugin; @@ -91,6 +91,16 @@ } /** * Returns the number of changes currently in this list. * * @return The number of changes currently in this list. */ public synchronized int getQueueSize() { return pendingChanges.size(); } /** * Add a new LDAPUpdateMsg that was received from the replication server * to the pendingList. *