| | |
| | | * |
| | | * |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2012 ForgeRock AS |
| | | */ |
| | | package org.opends.server.workflowelement.externalchangelog; |
| | | |
| | |
| | | { |
| | | this.replicationServer =rs; |
| | | super.initialize(ECL_WORKFLOW_ELEMENT, ECL_WORKFLOW_ELEMENT); |
| | | super.setPrivate(true); |
| | | DirectoryServer.registerWorkflowElement(this); |
| | | } |
| | | |
| | |
| | | * operation |
| | | */ |
| | | @SuppressWarnings("unchecked") |
| | | public static final <O extends Operation,L> void |
| | | public static <O extends Operation,L> void |
| | | attachLocalOperation (O globalOperation, L currentLocalOperation) |
| | | { |
| | | List<?> existingAttachment = |