Searched defs:online (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DPurgeHistoricalUserData.java53 private boolean online; field in class:PurgeHistoricalUserData
84 * Whether the task will be executed on an online server (using an LDAP
86 * @return {@code true} if the task will be executed on an online server
91 return online;
95 * Sets whether the task will be executed on an online server or not.
96 * @param online {@code true} if the task will be executed on an online server
99 public void setOnline(boolean online) argument
101 this.online = online;
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DPurgeHistoricalUserData.java52 private boolean online; field in class:PurgeHistoricalUserData
83 * Whether the task will be executed on an online server (using an LDAP
85 * @return {@code true} if the task will be executed on an online server
90 return online;
94 * Sets whether the task will be executed on an online server or not.
95 * @param online {@code true} if the task will be executed on an online server
98 public void setOnline(boolean online) argument
100 this.online = online;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DPurgeHistoricalUserData.java53 private boolean online; field in class:PurgeHistoricalUserData
84 * Whether the task will be executed on an online server (using an LDAP
86 * @return {@code true} if the task will be executed on an online server
91 return online;
95 * Sets whether the task will be executed on an online server or not.
96 * @param online {@code true} if the task will be executed on an online server
99 public void setOnline(boolean online) argument
101 this.online = online;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DPurgeHistoricalUserData.java53 private boolean online; field in class:PurgeHistoricalUserData
84 * Whether the task will be executed on an online server (using an LDAP
86 * @return {@code true} if the task will be executed on an online server
91 return online;
95 * Sets whether the task will be executed on an online server or not.
96 * @param online {@code true} if the task will be executed on an online server
99 public void setOnline(boolean online) argument
101 this.online = online;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DPurgeHistoricalUserData.java52 private boolean online; field in class:PurgeHistoricalUserData
83 * Whether the task will be executed on an online server (using an LDAP
85 * @return {@code true} if the task will be executed on an online server
90 return online;
94 * Sets whether the task will be executed on an online server or not.
95 * @param online {@code true} if the task will be executed on an online server
98 public void setOnline(boolean online) argument
100 this.online = online;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DPurgeHistoricalUserData.java48 private boolean online; field in class:PurgeHistoricalUserData
76 * Whether the task will be executed on an online server (using an LDAP
78 * @return {@code true} if the task will be executed on an online server
83 return online;
87 * Sets whether the task will be executed on an online server or not.
88 * @param online {@code true} if the task will be executed on an online server
91 public void setOnline(boolean online) argument
93 this.online = online;
[all...]

Completed in 1532 milliseconds