Searched defs:IEContext (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java152 protected IEContext ieContext = null;
1070 protected class IEContext class in class:ReplicationDomain
1129 * Creates a new IEContext.
1131 * @param importInProgress true if the IEContext will be used
1132 * for and import, false if the IEContext
1135 public IEContext(boolean importInProgress) method in class:ReplicationDomain.IEContext
1746 ieContext = new IEContext(importInProgress);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java153 protected IEContext ieContext = null;
1071 protected class IEContext class in class:ReplicationDomain
1130 * Creates a new IEContext.
1132 * @param importInProgress true if the IEContext will be used
1133 * for and import, false if the IEContext
1136 public IEContext(boolean importInProgress) method in class:ReplicationDomain.IEContext
1747 ieContext = new IEContext(importInProgress);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java152 protected IEContext ieContext = null;
1070 protected class IEContext class in class:ReplicationDomain
1129 * Creates a new IEContext.
1131 * @param importInProgress true if the IEContext will be used
1132 * for and import, false if the IEContext
1135 public IEContext(boolean importInProgress) method in class:ReplicationDomain.IEContext
1746 ieContext = new IEContext(importInProgress);

Completed in 50 milliseconds