public class DatabaseConnectionState extends java.lang.Object implements IChangesConnectionState
Constructor and Description |
---|
DatabaseConnectionState(Action0 onZero) |
Modifier and Type | Method and Description |
---|---|
void |
dec() |
void |
error(java.lang.Exception e) |
java.util.List<Action1<BulkInsertChangeNotification>> |
getOnBulkInsertChangeNotification() |
java.util.List<Action1<DocumentChangeNotification>> |
getOnDocumentChangeNotification() |
java.util.List<Action1<ExceptionEventArgs>> |
getOnError() |
java.util.List<Action1<IndexChangeNotification>> |
getOnIndexChangeNotification() |
java.util.List<Action1<ReplicationConflictNotification>> |
getOnReplicationConflictNotification() |
java.util.List<Action1<TransformerChangeNotification>> |
getOnTransformerChangeNotification() |
void |
inc() |
void |
send(BulkInsertChangeNotification bulkInsertChangeNotification) |
void |
send(DocumentChangeNotification documentChangeNotification) |
void |
send(IndexChangeNotification indexChangeNotification) |
void |
send(ReplicationConflictNotification replicationConflictNotification) |
void |
send(TransformerChangeNotification transformerChangeNotification) |
public DatabaseConnectionState(Action0 onZero)
public java.util.List<Action1<DocumentChangeNotification>> getOnDocumentChangeNotification()
public java.util.List<Action1<BulkInsertChangeNotification>> getOnBulkInsertChangeNotification()
public java.util.List<Action1<IndexChangeNotification>> getOnIndexChangeNotification()
public java.util.List<Action1<TransformerChangeNotification>> getOnTransformerChangeNotification()
public java.util.List<Action1<ReplicationConflictNotification>> getOnReplicationConflictNotification()
public java.util.List<Action1<ExceptionEventArgs>> getOnError()
public void send(DocumentChangeNotification documentChangeNotification)
public void send(IndexChangeNotification indexChangeNotification)
public void send(TransformerChangeNotification transformerChangeNotification)
public void send(ReplicationConflictNotification replicationConflictNotification)
public void send(BulkInsertChangeNotification bulkInsertChangeNotification)
public void error(java.lang.Exception e)
error
in interface IChangesConnectionState
public void inc()
inc
in interface IChangesConnectionState
public void dec()
dec
in interface IChangesConnectionState
Copyright © 2014. All Rights Reserved.