Searched defs:we (Results 1 - 17 of 17) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/
H A DWorkflowElement.java127 * If the workflow element <code>we</code> is not <code>null</code>
129 * to notify when <code>we</code> has changed.
131 * If the workflow element <code>we</code> is <code>null</code> then
135 * @param we the workflow element. If <code>null</code> then observer
139 * is useless when <code>we</code> is not <code>null</code>
144 WorkflowElement<?> we,
149 // If the workflow element "we" exists then register the observer with "we"
152 if (we != null)
154 ObservableWorkflowElementState westate = we
143 registereForStateUpdate( WorkflowElement<?> we, String weid, Observer observer ) argument
200 deregistereForStateUpdate( WorkflowElement<?> we, String weid, Observer observer ) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/workflowelement/
H A DWorkflowElement.java126 * If the workflow element <code>we</code> is not <code>null</code>
128 * to notify when <code>we</code> has changed.
130 * If the workflow element <code>we</code> is <code>null</code> then
134 * @param we the workflow element. If <code>null</code> then observer
138 * is useless when <code>we</code> is not <code>null</code>
143 WorkflowElement<?> we,
148 // If the workflow element "we" exists then register the observer with "we"
151 if (we != null)
153 ObservableWorkflowElementState westate = we
142 registereForStateUpdate( WorkflowElement<?> we, String weid, Observer observer ) argument
199 deregistereForStateUpdate( WorkflowElement<?> we, String weid, Observer observer ) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/
H A DWorkflowElement.java127 * If the workflow element <code>we</code> is not <code>null</code>
129 * to notify when <code>we</code> has changed.
131 * If the workflow element <code>we</code> is <code>null</code> then
135 * @param we the workflow element. If <code>null</code> then observer
139 * is useless when <code>we</code> is not <code>null</code>
144 WorkflowElement<?> we,
149 // If the workflow element "we" exists then register the observer with "we"
152 if (we != null)
154 ObservableWorkflowElementState westate = we
143 registereForStateUpdate( WorkflowElement<?> we, String weid, Observer observer ) argument
200 deregistereForStateUpdate( WorkflowElement<?> we, String weid, Observer observer ) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/
H A DWorkflowElement.java127 * If the workflow element <code>we</code> is not <code>null</code>
129 * to notify when <code>we</code> has changed.
131 * If the workflow element <code>we</code> is <code>null</code> then
135 * @param we the workflow element. If <code>null</code> then observer
139 * is useless when <code>we</code> is not <code>null</code>
144 WorkflowElement<?> we,
149 // If the workflow element "we" exists then register the observer with "we"
152 if (we != null)
154 ObservableWorkflowElementState westate = we
143 registereForStateUpdate( WorkflowElement<?> we, String weid, Observer observer ) argument
200 deregistereForStateUpdate( WorkflowElement<?> we, String weid, Observer observer ) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/
H A DWorkflowElement.java126 * If the workflow element <code>we</code> is not <code>null</code>
128 * to notify when <code>we</code> has changed.
130 * If the workflow element <code>we</code> is <code>null</code> then
134 * @param we the workflow element. If <code>null</code> then observer
138 * is useless when <code>we</code> is not <code>null</code>
143 WorkflowElement<?> we,
148 // If the workflow element "we" exists then register the observer with "we"
151 if (we != null)
153 ObservableWorkflowElementState westate = we
142 registereForStateUpdate( WorkflowElement<?> we, String weid, Observer observer ) argument
199 deregistereForStateUpdate( WorkflowElement<?> we, String weid, Observer observer ) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java985 // Create the MBean server that we will use for JMX interaction.
1010 // If we have gotten here, then the configuration should be properly
1297 // Determine whether or not we should start the connection handlers.
1385 // Now we can initialize both subentry manager and group manager
1415 // Reset the map as we can no longer guarantee offline state.
1509 // If we should write a copy of the config on successful startup, then do
1528 // Determine whether or not we should synchronized admin data.
1977 // At this point we have a problem, because none of the configuration is
1978 // usable because it was all read before we had a schema (and therefore all
1980 // anything). So we hav
9983 registerWorkflowElement(WorkflowElement we) argument
10007 deregisterWorkflowElement(WorkflowElement we) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java987 // Create the MBean server that we will use for JMX interaction.
1012 // If we have gotten here, then the configuration should be properly
1298 // Determine whether or not we should start the connection handlers.
1406 // Reset the map as we can no longer guarantee offline state.
1486 // If we should write a copy of the config on successful startup, then do
1505 // Determine whether or not we should synchronized admin data.
1781 // At this point we have a problem, because none of the configuration is
1782 // usable because it was all read before we had a schema (and therefore all
1784 // anything). So we have to re-read the configuration so that we ca
9571 registerWorkflowElement(WorkflowElement we) argument
9595 deregisterWorkflowElement(WorkflowElement we) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java986 // Create the MBean server that we will use for JMX interaction.
1011 // If we have gotten here, then the configuration should be properly
1298 // Determine whether or not we should start the connection handlers.
1386 // Now we can initialize both subentry manager and group manager
1416 // Reset the map as we can no longer guarantee offline state.
1510 // If we should write a copy of the config on successful startup, then do
1529 // Determine whether or not we should synchronized admin data.
1978 // At this point we have a problem, because none of the configuration is
1979 // usable because it was all read before we had a schema (and therefore all
1981 // anything). So we hav
9983 registerWorkflowElement(WorkflowElement we) argument
10007 deregisterWorkflowElement(WorkflowElement we) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java1245 // Create the MBean server that we will use for JMX interaction.
1270 // If we have gotten here, then the configuration should be properly
1557 // Determine whether or not we should start the connection handlers.
1645 // Now we can initialize both subentry manager and group manager
1675 // Reset the map as we can no longer guarantee offline state.
1769 // If we should write a copy of the config on successful startup, then do
1788 // Determine whether or not we should synchronized admin data.
2235 // At this point we have a problem, because none of the configuration is
2236 // usable because it was all read before we had a schema (and therefore all
2238 // anything). So we hav
10218 registerWorkflowElement(WorkflowElement we) argument
10242 deregisterWorkflowElement(WorkflowElement we) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java987 // Create the MBean server that we will use for JMX interaction.
1012 // If we have gotten here, then the configuration should be properly
1298 // Determine whether or not we should start the connection handlers.
1406 // Reset the map as we can no longer guarantee offline state.
1486 // If we should write a copy of the config on successful startup, then do
1505 // Determine whether or not we should synchronized admin data.
1781 // At this point we have a problem, because none of the configuration is
1782 // usable because it was all read before we had a schema (and therefore all
1784 // anything). So we have to re-read the configuration so that we ca
9571 registerWorkflowElement(WorkflowElement we) argument
9595 deregisterWorkflowElement(WorkflowElement we) argument
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...

Completed in 155 milliseconds