| | |
| | | doPreParse(PreParseAbandonOperation abandonOperation) |
| | | { |
| | | preParseCounter.incrementAndGet(); |
| | | return new PreParsePluginResult(); |
| | | return PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | public PreParsePluginResult doPreParse(PreParseAddOperation addOperation) |
| | | { |
| | | preParseCounter.incrementAndGet(); |
| | | return new PreParsePluginResult(); |
| | | return PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | public PreParsePluginResult doPreParse(PreParseBindOperation bindOperation) |
| | | { |
| | | preParseCounter.incrementAndGet(); |
| | | return new PreParsePluginResult(); |
| | | return PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPreParse(PreParseCompareOperation compareOperation) |
| | | { |
| | | preParseCounter.incrementAndGet(); |
| | | return new PreParsePluginResult(); |
| | | return PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPreParse(PreParseDeleteOperation deleteOperation) |
| | | { |
| | | preParseCounter.incrementAndGet(); |
| | | return new PreParsePluginResult(); |
| | | return PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPreParse(PreParseExtendedOperation extendedOperation) |
| | | { |
| | | preParseCounter.incrementAndGet(); |
| | | return new PreParsePluginResult(); |
| | | return PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPreParse(PreParseModifyOperation modifyOperation) |
| | | { |
| | | preParseCounter.incrementAndGet(); |
| | | return new PreParsePluginResult(); |
| | | return PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPreParse(PreParseModifyDNOperation modifyDNOperation) |
| | | { |
| | | preParseCounter.incrementAndGet(); |
| | | return new PreParsePluginResult(); |
| | | return PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPreParse(PreParseSearchOperation searchOperation) |
| | | { |
| | | preParseCounter.incrementAndGet(); |
| | | return new PreParsePluginResult(); |
| | | return PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPreParse(PreParseUnbindOperation unbindOperation) |
| | | { |
| | | preParseCounter.incrementAndGet(); |
| | | return new PreParsePluginResult(); |
| | | return PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPreOperation(PreOperationAddOperation addOperation) |
| | | { |
| | | preOperationCounter.incrementAndGet(); |
| | | return new PreOperationPluginResult(); |
| | | return PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPreOperation(PreOperationBindOperation bindOperation) |
| | | { |
| | | preOperationCounter.incrementAndGet(); |
| | | return new PreOperationPluginResult(); |
| | | return PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPreOperation(PreOperationCompareOperation compareOperation) |
| | | { |
| | | preOperationCounter.incrementAndGet(); |
| | | return new PreOperationPluginResult(); |
| | | return PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPreOperation(PreOperationDeleteOperation deleteOperation) |
| | | { |
| | | preOperationCounter.incrementAndGet(); |
| | | return new PreOperationPluginResult(); |
| | | return PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPreOperation(PreOperationExtendedOperation extendedOperation) |
| | | { |
| | | preOperationCounter.incrementAndGet(); |
| | | return new PreOperationPluginResult(); |
| | | return PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPreOperation(PreOperationModifyOperation modifyOperation) |
| | | { |
| | | preOperationCounter.incrementAndGet(); |
| | | return new PreOperationPluginResult(); |
| | | return PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPreOperation(PreOperationModifyDNOperation modifyDNOperation) |
| | | { |
| | | preOperationCounter.incrementAndGet(); |
| | | return new PreOperationPluginResult(); |
| | | return PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPreOperation(PreOperationSearchOperation searchOperation) |
| | | { |
| | | preOperationCounter.incrementAndGet(); |
| | | return new PreOperationPluginResult(); |
| | | return PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostOperation(PostOperationAbandonOperation abandonOperation) |
| | | { |
| | | postOperationCounter.incrementAndGet(); |
| | | return new PostOperationPluginResult(); |
| | | return PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostOperation(PostOperationAddOperation addOperation) |
| | | { |
| | | postOperationCounter.incrementAndGet(); |
| | | return new PostOperationPluginResult(); |
| | | return PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostOperation(PostOperationBindOperation bindOperation) |
| | | { |
| | | postOperationCounter.incrementAndGet(); |
| | | return new PostOperationPluginResult(); |
| | | return PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostOperation(PostOperationCompareOperation compareOperation) |
| | | { |
| | | postOperationCounter.incrementAndGet(); |
| | | return new PostOperationPluginResult(); |
| | | return PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostOperation(PostOperationDeleteOperation deleteOperation) |
| | | { |
| | | postOperationCounter.incrementAndGet(); |
| | | return new PostOperationPluginResult(); |
| | | return PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostOperation(PostOperationExtendedOperation extendedOperation) |
| | | { |
| | | postOperationCounter.incrementAndGet(); |
| | | return new PostOperationPluginResult(); |
| | | return PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostOperation(PostOperationModifyOperation modifyOperation) |
| | | { |
| | | postOperationCounter.incrementAndGet(); |
| | | return new PostOperationPluginResult(); |
| | | return PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostOperation(PostOperationModifyDNOperation modifyDNOperation) |
| | | { |
| | | postOperationCounter.incrementAndGet(); |
| | | return new PostOperationPluginResult(); |
| | | return PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostOperation(PostOperationSearchOperation searchOperation) |
| | | { |
| | | postOperationCounter.incrementAndGet(); |
| | | return new PostOperationPluginResult(); |
| | | return PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostOperation(PostOperationUnbindOperation unbindOperation) |
| | | { |
| | | postOperationCounter.incrementAndGet(); |
| | | return new PostOperationPluginResult(); |
| | | return PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostResponse(PostResponseAddOperation addOperation) |
| | | { |
| | | postResponseCounter.incrementAndGet(); |
| | | return new PostResponsePluginResult(); |
| | | return PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostResponse(PostResponseBindOperation bindOperation) |
| | | { |
| | | postResponseCounter.incrementAndGet(); |
| | | return new PostResponsePluginResult(); |
| | | return PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostResponse(PostResponseCompareOperation compareOperation) |
| | | { |
| | | postResponseCounter.incrementAndGet(); |
| | | return new PostResponsePluginResult(); |
| | | return PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostResponse(PostResponseDeleteOperation deleteOperation) |
| | | { |
| | | postResponseCounter.incrementAndGet(); |
| | | return new PostResponsePluginResult(); |
| | | return PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostResponse(PostResponseExtendedOperation extendedOperation) |
| | | { |
| | | postResponseCounter.incrementAndGet(); |
| | | return new PostResponsePluginResult(); |
| | | return PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostResponse(PostResponseModifyOperation modifyOperation) |
| | | { |
| | | postResponseCounter.incrementAndGet(); |
| | | return new PostResponsePluginResult(); |
| | | return PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostResponse(PostResponseModifyDNOperation modifyDNOperation) |
| | | { |
| | | postResponseCounter.incrementAndGet(); |
| | | return new PostResponsePluginResult(); |
| | | return PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | doPostResponse(PostResponseSearchOperation searchOperation) |
| | | { |
| | | postResponseCounter.incrementAndGet(); |
| | | return new PostResponsePluginResult(); |
| | | return PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | SearchResultEntry searchEntry) |
| | | { |
| | | searchEntryCounter.incrementAndGet(); |
| | | return new SearchEntryPluginResult(); |
| | | return SearchEntryPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | SearchResultReference searchReference) |
| | | { |
| | | searchReferenceCounter.incrementAndGet(); |
| | | return new SearchReferencePluginResult(); |
| | | return SearchReferencePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | IntermediateResponse intermediateResponse) |
| | | { |
| | | intermediateResponseCounter.incrementAndGet(); |
| | | return new IntermediateResponsePluginResult(); |
| | | return IntermediateResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | clientConnection) |
| | | { |
| | | postConnectCounter.incrementAndGet(); |
| | | return new PostConnectPluginResult(); |
| | | return PostConnectPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | int msgID, String message) |
| | | { |
| | | postDisconnectCounter.incrementAndGet(); |
| | | return new PostDisconnectPluginResult(); |
| | | return PostDisconnectPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | Entry entry) |
| | | { |
| | | ldifImportCounter.incrementAndGet(); |
| | | return new LDIFPluginResult(); |
| | | return LDIFPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | Entry entry) |
| | | { |
| | | ldifExportCounter.incrementAndGet(); |
| | | return new LDIFPluginResult(); |
| | | return LDIFPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |
| | |
| | | public StartupPluginResult doStartup() |
| | | { |
| | | startupCalled = true; |
| | | return new StartupPluginResult(); |
| | | return StartupPluginResult.SUCCESS; |
| | | } |
| | | |
| | | |