org.exoplatform.services.jcr.ext.replication
Class PendingChangesLog.Type

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.replication.PendingChangesLog.Type
Enclosing class:
PendingChangesLog

public final class PendingChangesLog.Type
extends java.lang.Object

The definition of ChangesLog types.


Field Summary
static int CHANGESLOG_WITH_STREAM
          CHANGESLOG_WITH_STREAM.
static int CHANGESLOG_WITHOUT_STREAM
          CHANGESLOG_WITHOUT_STREAM.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHANGESLOG_WITHOUT_STREAM

public static final int CHANGESLOG_WITHOUT_STREAM
CHANGESLOG_WITHOUT_STREAM. The the type fore ChangesLog without streams.

See Also:
Constant Field Values

CHANGESLOG_WITH_STREAM

public static final int CHANGESLOG_WITH_STREAM
CHANGESLOG_WITH_STREAM. The the type fore ChangesLog with streams.

See Also:
Constant Field Values


Copyright © 2010 eXo Platform SAS. All Rights Reserved.