Searched defs:listeners (Results 1 - 25 of 191) sorted by relevance

12345678

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSessionEventBroker.java27 private final InternalSessionListener[] listeners; field in class:InternalSessionEventBroker
30 public InternalSessionEventBroker(final InternalSessionListener... listeners){ argument
31 this.listeners = listeners;
36 for (final InternalSessionListener listener : listeners) {
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DProgressUpdateListenerDelegate.java35 * Delegate class for handling progress notification listeners and events.
39 private HashSet<ProgressUpdateListener> listeners = field in class:ProgressUpdateListenerDelegate
55 listeners.add(l);
64 listeners.remove(l);
84 for (ProgressUpdateListener l : listeners) {
90 * Notify listeners about a change in log detail.
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DProgressUpdateListenerDelegate.java36 * Delegate class for handling progress notification listeners and events.
40 private HashSet<ProgressUpdateListener> listeners = field in class:ProgressUpdateListenerDelegate
56 listeners.add(l);
65 listeners.remove(l);
85 for (ProgressUpdateListener l : listeners) {
91 * Notify listeners about a change in log detail.
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java46 * A set of generic test cases for config change listeners.
66 * Retrieves the set of config change listeners registered with the server.
68 * @return The set of config change listeners registered with the server.
77 ArrayList<ConfigChangeListener> listeners =
80 dns, listeners);
83 Object[][] componentArray = new Object[listeners.size()][1];
86 componentArray[i] = new Object[] { dns.get(i), listeners.get(i) };
95 * Retrieves the config change listeners from the provided configuration
99 * change listeners.
101 * configuration entries with the change listeners
105 getChangeListeners(ConfigEntry configEntry, ArrayList<DN> dns, ArrayList<ConfigChangeListener> listeners) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java45 * A set of generic test cases for config change listeners.
65 * Retrieves the set of config change listeners registered with the server.
67 * @return The set of config change listeners registered with the server.
76 ArrayList<ConfigChangeListener> listeners =
79 dns, listeners);
82 Object[][] componentArray = new Object[listeners.size()][1];
85 componentArray[i] = new Object[] { dns.get(i), listeners.get(i) };
94 * Retrieves the config change listeners from the provided configuration
98 * change listeners.
100 * configuration entries with the change listeners
104 getChangeListeners(ConfigEntry configEntry, ArrayList<DN> dns, ArrayList<ConfigChangeListener> listeners) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java46 * A set of generic test cases for config change listeners.
66 * Retrieves the set of config change listeners registered with the server.
68 * @return The set of config change listeners registered with the server.
77 ArrayList<ConfigChangeListener> listeners =
80 dns, listeners);
83 Object[][] componentArray = new Object[listeners.size()][1];
86 componentArray[i] = new Object[] { dns.get(i), listeners.get(i) };
95 * Retrieves the config change listeners from the provided configuration
99 * change listeners.
101 * configuration entries with the change listeners
105 getChangeListeners(ConfigEntry configEntry, ArrayList<DN> dns, ArrayList<ConfigChangeListener> listeners) argument
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DProgressUpdateListenerDelegate.java36 * Delegate class for handling progress notification listeners and events.
40 private HashSet<ProgressUpdateListener> listeners = field in class:ProgressUpdateListenerDelegate
56 listeners.add(l);
65 listeners.remove(l);
85 for (ProgressUpdateListener l : listeners) {
91 * Notify listeners about a change in log detail.
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java45 * A set of generic test cases for config change listeners.
65 * Retrieves the set of config change listeners registered with the server.
67 * @return The set of config change listeners registered with the server.
76 ArrayList<ConfigChangeListener> listeners =
79 dns, listeners);
82 Object[][] componentArray = new Object[listeners.size()][1];
85 componentArray[i] = new Object[] { dns.get(i), listeners.get(i) };
94 * Retrieves the config change listeners from the provided configuration
98 * change listeners.
100 * configuration entries with the change listeners
104 getChangeListeners(ConfigEntry configEntry, ArrayList<DN> dns, ArrayList<ConfigChangeListener> listeners) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java46 * A set of generic test cases for config change listeners.
66 * Retrieves the set of config change listeners registered with the server.
68 * @return The set of config change listeners registered with the server.
77 ArrayList<ConfigChangeListener> listeners =
80 dns, listeners);
83 Object[][] componentArray = new Object[listeners.size()][1];
86 componentArray[i] = new Object[] { dns.get(i), listeners.get(i) };
95 * Retrieves the config change listeners from the provided configuration
99 * change listeners.
101 * configuration entries with the change listeners
105 getChangeListeners(ConfigEntry configEntry, ArrayList<DN> dns, ArrayList<ConfigChangeListener> listeners) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DProgressUpdateListenerDelegate.java35 * Delegate class for handling progress notification listeners and events.
39 private HashSet<ProgressUpdateListener> listeners = field in class:ProgressUpdateListenerDelegate
55 listeners.add(l);
64 listeners.remove(l);
84 for (ProgressUpdateListener l : listeners) {
90 * Notify listeners about a change in log detail.
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DProgressUpdateListenerDelegate.java36 * Delegate class for handling progress notification listeners and events.
40 private HashSet<ProgressUpdateListener> listeners = field in class:ProgressUpdateListenerDelegate
56 listeners.add(l);
65 listeners.remove(l);
85 for (ProgressUpdateListener l : listeners) {
91 * Notify listeners about a change in log detail.
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEventManager.java47 * defines all the constants and other parameters needed to add the listeners.
48 * Once initialized, it adds two separate listeners which listen to
79 * listeners
90 * listeners EntryEventListener and ACIEventListener to the EventService
91 * inorder to receive notifications. Both the above listeners implement the
102 protected void addListeners(Map listeners) throws AMEventManagerException { argument
122 // Initialize the listeners
127 pSearchListener.setListeners(listeners);
128 debug.message("EventManager.start() - Added listeners to "
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DProgressUpdateListenerDelegate.java36 * Delegate class for handling progress notification listeners and events.
40 private HashSet<ProgressUpdateListener> listeners = new HashSet<>(); field in class:ProgressUpdateListenerDelegate
55 listeners.add(l);
64 listeners.remove(l);
84 for (ProgressUpdateListener l : listeners) {
90 * Notify listeners about a change in log detail.
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/api/
H A DConfigChangeListenerTestCase.java44 * A set of generic test cases for config change listeners.
64 * Retrieves the set of config change listeners registered with the server.
66 * @return The set of config change listeners registered with the server.
75 ArrayList<ConfigChangeListener> listeners = new ArrayList<>();
76 getChangeListeners(DirectoryServer.getConfigHandler().getConfigRootEntry(), dns, listeners);
78 Object[][] componentArray = new Object[listeners.size()][1];
81 componentArray[i] = new Object[] { dns.get(i), listeners.get(i) };
89 * Retrieves the config change listeners from the provided configuration
93 * change listeners.
95 * configuration entries with the change listeners
99 getChangeListeners(ConfigEntry configEntry, ArrayList<DN> dns, ArrayList<ConfigChangeListener> listeners) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEventManager.java47 * defines all the constants and other parameters needed to add the listeners.
48 * Once initialized, it adds two separate listeners which listen to
79 * listeners
90 * listeners EntryEventListener and ACIEventListener to the EventService
91 * inorder to receive notifications. Both the above listeners implement the
102 protected void addListeners(Map listeners) throws AMEventManagerException { argument
122 // Initialize the listeners
127 pSearchListener.setListeners(listeners);
128 debug.message("EventManager.start() - Added listeners to "
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DCustomHTMLEditorKit.java46 private HashSet<ActionListener> listeners = new HashSet<ActionListener>(); field in class:CustomHTMLEditorKit
71 listeners.add(l);
80 listeners.remove(l);
124 for (ActionListener l: listeners)
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DApplicationPrintStream.java44 private ArrayList<PrintStreamListener> listeners = field in class:ApplicationPrintStream
95 listeners.add(listener);
104 listeners.remove(listener);
111 for (PrintStreamListener listener : listeners)
119 * Sets whether the listeners must be notified or not.
120 * @param notifyListeners whether the listeners must be notified or not.
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DCustomHTMLEditorKit.java47 private HashSet<ActionListener> listeners = new HashSet<ActionListener>(); field in class:CustomHTMLEditorKit
72 listeners.add(l);
81 listeners.remove(l);
125 for (ActionListener l: listeners)
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DApplicationPrintStream.java43 private ArrayList<PrintStreamListener> listeners = field in class:ApplicationPrintStream
94 listeners.add(listener);
103 listeners.remove(listener);
110 for (PrintStreamListener listener : listeners)
118 * Sets whether the listeners must be notified or not.
119 * @param notifyListeners whether the listeners must be notified or not.
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DCustomHTMLEditorKit.java47 private HashSet<ActionListener> listeners = new HashSet<ActionListener>(); field in class:CustomHTMLEditorKit
72 listeners.add(l);
81 listeners.remove(l);
125 for (ActionListener l: listeners)
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DApplicationPrintStream.java44 private ArrayList<PrintStreamListener> listeners = field in class:ApplicationPrintStream
95 listeners.add(listener);
104 listeners.remove(listener);
111 for (PrintStreamListener listener : listeners)
119 * Sets whether the listeners must be notified or not.
120 * @param notifyListeners whether the listeners must be notified or not.
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DApplicationPrintStream.java43 private ArrayList<PrintStreamListener> listeners = field in class:ApplicationPrintStream
94 listeners.add(listener);
103 listeners.remove(listener);
110 for (PrintStreamListener listener : listeners)
118 * Sets whether the listeners must be notified or not.
119 * @param notifyListeners whether the listeners must be notified or not.
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DCustomHTMLEditorKit.java46 private HashSet<ActionListener> listeners = new HashSet<ActionListener>(); field in class:CustomHTMLEditorKit
71 listeners.add(l);
80 listeners.remove(l);
124 for (ActionListener l: listeners)
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DApplicationPrintStream.java44 private ArrayList<PrintStreamListener> listeners = field in class:ApplicationPrintStream
95 listeners.add(listener);
104 listeners.remove(listener);
111 for (PrintStreamListener listener : listeners)
119 * Sets whether the listeners must be notified or not.
120 * @param notifyListeners whether the listeners must be notified or not.
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DCustomHTMLEditorKit.java47 private HashSet<ActionListener> listeners = new HashSet<ActionListener>(); field in class:CustomHTMLEditorKit
72 listeners.add(l);
81 listeners.remove(l);
125 for (ActionListener l: listeners)

Completed in 173 milliseconds

12345678